COLOR #885B8D

HEX: #885B8D
RGB: (136,91,141)

Color info

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

RGB color model

#885B8D color RGB value is (136,91,141).

  • red value is 136;
  • green value is 91;
  • blue value is 141.
RGB:
(136,91,141)
(53%,36%,55%)

RGB channels and saturation

R 136 of 255 = 53%
G 91 of 255 = 36%
B 141 of 255 = 55%

136
91
141

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

Portions of RGB colors in percentages

R + G + B =
136 + 91 + 141 = 368 (100%)
R 136 of 368 ~ 36.96%
G 91 of 368 ~ 24.73%
B 141 of 368 ~ 38.32%

%36.96
%24.73
%38.32

CMYK color model

#885B8D color CMYK value is (4,35,0,45).

  • cyan value is 3.55%
  • magenta value is 35.46%
  • yellow value is 0.00%
  • key color value is 44.71%
CMYK:
(4,35,0,45)
C4M35Y0K45 
(4%,35%,0%,45%)
(0.04/0.35/0.00/0.45)	

CMYK percentages

%3.55
%35.46
%0
%44.71

Codes

Color #885B8D in popluar color models

885B8D
RGB13691141
HSL294°21.55%45.49%
HSB/HSV294°35.46%55.29%
CMYK3.55%35.46%0.00%
44.71%

Color #885B8D in popluar number systems.

HEX885B8D
Decimal13691141
Binary10001000101101110001101
Octal210133215

Shades and tints

Shades of #885B8D

#885B8D
(136,91,141)
#7C5381
(124,83,129)
#704B75
(112,75,117)
#644369
(100,67,105)
#583B5D
(88,59,93)
#4C3351
(76,51,81)
#402B45
(64,43,69)
#342339
(52,35,57)
#281B2D
(40,27,45)
#1C1321
(28,19,33)
#100B15
(16,11,21)
#000000
(0,0,0)

Tints of #885B8D

#885B8D
(136,91,141)
#926997
(146,105,151)
#9C77A1
(156,119,161)
#A685AB
(166,133,171)
#B093B5
(176,147,181)
#BAA1BF
(186,161,191)
#C4AFC9
(196,175,201)
#CEBDD3
(206,189,211)
#D8CBDD
(216,203,221)
#E2D9E7
(226,217,231)
#ECE7F1
(236,231,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #885B8D color. Also use rgb(136,91,141) instead hex code.

Text Font Color

.myTextColor { color: #885B8D; }

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

This text font color is #885B8D.


Background Color

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

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

This div background color is #885B8D.


Border color

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

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

This div border color is #885B8D.


Opacity

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

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

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

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

This text has shadow with #885B8D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #885B8D on black background.


Color preview on white background

This text has color #885B8D on white background.



Black color preview on #885B8D background

This text has black color on #885B8D background.


White color preview on #885B8D background

This text has white color on #885B8D background.