COLOR #85709C

HEX: #85709C RGB: (133,112,156)

Color info

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

RGB color model

#85709C color RGB value is (133,112,156).

RGB: (133,112,156) (52%, 44%, 61%)

RGB channels and saturation

R 133 of 255 = 52%
G 112 of 255 = 44%
B 156 of 255 = 61%

133
112
156

R + G + B ~ 52%. #85709C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 133 + 112 + 156 = 401 (100%)
R 133 of 401 ~ 33.17%
G 112 of 401 ~ 27.93%
B 156 of 401 ~ 38.9'%

%33.17
%27.93
%38.9

CMYK color model

#85709C color CMYK value is (15,28,0,39).

  • cyan value is 14.74%
  • magenta value is 28.21%
  • yellow value is 0.00%
  • key color value is 38.82%

CMYK: (15,28,0,39)
C15M28Y0K39 (15%, 28%, 0%, 39%)
(0.15 / 0.28 / 0.00 / 0.39)

CMYK percentages

%14.74
%28.21
%0
%38.82

Codes

Color #85709C in popluar color models

85 70 9C
RGB 133 112 156
HSL 269° 18.18% 52.55%
HSB/HSV 269° 28.21% 61.18%
CMYK 14.74% 28.21% 0.00%
38.82%

Color #85709C in popluar number systems.

HEX 85 70 9C
Decimal 133 112 156
Binary 10000101 1110000 10011100
Octal 205 160 234

Shades and tints

Shades of #85709C

#85709C
(133,112,156)
#79668E
(121,102,142)
#6D5C80
(109,92,128)
#615272
(97,82,114)
#554864
(85,72,100)
#493E56
(73,62,86)
#3D3448
(61,52,72)
#312A3A
(49,42,58)
#25202C
(37,32,44)
#19161E
(25,22,30)
#0D0C10
(13,12,16)
#000000
(0,0,0)

Tints of #85709C

#85709C
(133,112,156)
#907DA5
(144,125,165)
#9B8AAE
(155,138,174)
#A697B7
(166,151,183)
#B1A4C0
(177,164,192)
#BCB1C9
(188,177,201)
#C7BED2
(199,190,210)
#D2CBDB
(210,203,219)
#DDD8E4
(221,216,228)
#E8E5ED
(232,229,237)
#F3F2F6
(243,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #85709C color. Also use rgb(133,112,156) instead hex code.

Text Font Color

.myTextColor { color: #85709C; }

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

This text font color is #85709C.

Background Color

.myBgColor { background-color: #85709C; }

<div style="background-color:#85709C">Inner text</div>

This div background color is #85709C.

Border color

.myBorderColor { border: 1px solid #85709C; }

<div style="border:3px solid #85709C">Div</div>

This div border color is #85709C.

Opacity

.myOpacity80 { color: #85709C; opacity: 0.8; }

<p style="color:#85709C;opacity:0.8;">80%</p>

Text with #85709C 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 #85709C;}

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

This text has shadow with #85709C color.


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

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

This text has shadow with #85709C primary color and red secondary color.


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

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

This text has shadow with #85709C and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #85709C.

Preview

Color preview on black background

This text has color #85709C on black background.


Color preview on white background

This text has color #85709C on white background.


Black color preview on #85709C background

This text has black color on #85709C background.


White color preview on #85709C background

This text has white color on #85709C background.


Related colors

Complementary color

Complementary color for #hex is #7A8F63.


I love getcolorcode.com

Triadic colors

1 #9C8570 and #709C85 with #85709C are triadic colors.

2 #9C7085 and #70859C with #85709C are triadic colors.