COLOR #885C8E

HEX: #885C8E RGB: (136,92,142)

Color info

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

RGB color model

#885C8E color RGB value is (136,92,142).

RGB: (136,92,142) (53%, 36%, 56%)

RGB channels and saturation

R 136 of 255 = 53%
G 92 of 255 = 36%
B 142 of 255 = 56%

136
92
142

R + G + B ~ 48%. #885C8E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 136 + 92 + 142 = 370 (100%)
R 136 of 370 ~ 36.76%
G 92 of 370 ~ 24.86%
B 142 of 370 ~ 38.38'%

%36.76
%24.86
%38.38

CMYK color model

#885C8E color CMYK value is (4,35,0,44).

  • cyan value is 4.23%
  • magenta value is 35.21%
  • yellow value is 0.00%
  • key color value is 44.31%

CMYK: (4,35,0,44)
C4M35Y0K44 (4%, 35%, 0%, 44%)
(0.04 / 0.35 / 0.00 / 0.44)

CMYK percentages

%4.23
%35.21
%0
%44.31

Codes

Color #885C8E in popluar color models

88 5C 8E
RGB 136 92 142
HSL 293° 21.37% 45.88%
HSB/HSV 293° 35.21% 55.69%
CMYK 4.23% 35.21% 0.00%
44.31%

Color #885C8E in popluar number systems.

HEX 88 5C 8E
Decimal 136 92 142
Binary 10001000 1011100 10001110
Octal 210 134 216

Shades and tints

Shades of #885C8E

#885C8E
(136,92,142)
#7C5482
(124,84,130)
#704C76
(112,76,118)
#64446A
(100,68,106)
#583C5E
(88,60,94)
#4C3452
(76,52,82)
#402C46
(64,44,70)
#34243A
(52,36,58)
#281C2E
(40,28,46)
#1C1422
(28,20,34)
#100C16
(16,12,22)
#000000
(0,0,0)

Tints of #885C8E

#885C8E
(136,92,142)
#926A98
(146,106,152)
#9C78A2
(156,120,162)
#A686AC
(166,134,172)
#B094B6
(176,148,182)
#BAA2C0
(186,162,192)
#C4B0CA
(196,176,202)
#CEBED4
(206,190,212)
#D8CCDE
(216,204,222)
#E2DAE8
(226,218,232)
#ECE8F2
(236,232,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #885C8E color. Also use rgb(136,92,142) instead hex code.

Text Font Color

.myTextColor { color: #885C8E; }

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

This text font color is #885C8E.

Background Color

.myBgColor { background-color: #885C8E; }

<div style="background-color:#885C8E">Inner text</div>

This div background color is #885C8E.

Border color

.myBorderColor { border: 1px solid #885C8E; }

<div style="border:3px solid #885C8E">Div</div>

This div border color is #885C8E.

Opacity

.myOpacity80 { color: #885C8E; opacity: 0.8; }

<p style="color:#885C8E;opacity:0.8;">80%</p>

Text with #885C8E 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 #885C8E;}

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

This text has shadow with #885C8E color.


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

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

This text has shadow with #885C8E primary color and red secondary color.


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

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

This text has shadow with #885C8E and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #885C8E.

Preview

Color preview on black background

This text has color #885C8E on black background.


Color preview on white background

This text has color #885C8E on white background.


Black color preview on #885C8E background

This text has black color on #885C8E background.


White color preview on #885C8E background

This text has white color on #885C8E background.


Related colors

Complementary color

Complementary color for #hex is #77A371.


I love getcolorcode.com

Triadic colors

1 #8E885C and #5C8E88 with #885C8E are triadic colors.

2 #8E5C88 and #5C888E with #885C8E are triadic colors.