COLOR #815896

HEX: #815896
RGB: (129,88,150)

Color info

#815896 contains mainly red and blue colors. Web safe color of #815896 is #996699 (or #969).

RGB color model

#815896 color RGB value is (129,88,150).

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

RGB channels and saturation

R 129 of 255 = 51%
G 88 of 255 = 35%
B 150 of 255 = 59%

129
88
150

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

Portions of RGB colors in percentages

R + G + B =
129 + 88 + 150 = 367 (100%)
R 129 of 367 ~ 35.15%
G 88 of 367 ~ 23.98%
B 150 of 367 ~ 40.87%

%35.15
%23.98
%40.87

CMYK color model

#815896 color CMYK value is (14,41,0,41).

  • cyan value is 14.00%
  • magenta value is 41.33%
  • yellow value is 0.00%
  • key color value is 41.18%
CMYK:
(14,41,0,41)
C14M41Y0K41 
(14%,41%,0%,41%)
(0.14/0.41/0.00/0.41)	

CMYK percentages

%14
%41.33
%0
%41.18

Codes

Color #815896 in popluar color models

815896
RGB12988150
HSL280°26.05%46.67%
HSB/HSV280°41.33%58.82%
CMYK14.00%41.33%0.00%
41.18%

Color #815896 in popluar number systems.

HEX815896
Decimal12988150
Binary10000001101100010010110
Octal201130226

Shades and tints

Shades of #815896

#815896
(129,88,150)
#765089
(118,80,137)
#6B487C
(107,72,124)
#60406F
(96,64,111)
#553862
(85,56,98)
#4A3055
(74,48,85)
#3F2848
(63,40,72)
#34203B
(52,32,59)
#29182E
(41,24,46)
#1E1021
(30,16,33)
#130814
(19,8,20)
#000000
(0,0,0)

Tints of #815896

#815896
(129,88,150)
#8C679F
(140,103,159)
#9776A8
(151,118,168)
#A285B1
(162,133,177)
#AD94BA
(173,148,186)
#B8A3C3
(184,163,195)
#C3B2CC
(195,178,204)
#CEC1D5
(206,193,213)
#D9D0DE
(217,208,222)
#E4DFE7
(228,223,231)
#EFEEF0
(239,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #815896; }

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

This text font color is #815896.


Background Color

.myBgColor { background-color: #815896; }

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

This div background color is #815896.


Border color

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

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

This div border color is #815896.


Opacity

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

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

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

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

This text has shadow with #815896 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #815896 on black background.


Color preview on white background

This text has color #815896 on white background.



Black color preview on #815896 background

This text has black color on #815896 background.


White color preview on #815896 background

This text has white color on #815896 background.