COLOR #876AAA

HEX: #876AAA
RGB: (135,106,170)

Color info

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

RGB color model

#876AAA color RGB value is (135,106,170).

  • red value is 135;
  • green value is 106;
  • blue value is 170.
RGB:
(135,106,170)
(53%,42%,67%)

RGB channels and saturation

R 135 of 255 = 53%
G 106 of 255 = 42%
B 170 of 255 = 67%

135
106
170

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

Portions of RGB colors in percentages

R + G + B =
135 + 106 + 170 = 411 (100%)
R 135 of 411 ~ 32.85%
G 106 of 411 ~ 25.79%
B 170 of 411 ~ 41.36%

%32.85
%25.79
%41.36

CMYK color model

#876AAA color CMYK value is (21,38,0,33).

  • cyan value is 20.59%
  • magenta value is 37.65%
  • yellow value is 0.00%
  • key color value is 33.33%
CMYK:
(21,38,0,33)
C21M38Y0K33 
(21%,38%,0%,33%)
(0.21/0.38/0.00/0.33)	

CMYK percentages

%20.59
%37.65
%0
%33.33

Codes

Color #876AAA in popluar color models

876AAA
RGB135106170
HSL267°27.35%54.12%
HSB/HSV267°37.65%66.67%
CMYK20.59%37.65%0.00%
33.33%

Color #876AAA in popluar number systems.

HEX876AAA
Decimal135106170
Binary10000111110101010101010
Octal207152252

Shades and tints

Shades of #876AAA

#876AAA
(135,106,170)
#7B619B
(123,97,155)
#6F588C
(111,88,140)
#634F7D
(99,79,125)
#57466E
(87,70,110)
#4B3D5F
(75,61,95)
#3F3450
(63,52,80)
#332B41
(51,43,65)
#272232
(39,34,50)
#1B1923
(27,25,35)
#0F1014
(15,16,20)
#000000
(0,0,0)

Tints of #876AAA

#876AAA
(135,106,170)
#9177B1
(145,119,177)
#9B84B8
(155,132,184)
#A591BF
(165,145,191)
#AF9EC6
(175,158,198)
#B9ABCD
(185,171,205)
#C3B8D4
(195,184,212)
#CDC5DB
(205,197,219)
#D7D2E2
(215,210,226)
#E1DFE9
(225,223,233)
#EBECF0
(235,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #876AAA color. Also use rgb(135,106,170) instead hex code.

Text Font Color

.myTextColor { color: #876AAA; }

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

This text font color is #876AAA.


Background Color

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

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

This div background color is #876AAA.


Border color

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

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

This div border color is #876AAA.


Opacity

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

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

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

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

This text has shadow with #876AAA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #876AAA on black background.


Color preview on white background

This text has color #876AAA on white background.



Black color preview on #876AAA background

This text has black color on #876AAA background.


White color preview on #876AAA background

This text has white color on #876AAA background.