COLOR #876E9C

HEX: #876E9C
RGB: (135,110,156)

Color info

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

RGB color model

#876E9C color RGB value is (135,110,156).

  • red value is 135;
  • green value is 110;
  • blue value is 156.
RGB:
(135,110,156)
(53%,43%,61%)

RGB channels and saturation

R 135 of 255 = 53%
G 110 of 255 = 43%
B 156 of 255 = 61%

135
110
156

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

Portions of RGB colors in percentages

R + G + B =
135 + 110 + 156 = 401 (100%)
R 135 of 401 ~ 33.67%
G 110 of 401 ~ 27.43%
B 156 of 401 ~ 38.9%

%33.67
%27.43
%38.9

CMYK color model

#876E9C color CMYK value is (13,29,0,39).

  • cyan value is 13.46%
  • magenta value is 29.49%
  • yellow value is 0.00%
  • key color value is 38.82%
CMYK:
(13,29,0,39)
C13M29Y0K39 
(13%,29%,0%,39%)
(0.13/0.29/0.00/0.39)	

CMYK percentages

%13.46
%29.49
%0
%38.82

Codes

Color #876E9C in popluar color models

876E9C
RGB135110156
HSL273°18.85%52.16%
HSB/HSV273°29.49%61.18%
CMYK13.46%29.49%0.00%
38.82%

Color #876E9C in popluar number systems.

HEX876E9C
Decimal135110156
Binary10000111110111010011100
Octal207156234

Shades and tints

Shades of #876E9C

#876E9C
(135,110,156)
#7B648E
(123,100,142)
#6F5A80
(111,90,128)
#635072
(99,80,114)
#574664
(87,70,100)
#4B3C56
(75,60,86)
#3F3248
(63,50,72)
#33283A
(51,40,58)
#271E2C
(39,30,44)
#1B141E
(27,20,30)
#0F0A10
(15,10,16)
#000000
(0,0,0)

Tints of #876E9C

#876E9C
(135,110,156)
#917BA5
(145,123,165)
#9B88AE
(155,136,174)
#A595B7
(165,149,183)
#AFA2C0
(175,162,192)
#B9AFC9
(185,175,201)
#C3BCD2
(195,188,210)
#CDC9DB
(205,201,219)
#D7D6E4
(215,214,228)
#E1E3ED
(225,227,237)
#EBF0F6
(235,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #876E9C color. Also use rgb(135,110,156) instead hex code.

Text Font Color

.myTextColor { color: #876E9C; }

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

This text font color is #876E9C.


Background Color

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

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

This div background color is #876E9C.


Border color

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

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

This div border color is #876E9C.


Opacity

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

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

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

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

This text has shadow with #876E9C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #876E9C on black background.


Color preview on white background

This text has color #876E9C on white background.



Black color preview on #876E9C background

This text has black color on #876E9C background.


White color preview on #876E9C background

This text has white color on #876E9C background.