COLOR #815988

HEX: #815988
RGB: (129,89,136)

Color info

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

RGB color model

#815988 color RGB value is (129,89,136).

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

RGB channels and saturation

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

129
89
136

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

Portions of RGB colors in percentages

R + G + B =
129 + 89 + 136 = 354 (100%)
R 129 of 354 ~ 36.44%
G 89 of 354 ~ 25.14%
B 136 of 354 ~ 38.42%

%36.44
%25.14
%38.42

CMYK color model

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

  • cyan value is 5.15%
  • magenta value is 34.56%
  • 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
%34.56
%0
%46.67

Codes

Color #815988 in popluar color models

815988
RGB12989136
HSL291°20.89%44.12%
HSB/HSV291°34.56%53.33%
CMYK5.15%34.56%0.00%
46.67%

Color #815988 in popluar number systems.

HEX815988
Decimal12989136
Binary10000001101100110001000
Octal201131210

Shades and tints

Shades of #815988

#815988
(129,89,136)
#76517C
(118,81,124)
#6B4970
(107,73,112)
#604164
(96,65,100)
#553958
(85,57,88)
#4A314C
(74,49,76)
#3F2940
(63,41,64)
#342134
(52,33,52)
#291928
(41,25,40)
#1E111C
(30,17,28)
#130910
(19,9,16)
#000000
(0,0,0)

Tints of #815988

#815988
(129,89,136)
#8C6892
(140,104,146)
#97779C
(151,119,156)
#A286A6
(162,134,166)
#AD95B0
(173,149,176)
#B8A4BA
(184,164,186)
#C3B3C4
(195,179,196)
#CEC2CE
(206,194,206)
#D9D1D8
(217,209,216)
#E4E0E2
(228,224,226)
#EFEFEC
(239,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #815988; }

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

This text font color is #815988.


Background Color

.myBgColor { background-color: #815988; }

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

This div background color is #815988.


Border color

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

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

This div border color is #815988.


Opacity

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

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

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

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

This text has shadow with #815988 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #815988 on black background.


Color preview on white background

This text has color #815988 on white background.



Black color preview on #815988 background

This text has black color on #815988 background.


White color preview on #815988 background

This text has white color on #815988 background.