COLOR #815B9E

HEX: #815B9E RGB: (129,91,158)

Color info

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

RGB color model

#815B9E color RGB value is (129,91,158).

RGB: (129,91,158) (51%, 36%, 62%)

RGB channels and saturation

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

129
91
158

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

Portions of RGB colors in percentages

R + G + B = 129 + 91 + 158 = 378 (100%)
R 129 of 378 ~ 34.13%
G 91 of 378 ~ 24.07%
B 158 of 378 ~ 41.8'%

%34.13
%24.07
%41.8

CMYK color model

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

  • cyan value is 18.35%
  • magenta value is 42.41%
  • 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
%42.41
%0
%38.04

Codes

Color #815B9E in popluar color models

81 5B 9E
RGB 129 91 158
HSL 274° 26.91% 48.82%
HSB/HSV 274° 42.41% 61.96%
CMYK 18.35% 42.41% 0.00%
38.04%

Color #815B9E in popluar number systems.

HEX 81 5B 9E
Decimal 129 91 158
Binary 10000001 1011011 10011110
Octal 201 133 236

Shades and tints

Shades of #815B9E

#815B9E
(129,91,158)
#765390
(118,83,144)
#6B4B82
(107,75,130)
#604374
(96,67,116)
#553B66
(85,59,102)
#4A3358
(74,51,88)
#3F2B4A
(63,43,74)
#34233C
(52,35,60)
#291B2E
(41,27,46)
#1E1320
(30,19,32)
#130B12
(19,11,18)
#000000
(0,0,0)

Tints of #815B9E

#815B9E
(129,91,158)
#8C69A6
(140,105,166)
#9777AE
(151,119,174)
#A285B6
(162,133,182)
#AD93BE
(173,147,190)
#B8A1C6
(184,161,198)
#C3AFCE
(195,175,206)
#CEBDD6
(206,189,214)
#D9CBDE
(217,203,222)
#E4D9E6
(228,217,230)
#EFE7EE
(239,231,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #815B9E; }

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

This text font color is #815B9E.

Background Color

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

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

This div background color is #815B9E.

Border color

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

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

This div border color is #815B9E.

Opacity

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

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

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

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

This text has shadow with #815B9E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #815B9E.

Preview

Color preview on black background

This text has color #815B9E on black background.


Color preview on white background

This text has color #815B9E on white background.


Black color preview on #815B9E background

This text has black color on #815B9E background.


White color preview on #815B9E background

This text has white color on #815B9E background.


Related colors

Complementary color

Complementary color for #hex is #7EA461.


I love getcolorcode.com

Triadic colors

1 #9E815B and #5B9E81 with #815B9E are triadic colors.

2 #9E5B81 and #5B819E with #815B9E are triadic colors.