COLOR #876C9B

HEX: #876C9B RGB: (135,108,155)

Color info

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

RGB color model

#876C9B color RGB value is (135,108,155).

RGB: (135,108,155) (53%, 42%, 61%)

RGB channels and saturation

R 135 of 255 = 53%
G 108 of 255 = 42%
B 155 of 255 = 61%

135
108
155

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

Portions of RGB colors in percentages

R + G + B = 135 + 108 + 155 = 398 (100%)
R 135 of 398 ~ 33.92%
G 108 of 398 ~ 27.14%
B 155 of 398 ~ 38.94'%

%33.92
%27.14
%38.94

CMYK color model

#876C9B color CMYK value is (13,30,0,39).

  • cyan value is 12.90%
  • magenta value is 30.32%
  • yellow value is 0.00%
  • key color value is 39.22%
CMYK: (13,30,0,39) C13M30Y0K39 (13%,30%,0%,39%) (0.13/0.30/0.00/0.39) 

CMYK percentages

%12.9
%30.32
%0
%39.22

Codes

Color #876C9B in popluar color models

87 6C 9B
RGB 135 108 155
HSL 274° 19.03% 51.57%
HSB/HSV 274° 30.32% 60.78%
CMYK 12.90% 30.32% 0.00%
39.22%

Color #876C9B in popluar number systems.

HEX 87 6C 9B
Decimal 135 108 155
Binary 10000111 1101100 10011011
Octal 207 154 233

Shades and tints

Shades of #876C9B

#876C9B
(135,108,155)
#7B638D
(123,99,141)
#6F5A7F
(111,90,127)
#635171
(99,81,113)
#574863
(87,72,99)
#4B3F55
(75,63,85)
#3F3647
(63,54,71)
#332D39
(51,45,57)
#27242B
(39,36,43)
#1B1B1D
(27,27,29)
#0F120F
(15,18,15)
#000000
(0,0,0)

Tints of #876C9B

#876C9B
(135,108,155)
#9179A4
(145,121,164)
#9B86AD
(155,134,173)
#A593B6
(165,147,182)
#AFA0BF
(175,160,191)
#B9ADC8
(185,173,200)
#C3BAD1
(195,186,209)
#CDC7DA
(205,199,218)
#D7D4E3
(215,212,227)
#E1E1EC
(225,225,236)
#EBEEF5
(235,238,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #876C9B color. Also use rgb(135,108,155) instead hex code.

Text Font Color

.myTextColor { color: #876C9B; }

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

This text font color is #876C9B.

Background Color

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

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

This div background color is #876C9B.

Border color

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

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

This div border color is #876C9B.

Opacity

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

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

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

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

This text has shadow with #876C9B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #876C9B.

Preview

Color preview on black background

This text has color #876C9B on black background.


Color preview on white background

This text has color #876C9B on white background.


Black color preview on #876C9B background

This text has black color on #876C9B background.


White color preview on #876C9B background

This text has white color on #876C9B background.


Related colors

Complementary color

Complementary color for #hex is #789364.


I love getcolorcode.com

Triadic colors

1 #9B876C and #6C9B87 with #876C9B are triadic colors.

2 #9B6C87 and #6C879B with #876C9B are triadic colors.