COLOR #815D96

HEX: #815D96
RGB: (129,93,150)

Color info

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

RGB color model

#815D96 color RGB value is (129,93,150).

  • red value is 129;
  • green value is 93;
  • blue value is 150.
RGB:
(129,93,150)
(51%,36%,59%)

RGB channels and saturation

R 129 of 255 = 51%
G 93 of 255 = 36%
B 150 of 255 = 59%

129
93
150

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

Portions of RGB colors in percentages

R + G + B =
129 + 93 + 150 = 372 (100%)
R 129 of 372 ~ 34.68%
G 93 of 372 ~ 25%
B 150 of 372 ~ 40.32%

%34.68
%25
%40.32

CMYK color model

#815D96 color CMYK value is (14,38,0,41).

  • cyan value is 14.00%
  • magenta value is 38.00%
  • yellow value is 0.00%
  • key color value is 41.18%
CMYK:
(14,38,0,41)
C14M38Y0K41 
(14%,38%,0%,41%)
(0.14/0.38/0.00/0.41)	

CMYK percentages

%14
%38
%0
%41.18

Codes

Color #815D96 in popluar color models

815D96
RGB12993150
HSL278°23.46%47.65%
HSB/HSV278°38.00%58.82%
CMYK14.00%38.00%0.00%
41.18%

Color #815D96 in popluar number systems.

HEX815D96
Decimal12993150
Binary10000001101110110010110
Octal201135226

Shades and tints

Shades of #815D96

#815D96
(129,93,150)
#765589
(118,85,137)
#6B4D7C
(107,77,124)
#60456F
(96,69,111)
#553D62
(85,61,98)
#4A3555
(74,53,85)
#3F2D48
(63,45,72)
#34253B
(52,37,59)
#291D2E
(41,29,46)
#1E1521
(30,21,33)
#130D14
(19,13,20)
#000000
(0,0,0)

Tints of #815D96

#815D96
(129,93,150)
#8C6B9F
(140,107,159)
#9779A8
(151,121,168)
#A287B1
(162,135,177)
#AD95BA
(173,149,186)
#B8A3C3
(184,163,195)
#C3B1CC
(195,177,204)
#CEBFD5
(206,191,213)
#D9CDDE
(217,205,222)
#E4DBE7
(228,219,231)
#EFE9F0
(239,233,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #815D96 color. Also use rgb(129,93,150) instead hex code.

Text Font Color

.myTextColor { color: #815D96; }

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

This text font color is #815D96.


Background Color

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

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

This div background color is #815D96.


Border color

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

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

This div border color is #815D96.


Opacity

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

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

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

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

This text has shadow with #815D96 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #815D96 on black background.


Color preview on white background

This text has color #815D96 on white background.



Black color preview on #815D96 background

This text has black color on #815D96 background.


White color preview on #815D96 background

This text has white color on #815D96 background.