COLOR #876297

HEX: #876297
RGB: (135,98,151)

Color info

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

RGB color model

#876297 color RGB value is (135,98,151).

  • red value is 135;
  • green value is 98;
  • blue value is 151.
RGB:
(135,98,151)
(53%,38%,59%)

RGB channels and saturation

R 135 of 255 = 53%
G 98 of 255 = 38%
B 151 of 255 = 59%

135
98
151

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

Portions of RGB colors in percentages

R + G + B =
135 + 98 + 151 = 384 (100%)
R 135 of 384 ~ 35.16%
G 98 of 384 ~ 25.52%
B 151 of 384 ~ 39.32%

%35.16
%25.52
%39.32

CMYK color model

#876297 color CMYK value is (11,35,0,41).

  • cyan value is 10.60%
  • magenta value is 35.10%
  • yellow value is 0.00%
  • key color value is 40.78%
CMYK:
(11,35,0,41)
C11M35Y0K41 
(11%,35%,0%,41%)
(0.11/0.35/0.00/0.41)	

CMYK percentages

%10.6
%35.1
%0
%40.78

Codes

Color #876297 in popluar color models

876297
RGB13598151
HSL282°21.29%48.82%
HSB/HSV282°35.10%59.22%
CMYK10.60%35.10%0.00%
40.78%

Color #876297 in popluar number systems.

HEX876297
Decimal13598151
Binary10000111110001010010111
Octal207142227

Shades and tints

Shades of #876297

#876297
(135,98,151)
#7B5A8A
(123,90,138)
#6F527D
(111,82,125)
#634A70
(99,74,112)
#574263
(87,66,99)
#4B3A56
(75,58,86)
#3F3249
(63,50,73)
#332A3C
(51,42,60)
#27222F
(39,34,47)
#1B1A22
(27,26,34)
#0F1215
(15,18,21)
#000000
(0,0,0)

Tints of #876297

#876297
(135,98,151)
#9170A0
(145,112,160)
#9B7EA9
(155,126,169)
#A58CB2
(165,140,178)
#AF9ABB
(175,154,187)
#B9A8C4
(185,168,196)
#C3B6CD
(195,182,205)
#CDC4D6
(205,196,214)
#D7D2DF
(215,210,223)
#E1E0E8
(225,224,232)
#EBEEF1
(235,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #876297 color. Also use rgb(135,98,151) instead hex code.

Text Font Color

.myTextColor { color: #876297; }

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

This text font color is #876297.


Background Color

.myBgColor { background-color: #876297; }

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

This div background color is #876297.


Border color

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

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

This div border color is #876297.


Opacity

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

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

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

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

This text has shadow with #876297 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #876297 on black background.


Color preview on white background

This text has color #876297 on white background.



Black color preview on #876297 background

This text has black color on #876297 background.


White color preview on #876297 background

This text has white color on #876297 background.