COLOR #815C9E

HEX: #815C9E
RGB: (129,92,158)

Color info

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

RGB color model

#815C9E color RGB value is (129,92,158).

  • red value is 129;
  • green value is 92;
  • blue value is 158.
RGB:
(129,92,158)
(51%,36%,62%)

RGB channels and saturation

R 129 of 255 = 51%
G 92 of 255 = 36%
B 158 of 255 = 62%

129
92
158

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

Portions of RGB colors in percentages

R + G + B =
129 + 92 + 158 = 379 (100%)
R 129 of 379 ~ 34.04%
G 92 of 379 ~ 24.27%
B 158 of 379 ~ 41.69%

%34.04
%24.27
%41.69

CMYK color model

#815C9E color CMYK value is (18,42,0,38).

  • cyan value is 18.35%
  • magenta value is 41.77%
  • yellow value is 0.00%
  • key color value is 38.04%
CMYK:
(18,42,0,38)
C18M42Y0K38 
(18%,42%,0%,38%)
(0.18/0.42/0.00/0.38)	

CMYK percentages

%18.35
%41.77
%0
%38.04

Codes

Color #815C9E in popluar color models

815C9E
RGB12992158
HSL274°26.40%49.02%
HSB/HSV274°41.77%61.96%
CMYK18.35%41.77%0.00%
38.04%

Color #815C9E in popluar number systems.

HEX815C9E
Decimal12992158
Binary10000001101110010011110
Octal201134236

Shades and tints

Shades of #815C9E

#815C9E
(129,92,158)
#765490
(118,84,144)
#6B4C82
(107,76,130)
#604474
(96,68,116)
#553C66
(85,60,102)
#4A3458
(74,52,88)
#3F2C4A
(63,44,74)
#34243C
(52,36,60)
#291C2E
(41,28,46)
#1E1420
(30,20,32)
#130C12
(19,12,18)
#000000
(0,0,0)

Tints of #815C9E

#815C9E
(129,92,158)
#8C6AA6
(140,106,166)
#9778AE
(151,120,174)
#A286B6
(162,134,182)
#AD94BE
(173,148,190)
#B8A2C6
(184,162,198)
#C3B0CE
(195,176,206)
#CEBED6
(206,190,214)
#D9CCDE
(217,204,222)
#E4DAE6
(228,218,230)
#EFE8EE
(239,232,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #815C9E color. Also use rgb(129,92,158) instead hex code.

Text Font Color

.myTextColor { color: #815C9E; }

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

This text font color is #815C9E.


Background Color

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

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

This div background color is #815C9E.


Border color

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

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

This div border color is #815C9E.


Opacity

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

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

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

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

This text has shadow with #815C9E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #815C9E on black background.


Color preview on white background

This text has color #815C9E on white background.



Black color preview on #815C9E background

This text has black color on #815C9E background.


White color preview on #815C9E background

This text has white color on #815C9E background.