COLOR #87719F

HEX: #87719F
RGB: (135,113,159)

Color info

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

RGB color model

#87719F color RGB value is (135,113,159).

  • red value is 135;
  • green value is 113;
  • blue value is 159.
RGB: (135,113,159) (53%,44%,62%)

RGB channels and saturation

R 135 of 255 = 53%
G 113 of 255 = 44%
B 159 of 255 = 62%

135
113
159

R + G + B ~ 53%. #87719F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
135 + 113 + 159 = 407 (100%)
R 135 of 407 ~ 33.17%
G 113 of 407 ~ 27.76%
B 159 of 407 ~ 39.07%

%33.17
%27.76
%39.07

CMYK color model

#87719F color CMYK value is (15,29,0,38).

  • cyan value is 15.09%
  • magenta value is 28.93%
  • yellow value is 0.00%
  • key color value is 37.65%
CMYK: (15,29,0,38) C15M29Y0K38 (15%,29%,0%,38%) (0.15/0.29/0.00/0.38)

CMYK percentages

%15.09
%28.93
%0
%37.65

Codes

Color #87719F in popluar color models

87719F
RGB135113159
HSL269°19.33%53.33%
HSB/HSV269°28.93%62.35%
CMYK15.09%28.93%0.00%
37.65%

Color #87719F in popluar number systems.

HEX87719F
Decimal135113159
Binary10000111111000110011111
Octal207161237

Shades and tints

Shades of #87719F

#87719F
(135,113,159)
#7B6791
(123,103,145)
#6F5D83
(111,93,131)
#635375
(99,83,117)
#574967
(87,73,103)
#4B3F59
(75,63,89)
#3F354B
(63,53,75)
#332B3D
(51,43,61)
#27212F
(39,33,47)
#1B1721
(27,23,33)
#0F0D13
(15,13,19)
#000000
(0,0,0)

Tints of #87719F

#87719F
(135,113,159)
#917DA7
(145,125,167)
#9B89AF
(155,137,175)
#A595B7
(165,149,183)
#AFA1BF
(175,161,191)
#B9ADC7
(185,173,199)
#C3B9CF
(195,185,207)
#CDC5D7
(205,197,215)
#D7D1DF
(215,209,223)
#E1DDE7
(225,221,231)
#EBE9EF
(235,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #87719F color. Also use rgb(135,113,159) instead hex code.

Text Font Color

.myTextColor { color: #87719F; }

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

This text font color is #87719F.


Background Color

.myBgColor { background-color: #87719F; }

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

This div background color is #87719F.


Border color

.myBorderColor { border: 1px solid #87719F; }

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

This div border color is #87719F.


Opacity

.myOpacity80 { color: #87719F; opacity: 0.8; }

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

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

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

This text has shadow with #87719F color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #87719F on black background.


Color preview on white background

This text has color #87719F on white background.



Black color preview on #87719F background

This text has black color on #87719F background.


White color preview on #87719F background

This text has white color on #87719F background.