COLOR #85849F

HEX: #85849F RGB: (133,132,159)

Color info

#85849F contains red, green and blue colors in about the same proportion. Web safe color of #85849F is #999999 (or #999).

RGB color model

#85849F color RGB value is (133,132,159).

RGB: (133,132,159) (52%, 52%, 62%)

RGB channels and saturation

R 133 of 255 = 52%
G 132 of 255 = 52%
B 159 of 255 = 62%

133
132
159

R + G + B ~ 55%. #85849F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 133 + 132 + 159 = 424 (100%)
R 133 of 424 ~ 31.37%
G 132 of 424 ~ 31.13%
B 159 of 424 ~ 37.5'%

%31.37
%31.13
%37.5

CMYK color model

#85849F color CMYK value is (16,17,0,38).

  • cyan value is 16.35%
  • magenta value is 16.98%
  • yellow value is 0.00%
  • key color value is 37.65%

CMYK: (16,17,0,38)
C16M17Y0K38 (16%, 17%, 0%, 38%)
(0.16 / 0.17 / 0.00 / 0.38)

CMYK percentages

%16.35
%16.98
%0
%37.65

Codes

Color #85849F in popluar color models

85 84 9F
RGB 133 132 159
HSL 242° 12.33% 57.06%
HSB/HSV 242° 16.98% 62.35%
CMYK 16.35% 16.98% 0.00%
37.65%

Color #85849F in popluar number systems.

HEX 85 84 9F
Decimal 133 132 159
Binary 10000101 10000100 10011111
Octal 205 204 237

Shades and tints

Shades of #85849F

#85849F
(133,132,159)
#797891
(121,120,145)
#6D6C83
(109,108,131)
#616075
(97,96,117)
#555467
(85,84,103)
#494859
(73,72,89)
#3D3C4B
(61,60,75)
#31303D
(49,48,61)
#25242F
(37,36,47)
#191821
(25,24,33)
#0D0C13
(13,12,19)
#000000
(0,0,0)

Tints of #85849F

#85849F
(133,132,159)
#908FA7
(144,143,167)
#9B9AAF
(155,154,175)
#A6A5B7
(166,165,183)
#B1B0BF
(177,176,191)
#BCBBC7
(188,187,199)
#C7C6CF
(199,198,207)
#D2D1D7
(210,209,215)
#DDDCDF
(221,220,223)
#E8E7E7
(232,231,231)
#F3F2EF
(243,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #85849F color. Also use rgb(133,132,159) instead hex code.

Text Font Color

.myTextColor { color: #85849F; }

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

This text font color is #85849F.

Background Color

.myBgColor { background-color: #85849F; }

<div style="background-color:#85849F">Inner text</div>

This div background color is #85849F.

Border color

.myBorderColor { border: 1px solid #85849F; }

<div style="border:3px solid #85849F">Div</div>

This div border color is #85849F.

Opacity

.myOpacity80 { color: #85849F; opacity: 0.8; }

<p style="color:#85849F;opacity:0.8;">80%</p>

Text with #85849F 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 #85849F;}

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

This text has shadow with #85849F color.


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

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

This text has shadow with #85849F primary color and red secondary color.


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

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

This text has shadow with #85849F and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #85849F.

Preview

Color preview on black background

This text has color #85849F on black background.


Color preview on white background

This text has color #85849F on white background.


Black color preview on #85849F background

This text has black color on #85849F background.


White color preview on #85849F background

This text has white color on #85849F background.


Related colors

Complementary color

Complementary color for #hex is #7A7B60.


I love getcolorcode.com

Triadic colors

1 #9F8584 and #849F85 with #85849F are triadic colors.

2 #9F8485 and #84859F with #85849F are triadic colors.