COLOR #815E8C

HEX: #815E8C
RGB: (129,94,140)

Color info

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

RGB color model

#815E8C color RGB value is (129,94,140).

  • red value is 129;
  • green value is 94;
  • blue value is 140.
RGB:
(129,94,140)
(51%,37%,55%)

RGB channels and saturation

R 129 of 255 = 51%
G 94 of 255 = 37%
B 140 of 255 = 55%

129
94
140

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

Portions of RGB colors in percentages

R + G + B =
129 + 94 + 140 = 363 (100%)
R 129 of 363 ~ 35.54%
G 94 of 363 ~ 25.9%
B 140 of 363 ~ 38.57%

%35.54
%25.9
%38.57

CMYK color model

#815E8C color CMYK value is (8,33,0,45).

  • cyan value is 7.86%
  • magenta value is 32.86%
  • yellow value is 0.00%
  • key color value is 45.10%
CMYK:
(8,33,0,45)
C8M33Y0K45 
(8%,33%,0%,45%)
(0.08/0.33/0.00/0.45)	

CMYK percentages

%7.86
%32.86
%0
%45.1

Codes

Color #815E8C in popluar color models

815E8C
RGB12994140
HSL286°19.66%45.88%
HSB/HSV286°32.86%54.90%
CMYK7.86%32.86%0.00%
45.10%

Color #815E8C in popluar number systems.

HEX815E8C
Decimal12994140
Binary10000001101111010001100
Octal201136214

Shades and tints

Shades of #815E8C

#815E8C
(129,94,140)
#765680
(118,86,128)
#6B4E74
(107,78,116)
#604668
(96,70,104)
#553E5C
(85,62,92)
#4A3650
(74,54,80)
#3F2E44
(63,46,68)
#342638
(52,38,56)
#291E2C
(41,30,44)
#1E1620
(30,22,32)
#130E14
(19,14,20)
#000000
(0,0,0)

Tints of #815E8C

#815E8C
(129,94,140)
#8C6C96
(140,108,150)
#977AA0
(151,122,160)
#A288AA
(162,136,170)
#AD96B4
(173,150,180)
#B8A4BE
(184,164,190)
#C3B2C8
(195,178,200)
#CEC0D2
(206,192,210)
#D9CEDC
(217,206,220)
#E4DCE6
(228,220,230)
#EFEAF0
(239,234,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #815E8C color. Also use rgb(129,94,140) instead hex code.

Text Font Color

.myTextColor { color: #815E8C; }

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

This text font color is #815E8C.


Background Color

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

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

This div background color is #815E8C.


Border color

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

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

This div border color is #815E8C.


Opacity

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

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

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

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

This text has shadow with #815E8C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #815E8C on black background.


Color preview on white background

This text has color #815E8C on white background.



Black color preview on #815E8C background

This text has black color on #815E8C background.


White color preview on #815E8C background

This text has white color on #815E8C background.