COLOR #876090

HEX: #876090
RGB: (135,96,144)

Color info

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

RGB color model

#876090 color RGB value is (135,96,144).

  • red value is 135;
  • green value is 96;
  • blue value is 144.
RGB:
(135,96,144)
(53%,38%,56%)

RGB channels and saturation

R 135 of 255 = 53%
G 96 of 255 = 38%
B 144 of 255 = 56%

135
96
144

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

Portions of RGB colors in percentages

R + G + B =
135 + 96 + 144 = 375 (100%)
R 135 of 375 ~ 36%
G 96 of 375 ~ 25.6%
B 144 of 375 ~ 38.4%

%36
%25.6
%38.4

CMYK color model

#876090 color CMYK value is (6,33,0,44).

  • cyan value is 6.25%
  • magenta value is 33.33%
  • yellow value is 0.00%
  • key color value is 43.53%
CMYK:
(6,33,0,44)
C6M33Y0K44 
(6%,33%,0%,44%)
(0.06/0.33/0.00/0.44)	

CMYK percentages

%6.25
%33.33
%0
%43.53

Codes

Color #876090 in popluar color models

876090
RGB13596144
HSL289°20.00%47.06%
HSB/HSV289°33.33%56.47%
CMYK6.25%33.33%0.00%
43.53%

Color #876090 in popluar number systems.

HEX876090
Decimal13596144
Binary10000111110000010010000
Octal207140220

Shades and tints

Shades of #876090

#876090
(135,96,144)
#7B5883
(123,88,131)
#6F5076
(111,80,118)
#634869
(99,72,105)
#57405C
(87,64,92)
#4B384F
(75,56,79)
#3F3042
(63,48,66)
#332835
(51,40,53)
#272028
(39,32,40)
#1B181B
(27,24,27)
#0F100E
(15,16,14)
#000000
(0,0,0)

Tints of #876090

#876090
(135,96,144)
#916E9A
(145,110,154)
#9B7CA4
(155,124,164)
#A58AAE
(165,138,174)
#AF98B8
(175,152,184)
#B9A6C2
(185,166,194)
#C3B4CC
(195,180,204)
#CDC2D6
(205,194,214)
#D7D0E0
(215,208,224)
#E1DEEA
(225,222,234)
#EBECF4
(235,236,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #876090 color. Also use rgb(135,96,144) instead hex code.

Text Font Color

.myTextColor { color: #876090; }

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

This text font color is #876090.


Background Color

.myBgColor { background-color: #876090; }

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

This div background color is #876090.


Border color

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

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

This div border color is #876090.


Opacity

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

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

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

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

This text has shadow with #876090 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #876090 on black background.


Color preview on white background

This text has color #876090 on white background.



Black color preview on #876090 background

This text has black color on #876090 background.


White color preview on #876090 background

This text has white color on #876090 background.