COLOR #815F87

HEX: #815F87
RGB: (129,95,135)

Color info

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

RGB color model

#815F87 color RGB value is (129,95,135).

  • red value is 129;
  • green value is 95;
  • blue value is 135.
RGB:
(129,95,135)
(51%,37%,53%)

RGB channels and saturation

R 129 of 255 = 51%
G 95 of 255 = 37%
B 135 of 255 = 53%

129
95
135

R + G + B ~ 47%. #815F87 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
129 + 95 + 135 = 359 (100%)
R 129 of 359 ~ 35.93%
G 95 of 359 ~ 26.46%
B 135 of 359 ~ 37.6%

%35.93
%26.46
%37.6

CMYK color model

#815F87 color CMYK value is (4,30,0,47).

  • cyan value is 4.44%
  • magenta value is 29.63%
  • yellow value is 0.00%
  • key color value is 47.06%
CMYK:
(4,30,0,47)
C4M30Y0K47 
(4%,30%,0%,47%)
(0.04/0.30/0.00/0.47)	

CMYK percentages

%4.44
%29.63
%0
%47.06

Codes

Color #815F87 in popluar color models

815F87
RGB12995135
HSL291°17.39%45.10%
HSB/HSV291°29.63%52.94%
CMYK4.44%29.63%0.00%
47.06%

Color #815F87 in popluar number systems.

HEX815F87
Decimal12995135
Binary10000001101111110000111
Octal201137207

Shades and tints

Shades of #815F87

#815F87
(129,95,135)
#76577B
(118,87,123)
#6B4F6F
(107,79,111)
#604763
(96,71,99)
#553F57
(85,63,87)
#4A374B
(74,55,75)
#3F2F3F
(63,47,63)
#342733
(52,39,51)
#291F27
(41,31,39)
#1E171B
(30,23,27)
#130F0F
(19,15,15)
#000000
(0,0,0)

Tints of #815F87

#815F87
(129,95,135)
#8C6D91
(140,109,145)
#977B9B
(151,123,155)
#A289A5
(162,137,165)
#AD97AF
(173,151,175)
#B8A5B9
(184,165,185)
#C3B3C3
(195,179,195)
#CEC1CD
(206,193,205)
#D9CFD7
(217,207,215)
#E4DDE1
(228,221,225)
#EFEBEB
(239,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #815F87 color. Also use rgb(129,95,135) instead hex code.

Text Font Color

.myTextColor { color: #815F87; }

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

This text font color is #815F87.


Background Color

.myBgColor { background-color: #815F87; }

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

This div background color is #815F87.


Border color

.myBorderColor { border: 1px solid #815F87; }

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

This div border color is #815F87.


Opacity

.myOpacity80 { color: #815F87; opacity: 0.8; }

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

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

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

This text has shadow with #815F87 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #815F87 on black background.


Color preview on white background

This text has color #815F87 on white background.



Black color preview on #815F87 background

This text has black color on #815F87 background.


White color preview on #815F87 background

This text has white color on #815F87 background.