COLOR #876A93

HEX: #876A93 RGB: (135,106,147)

Color info

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

RGB color model

#876A93 color RGB value is (135,106,147).

RGB: (135,106,147) (53%, 42%, 58%)

RGB channels and saturation

R 135 of 255 = 53%
G 106 of 255 = 42%
B 147 of 255 = 58%

135
106
147

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

Portions of RGB colors in percentages

R + G + B = 135 + 106 + 147 = 388 (100%)
R 135 of 388 ~ 34.79%
G 106 of 388 ~ 27.32%
B 147 of 388 ~ 37.89'%

%34.79
%27.32
%37.89

CMYK color model

#876A93 color CMYK value is (8,28,0,42).

  • cyan value is 8.16%
  • magenta value is 27.89%
  • yellow value is 0.00%
  • key color value is 42.35%

CMYK: (8,28,0,42)
C8M28Y0K42 (8%, 28%, 0%, 42%)
(0.08 / 0.28 / 0.00 / 0.42)

CMYK percentages

%8.16
%27.89
%0
%42.35

Codes

Color #876A93 in popluar color models

87 6A 93
RGB 135 106 147
HSL 282° 16.21% 49.61%
HSB/HSV 282° 27.89% 57.65%
CMYK 8.16% 27.89% 0.00%
42.35%

Color #876A93 in popluar number systems.

HEX 87 6A 93
Decimal 135 106 147
Binary 10000111 1101010 10010011
Octal 207 152 223

Shades and tints

Shades of #876A93

#876A93
(135,106,147)
#7B6186
(123,97,134)
#6F5879
(111,88,121)
#634F6C
(99,79,108)
#57465F
(87,70,95)
#4B3D52
(75,61,82)
#3F3445
(63,52,69)
#332B38
(51,43,56)
#27222B
(39,34,43)
#1B191E
(27,25,30)
#0F1011
(15,16,17)
#000000
(0,0,0)

Tints of #876A93

#876A93
(135,106,147)
#91779C
(145,119,156)
#9B84A5
(155,132,165)
#A591AE
(165,145,174)
#AF9EB7
(175,158,183)
#B9ABC0
(185,171,192)
#C3B8C9
(195,184,201)
#CDC5D2
(205,197,210)
#D7D2DB
(215,210,219)
#E1DFE4
(225,223,228)
#EBECED
(235,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #876A93; }

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

This text font color is #876A93.

Background Color

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

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

This div background color is #876A93.

Border color

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

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

This div border color is #876A93.

Opacity

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

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

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

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

This text has shadow with #876A93 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #876A93.

Preview

Color preview on black background

This text has color #876A93 on black background.


Color preview on white background

This text has color #876A93 on white background.


Black color preview on #876A93 background

This text has black color on #876A93 background.


White color preview on #876A93 background

This text has white color on #876A93 background.


Related colors

Complementary color

Complementary color for #hex is #78956C.


I love getcolorcode.com

Triadic colors

1 #93876A and #6A9387 with #876A93 are triadic colors.

2 #936A87 and #6A8793 with #876A93 are triadic colors.