COLOR #876199

HEX: #876199
RGB: (135,97,153)

Color info

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

RGB color model

#876199 color RGB value is (135,97,153).

  • red value is 135;
  • green value is 97;
  • blue value is 153.
RGB:
(135,97,153)
(53%,38%,60%)

RGB channels and saturation

R 135 of 255 = 53%
G 97 of 255 = 38%
B 153 of 255 = 60%

135
97
153

R + G + B ~ 50%. #876199 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
135 + 97 + 153 = 385 (100%)
R 135 of 385 ~ 35.06%
G 97 of 385 ~ 25.19%
B 153 of 385 ~ 39.74%

%35.06
%25.19
%39.74

CMYK color model

#876199 color CMYK value is (12,37,0,40).

  • cyan value is 11.76%
  • magenta value is 36.60%
  • yellow value is 0.00%
  • key color value is 40.00%
CMYK:
(12,37,0,40)
C12M37Y0K40 
(12%,37%,0%,40%)
(0.12/0.37/0.00/0.40)	

CMYK percentages

%11.76
%36.6
%0
%40

Codes

Color #876199 in popluar color models

876199
RGB13597153
HSL281°22.40%49.02%
HSB/HSV281°36.60%60.00%
CMYK11.76%36.60%0.00%
40.00%

Color #876199 in popluar number systems.

HEX876199
Decimal13597153
Binary10000111110000110011001
Octal207141231

Shades and tints

Shades of #876199

#876199
(135,97,153)
#7B598C
(123,89,140)
#6F517F
(111,81,127)
#634972
(99,73,114)
#574165
(87,65,101)
#4B3958
(75,57,88)
#3F314B
(63,49,75)
#33293E
(51,41,62)
#272131
(39,33,49)
#1B1924
(27,25,36)
#0F1117
(15,17,23)
#000000
(0,0,0)

Tints of #876199

#876199
(135,97,153)
#916FA2
(145,111,162)
#9B7DAB
(155,125,171)
#A58BB4
(165,139,180)
#AF99BD
(175,153,189)
#B9A7C6
(185,167,198)
#C3B5CF
(195,181,207)
#CDC3D8
(205,195,216)
#D7D1E1
(215,209,225)
#E1DFEA
(225,223,234)
#EBEDF3
(235,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #876199 color. Also use rgb(135,97,153) instead hex code.

Text Font Color

.myTextColor { color: #876199; }

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

This text font color is #876199.


Background Color

.myBgColor { background-color: #876199; }

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

This div background color is #876199.


Border color

.myBorderColor { border: 1px solid #876199; }

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

This div border color is #876199.


Opacity

.myOpacity80 { color: #876199; opacity: 0.8; }

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

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

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

This text has shadow with #876199 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #876199 on black background.


Color preview on white background

This text has color #876199 on white background.



Black color preview on #876199 background

This text has black color on #876199 background.


White color preview on #876199 background

This text has white color on #876199 background.