COLOR #885F9D

HEX: #885F9D
RGB: (136,95,157)

Color info

#885F9D contains mainly red and blue colors. Web safe color of #885F9D is #996699 (or #969).

RGB color model

#885F9D color RGB value is (136,95,157).

  • red value is 136;
  • green value is 95;
  • blue value is 157.
RGB:
(136,95,157)
(53%,37%,62%)

RGB channels and saturation

R 136 of 255 = 53%
G 95 of 255 = 37%
B 157 of 255 = 62%

136
95
157

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

Portions of RGB colors in percentages

R + G + B =
136 + 95 + 157 = 388 (100%)
R 136 of 388 ~ 35.05%
G 95 of 388 ~ 24.48%
B 157 of 388 ~ 40.46%

%35.05
%24.48
%40.46

CMYK color model

#885F9D color CMYK value is (13,39,0,38).

  • cyan value is 13.38%
  • magenta value is 39.49%
  • yellow value is 0.00%
  • key color value is 38.43%
CMYK:
(13,39,0,38)
C13M39Y0K38 
(13%,39%,0%,38%)
(0.13/0.39/0.00/0.38)	

CMYK percentages

%13.38
%39.49
%0
%38.43

Codes

Color #885F9D in popluar color models

885F9D
RGB13695157
HSL280°24.60%49.41%
HSB/HSV280°39.49%61.57%
CMYK13.38%39.49%0.00%
38.43%

Color #885F9D in popluar number systems.

HEX885F9D
Decimal13695157
Binary10001000101111110011101
Octal210137235

Shades and tints

Shades of #885F9D

#885F9D
(136,95,157)
#7C578F
(124,87,143)
#704F81
(112,79,129)
#644773
(100,71,115)
#583F65
(88,63,101)
#4C3757
(76,55,87)
#402F49
(64,47,73)
#34273B
(52,39,59)
#281F2D
(40,31,45)
#1C171F
(28,23,31)
#100F11
(16,15,17)
#000000
(0,0,0)

Tints of #885F9D

#885F9D
(136,95,157)
#926DA5
(146,109,165)
#9C7BAD
(156,123,173)
#A689B5
(166,137,181)
#B097BD
(176,151,189)
#BAA5C5
(186,165,197)
#C4B3CD
(196,179,205)
#CEC1D5
(206,193,213)
#D8CFDD
(216,207,221)
#E2DDE5
(226,221,229)
#ECEBED
(236,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #885F9D color. Also use rgb(136,95,157) instead hex code.

Text Font Color

.myTextColor { color: #885F9D; }

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

This text font color is #885F9D.


Background Color

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

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

This div background color is #885F9D.


Border color

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

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

This div border color is #885F9D.


Opacity

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

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

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

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

This text has shadow with #885F9D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #885F9D on black background.


Color preview on white background

This text has color #885F9D on white background.



Black color preview on #885F9D background

This text has black color on #885F9D background.


White color preview on #885F9D background

This text has white color on #885F9D background.