COLOR #85679A

HEX: #85679A RGB: (133,103,154)

Color info

#85679A contains red, green and blue colors in about the same proportion. Web safe color of #85679A is #996699 (or #969).

RGB color model

#85679A color RGB value is (133,103,154).

RGB: (133,103,154) (52%, 40%, 60%)

RGB channels and saturation

R 133 of 255 = 52%
G 103 of 255 = 40%
B 154 of 255 = 60%

133
103
154

R + G + B ~ 51%. #85679A is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 133 + 103 + 154 = 390 (100%)
R 133 of 390 ~ 34.1%
G 103 of 390 ~ 26.41%
B 154 of 390 ~ 39.49'%

%34.1
%26.41
%39.49

CMYK color model

#85679A color CMYK value is (14,33,0,40).

  • cyan value is 13.64%
  • magenta value is 33.12%
  • yellow value is 0.00%
  • key color value is 39.61%

CMYK: (14,33,0,40)
C14M33Y0K40 (14%, 33%, 0%, 40%)
(0.14 / 0.33 / 0.00 / 0.40)

CMYK percentages

%13.64
%33.12
%0
%39.61

Codes

Color #85679A in popluar color models

85 67 9A
RGB 133 103 154
HSL 275° 20.16% 50.39%
HSB/HSV 275° 33.12% 60.39%
CMYK 13.64% 33.12% 0.00%
39.61%

Color #85679A in popluar number systems.

HEX 85 67 9A
Decimal 133 103 154
Binary 10000101 1100111 10011010
Octal 205 147 232

Shades and tints

Shades of #85679A

#85679A
(133,103,154)
#795E8C
(121,94,140)
#6D557E
(109,85,126)
#614C70
(97,76,112)
#554362
(85,67,98)
#493A54
(73,58,84)
#3D3146
(61,49,70)
#312838
(49,40,56)
#251F2A
(37,31,42)
#19161C
(25,22,28)
#0D0D0E
(13,13,14)
#000000
(0,0,0)

Tints of #85679A

#85679A
(133,103,154)
#9074A3
(144,116,163)
#9B81AC
(155,129,172)
#A68EB5
(166,142,181)
#B19BBE
(177,155,190)
#BCA8C7
(188,168,199)
#C7B5D0
(199,181,208)
#D2C2D9
(210,194,217)
#DDCFE2
(221,207,226)
#E8DCEB
(232,220,235)
#F3E9F4
(243,233,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #85679A color. Also use rgb(133,103,154) instead hex code.

Text Font Color

.myTextColor { color: #85679A; }

<p style="color:#85679A">This sample text font color is #85679A.</p>

This text font color is #85679A.

Background Color

.myBgColor { background-color: #85679A; }

<div style="background-color:#85679A">Inner text</div>

This div background color is #85679A.

Border color

.myBorderColor { border: 1px solid #85679A; }

<div style="border:3px solid #85679A">Div</div>

This div border color is #85679A.

Opacity

.myOpacity80 { color: #85679A; opacity: 0.8; }

<p style="color:#85679A;opacity:0.8;">80%</p>

Text with #85679A color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #85679A;}

<p style="text-shadow: 3px 3px 1px #85679A">Text here.</p>

This text has shadow with #85679A color.


.textShadow {text-shadow: 3px 3px 1px #85679A', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #85679A, 5px 5px 20px red">Text here.</p>

This text has shadow with #85679A primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#85679A, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#85679A, Direction=45, Strength=4)">Text</p>

This text has shadow with #85679A and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #85679A;
-webkit-box-shadow: 1px 1px 3px 2px #85679A;
box-shadow: 1px 1px 3px 2px #85679A;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #85679A; -webkit-box-shadow: 1px 1px 3px 2px #85679A; box-shadow:1px 1px 3px 2px #85679A;">
Div content here
</div>

This div box has shadow with color #85679A.

Preview

Color preview on black background

This text has color #85679A on black background.


Color preview on white background

This text has color #85679A on white background.


Black color preview on #85679A background

This text has black color on #85679A background.


White color preview on #85679A background

This text has white color on #85679A background.


Related colors

Complementary color

Complementary color for #hex is #7A9865.


I love getcolorcode.com

Triadic colors

1 #9A8567 and #679A85 with #85679A are triadic colors.

2 #9A6785 and #67859A with #85679A are triadic colors.