COLOR #815B8E

HEX: #815B8E
RGB: (129,91,142)

Color info

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

RGB color model

#815B8E color RGB value is (129,91,142).

  • red value is 129;
  • green value is 91;
  • blue value is 142.
RGB:
(129,91,142)
(51%,36%,56%)

RGB channels and saturation

R 129 of 255 = 51%
G 91 of 255 = 36%
B 142 of 255 = 56%

129
91
142

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

Portions of RGB colors in percentages

R + G + B =
129 + 91 + 142 = 362 (100%)
R 129 of 362 ~ 35.64%
G 91 of 362 ~ 25.14%
B 142 of 362 ~ 39.23%

%35.64
%25.14
%39.23

CMYK color model

#815B8E color CMYK value is (9,36,0,44).

  • cyan value is 9.15%
  • magenta value is 35.92%
  • yellow value is 0.00%
  • key color value is 44.31%
CMYK:
(9,36,0,44)
C9M36Y0K44 
(9%,36%,0%,44%)
(0.09/0.36/0.00/0.44)	

CMYK percentages

%9.15
%35.92
%0
%44.31

Codes

Color #815B8E in popluar color models

815B8E
RGB12991142
HSL285°21.89%45.69%
HSB/HSV285°35.92%55.69%
CMYK9.15%35.92%0.00%
44.31%

Color #815B8E in popluar number systems.

HEX815B8E
Decimal12991142
Binary10000001101101110001110
Octal201133216

Shades and tints

Shades of #815B8E

#815B8E
(129,91,142)
#765382
(118,83,130)
#6B4B76
(107,75,118)
#60436A
(96,67,106)
#553B5E
(85,59,94)
#4A3352
(74,51,82)
#3F2B46
(63,43,70)
#34233A
(52,35,58)
#291B2E
(41,27,46)
#1E1322
(30,19,34)
#130B16
(19,11,22)
#000000
(0,0,0)

Tints of #815B8E

#815B8E
(129,91,142)
#8C6998
(140,105,152)
#9777A2
(151,119,162)
#A285AC
(162,133,172)
#AD93B6
(173,147,182)
#B8A1C0
(184,161,192)
#C3AFCA
(195,175,202)
#CEBDD4
(206,189,212)
#D9CBDE
(217,203,222)
#E4D9E8
(228,217,232)
#EFE7F2
(239,231,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #815B8E color. Also use rgb(129,91,142) instead hex code.

Text Font Color

.myTextColor { color: #815B8E; }

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

This text font color is #815B8E.


Background Color

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

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

This div background color is #815B8E.


Border color

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

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

This div border color is #815B8E.


Opacity

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

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

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

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

This text has shadow with #815B8E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #815B8E on black background.


Color preview on white background

This text has color #815B8E on white background.



Black color preview on #815B8E background

This text has black color on #815B8E background.


White color preview on #815B8E background

This text has white color on #815B8E background.