COLOR #876F9A

HEX: #876F9A
RGB: (135,111,154)

Color info

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

RGB color model

#876F9A color RGB value is (135,111,154).

  • red value is 135;
  • green value is 111;
  • blue value is 154.
RGB:
(135,111,154)
(53%,44%,60%)

RGB channels and saturation

R 135 of 255 = 53%
G 111 of 255 = 44%
B 154 of 255 = 60%

135
111
154

R + G + B ~ 52%. #876F9A is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
135 + 111 + 154 = 400 (100%)
R 135 of 400 ~ 33.75%
G 111 of 400 ~ 27.75%
B 154 of 400 ~ 38.5%

%33.75
%27.75
%38.5

CMYK color model

#876F9A color CMYK value is (12,28,0,40).

  • cyan value is 12.34%
  • magenta value is 27.92%
  • yellow value is 0.00%
  • key color value is 39.61%
CMYK:
(12,28,0,40)
C12M28Y0K40 
(12%,28%,0%,40%)
(0.12/0.28/0.00/0.40)	

CMYK percentages

%12.34
%27.92
%0
%39.61

Codes

Color #876F9A in popluar color models

876F9A
RGB135111154
HSL273°17.55%51.96%
HSB/HSV273°27.92%60.39%
CMYK12.34%27.92%0.00%
39.61%

Color #876F9A in popluar number systems.

HEX876F9A
Decimal135111154
Binary10000111110111110011010
Octal207157232

Shades and tints

Shades of #876F9A

#876F9A
(135,111,154)
#7B658C
(123,101,140)
#6F5B7E
(111,91,126)
#635170
(99,81,112)
#574762
(87,71,98)
#4B3D54
(75,61,84)
#3F3346
(63,51,70)
#332938
(51,41,56)
#271F2A
(39,31,42)
#1B151C
(27,21,28)
#0F0B0E
(15,11,14)
#000000
(0,0,0)

Tints of #876F9A

#876F9A
(135,111,154)
#917CA3
(145,124,163)
#9B89AC
(155,137,172)
#A596B5
(165,150,181)
#AFA3BE
(175,163,190)
#B9B0C7
(185,176,199)
#C3BDD0
(195,189,208)
#CDCAD9
(205,202,217)
#D7D7E2
(215,215,226)
#E1E4EB
(225,228,235)
#EBF1F4
(235,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #876F9A color. Also use rgb(135,111,154) instead hex code.

Text Font Color

.myTextColor { color: #876F9A; }

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

This text font color is #876F9A.


Background Color

.myBgColor { background-color: #876F9A; }

<div style="background-color:#876F9A">Inner text</div>

This div background color is #876F9A.


Border color

.myBorderColor { border: 1px solid #876F9A; }

<div style="border:3px solid #876F9A">Div</div>

This div border color is #876F9A.


Opacity

.myOpacity80 { color: #876F9A; opacity: 0.8; }

<p style="color:#876F9A;opacity:0.8;">80%</p>

Text with #876F9A 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 #876F9A;}

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

This text has shadow with #876F9A color.

.textShadow {text-shadow: 3px 3px 1px #876F9A, 3px 3px 1px red;}

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

This text has shadow with #876F9A primary color and red secondary color.


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

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

This text has shadow with #876F9A and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #876F9A on black background.


Color preview on white background

This text has color #876F9A on white background.



Black color preview on #876F9A background

This text has black color on #876F9A background.


White color preview on #876F9A background

This text has white color on #876F9A background.