COLOR #885E95

HEX: #885E95 RGB: (136,94,149)

Color info

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

RGB color model

#885E95 color RGB value is (136,94,149).

RGB: (136,94,149) (53%, 37%, 58%)

RGB channels and saturation

R 136 of 255 = 53%
G 94 of 255 = 37%
B 149 of 255 = 58%

136
94
149

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

Portions of RGB colors in percentages

R + G + B = 136 + 94 + 149 = 379 (100%)
R 136 of 379 ~ 35.88%
G 94 of 379 ~ 24.8%
B 149 of 379 ~ 39.31'%

%35.88
%24.8
%39.31

CMYK color model

#885E95 color CMYK value is (9,37,0,42).

  • cyan value is 8.72%
  • magenta value is 36.91%
  • yellow value is 0.00%
  • key color value is 41.57%

CMYK: (9,37,0,42)
C9M37Y0K42 (9%, 37%, 0%, 42%)
(0.09 / 0.37 / 0.00 / 0.42)

CMYK percentages

%8.72
%36.91
%0
%41.57

Codes

Color #885E95 in popluar color models

88 5E 95
RGB 136 94 149
HSL 286° 22.63% 47.65%
HSB/HSV 286° 36.91% 58.43%
CMYK 8.72% 36.91% 0.00%
41.57%

Color #885E95 in popluar number systems.

HEX 88 5E 95
Decimal 136 94 149
Binary 10001000 1011110 10010101
Octal 210 136 225

Shades and tints

Shades of #885E95

#885E95
(136,94,149)
#7C5688
(124,86,136)
#704E7B
(112,78,123)
#64466E
(100,70,110)
#583E61
(88,62,97)
#4C3654
(76,54,84)
#402E47
(64,46,71)
#34263A
(52,38,58)
#281E2D
(40,30,45)
#1C1620
(28,22,32)
#100E13
(16,14,19)
#000000
(0,0,0)

Tints of #885E95

#885E95
(136,94,149)
#926C9E
(146,108,158)
#9C7AA7
(156,122,167)
#A688B0
(166,136,176)
#B096B9
(176,150,185)
#BAA4C2
(186,164,194)
#C4B2CB
(196,178,203)
#CEC0D4
(206,192,212)
#D8CEDD
(216,206,221)
#E2DCE6
(226,220,230)
#ECEAEF
(236,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #885E95 color. Also use rgb(136,94,149) instead hex code.

Text Font Color

.myTextColor { color: #885E95; }

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

This text font color is #885E95.

Background Color

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

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

This div background color is #885E95.

Border color

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

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

This div border color is #885E95.

Opacity

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

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

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

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

This text has shadow with #885E95 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #885E95.

Preview

Color preview on black background

This text has color #885E95 on black background.


Color preview on white background

This text has color #885E95 on white background.


Black color preview on #885E95 background

This text has black color on #885E95 background.


White color preview on #885E95 background

This text has white color on #885E95 background.


Related colors

Complementary color

Complementary color for #hex is #77A16A.


I love getcolorcode.com

Triadic colors

1 #95885E and #5E9588 with #885E95 are triadic colors.

2 #955E88 and #5E8895 with #885E95 are triadic colors.