COLOR #815EA1

HEX: #815EA1
RGB: (129,94,161)

Color info

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

RGB color model

#815EA1 color RGB value is (129,94,161).

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

RGB channels and saturation

R 129 of 255 = 51%
G 94 of 255 = 37%
B 161 of 255 = 63%

129
94
161

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

Portions of RGB colors in percentages

R + G + B =
129 + 94 + 161 = 384 (100%)
R 129 of 384 ~ 33.59%
G 94 of 384 ~ 24.48%
B 161 of 384 ~ 41.93%

%33.59
%24.48
%41.93

CMYK color model

#815EA1 color CMYK value is (20,42,0,37).

  • cyan value is 19.88%
  • magenta value is 41.61%
  • yellow value is 0.00%
  • key color value is 36.86%
CMYK:
(20,42,0,37)
C20M42Y0K37 
(20%,42%,0%,37%)
(0.20/0.42/0.00/0.37)	

CMYK percentages

%19.88
%41.61
%0
%36.86

Codes

Color #815EA1 in popluar color models

815EA1
RGB12994161
HSL271°26.27%50.00%
HSB/HSV271°41.61%63.14%
CMYK19.88%41.61%0.00%
36.86%

Color #815EA1 in popluar number systems.

HEX815EA1
Decimal12994161
Binary10000001101111010100001
Octal201136241

Shades and tints

Shades of #815EA1

#815EA1
(129,94,161)
#765693
(118,86,147)
#6B4E85
(107,78,133)
#604677
(96,70,119)
#553E69
(85,62,105)
#4A365B
(74,54,91)
#3F2E4D
(63,46,77)
#34263F
(52,38,63)
#291E31
(41,30,49)
#1E1623
(30,22,35)
#130E15
(19,14,21)
#000000
(0,0,0)

Tints of #815EA1

#815EA1
(129,94,161)
#8C6CA9
(140,108,169)
#977AB1
(151,122,177)
#A288B9
(162,136,185)
#AD96C1
(173,150,193)
#B8A4C9
(184,164,201)
#C3B2D1
(195,178,209)
#CEC0D9
(206,192,217)
#D9CEE1
(217,206,225)
#E4DCE9
(228,220,233)
#EFEAF1
(239,234,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #815EA1; }

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

This text font color is #815EA1.


Background Color

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

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

This div background color is #815EA1.


Border color

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

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

This div border color is #815EA1.


Opacity

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

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

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

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

This text has shadow with #815EA1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #815EA1 on black background.


Color preview on white background

This text has color #815EA1 on white background.



Black color preview on #815EA1 background

This text has black color on #815EA1 background.


White color preview on #815EA1 background

This text has white color on #815EA1 background.