COLOR #815888

HEX: #815888
RGB: (129,88,136)

Color info

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

RGB color model

#815888 color RGB value is (129,88,136).

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

RGB channels and saturation

R 129 of 255 = 51%
G 88 of 255 = 35%
B 136 of 255 = 53%

129
88
136

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

Portions of RGB colors in percentages

R + G + B =
129 + 88 + 136 = 353 (100%)
R 129 of 353 ~ 36.54%
G 88 of 353 ~ 24.93%
B 136 of 353 ~ 38.53%

%36.54
%24.93
%38.53

CMYK color model

#815888 color CMYK value is (5,35,0,47).

  • cyan value is 5.15%
  • magenta value is 35.29%
  • yellow value is 0.00%
  • key color value is 46.67%
CMYK:
(5,35,0,47)
C5M35Y0K47 
(5%,35%,0%,47%)
(0.05/0.35/0.00/0.47)	

CMYK percentages

%5.15
%35.29
%0
%46.67

Codes

Color #815888 in popluar color models

815888
RGB12988136
HSL291°21.43%43.92%
HSB/HSV291°35.29%53.33%
CMYK5.15%35.29%0.00%
46.67%

Color #815888 in popluar number systems.

HEX815888
Decimal12988136
Binary10000001101100010001000
Octal201130210

Shades and tints

Shades of #815888

#815888
(129,88,136)
#76507C
(118,80,124)
#6B4870
(107,72,112)
#604064
(96,64,100)
#553858
(85,56,88)
#4A304C
(74,48,76)
#3F2840
(63,40,64)
#342034
(52,32,52)
#291828
(41,24,40)
#1E101C
(30,16,28)
#130810
(19,8,16)
#000000
(0,0,0)

Tints of #815888

#815888
(129,88,136)
#8C6792
(140,103,146)
#97769C
(151,118,156)
#A285A6
(162,133,166)
#AD94B0
(173,148,176)
#B8A3BA
(184,163,186)
#C3B2C4
(195,178,196)
#CEC1CE
(206,193,206)
#D9D0D8
(217,208,216)
#E4DFE2
(228,223,226)
#EFEEEC
(239,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #815888; }

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

This text font color is #815888.


Background Color

.myBgColor { background-color: #815888; }

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

This div background color is #815888.


Border color

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

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

This div border color is #815888.


Opacity

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

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

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

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

This text has shadow with #815888 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #815888 on black background.


Color preview on white background

This text has color #815888 on white background.



Black color preview on #815888 background

This text has black color on #815888 background.


White color preview on #815888 background

This text has white color on #815888 background.