COLOR #815EAF

HEX: #815EAF
RGB: (129,94,175)

Color info

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

RGB color model

#815EAF color RGB value is (129,94,175).

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

RGB channels and saturation

R 129 of 255 = 51%
G 94 of 255 = 37%
B 175 of 255 = 69%

129
94
175

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

Portions of RGB colors in percentages

R + G + B =
129 + 94 + 175 = 398 (100%)
R 129 of 398 ~ 32.41%
G 94 of 398 ~ 23.62%
B 175 of 398 ~ 43.97%

%32.41
%23.62
%43.97

CMYK color model

#815EAF color CMYK value is (26,46,0,31).

  • cyan value is 26.29%
  • magenta value is 46.29%
  • yellow value is 0.00%
  • key color value is 31.37%
CMYK:
(26,46,0,31)
C26M46Y0K31 
(26%,46%,0%,31%)
(0.26/0.46/0.00/0.31)	

CMYK percentages

%26.29
%46.29
%0
%31.37

Codes

Color #815EAF in popluar color models

815EAF
RGB12994175
HSL266°33.61%52.75%
HSB/HSV266°46.29%68.63%
CMYK26.29%46.29%0.00%
31.37%

Color #815EAF in popluar number systems.

HEX815EAF
Decimal12994175
Binary10000001101111010101111
Octal201136257

Shades and tints

Shades of #815EAF

#815EAF
(129,94,175)
#7656A0
(118,86,160)
#6B4E91
(107,78,145)
#604682
(96,70,130)
#553E73
(85,62,115)
#4A3664
(74,54,100)
#3F2E55
(63,46,85)
#342646
(52,38,70)
#291E37
(41,30,55)
#1E1628
(30,22,40)
#130E19
(19,14,25)
#000000
(0,0,0)

Tints of #815EAF

#815EAF
(129,94,175)
#8C6CB6
(140,108,182)
#977ABD
(151,122,189)
#A288C4
(162,136,196)
#AD96CB
(173,150,203)
#B8A4D2
(184,164,210)
#C3B2D9
(195,178,217)
#CEC0E0
(206,192,224)
#D9CEE7
(217,206,231)
#E4DCEE
(228,220,238)
#EFEAF5
(239,234,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #815EAF; }

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

This text font color is #815EAF.


Background Color

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

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

This div background color is #815EAF.


Border color

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

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

This div border color is #815EAF.


Opacity

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

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

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

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

This text has shadow with #815EAF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #815EAF on black background.


Color preview on white background

This text has color #815EAF on white background.



Black color preview on #815EAF background

This text has black color on #815EAF background.


White color preview on #815EAF background

This text has white color on #815EAF background.