COLOR #815ED3

HEX: #815ED3
RGB: (129,94,211)

Color info

#815ED3 contains mainly blue color. Web safe color of #815ED3 is #9966CC (or #96C).

RGB color model

#815ED3 color RGB value is (129,94,211).

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

RGB channels and saturation

R 129 of 255 = 51%
G 94 of 255 = 37%
B 211 of 255 = 83%

129
94
211

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

Portions of RGB colors in percentages

R + G + B =
129 + 94 + 211 = 434 (100%)
R 129 of 434 ~ 29.72%
G 94 of 434 ~ 21.66%
B 211 of 434 ~ 48.62%

%29.72
%21.66
%48.62

CMYK color model

#815ED3 color CMYK value is (39,55,0,17).

  • cyan value is 38.86%
  • magenta value is 55.45%
  • yellow value is 0.00%
  • key color value is 17.25%
CMYK:
(39,55,0,17)
C39M55Y0K17 
(39%,55%,0%,17%)
(0.39/0.55/0.00/0.17)	

CMYK percentages

%38.86
%55.45
%0
%17.25

Codes

Color #815ED3 in popluar color models

815ED3
RGB12994211
HSL258°57.07%59.80%
HSB/HSV258°55.45%82.75%
CMYK38.86%55.45%0.00%
17.25%

Color #815ED3 in popluar number systems.

HEX815ED3
Decimal12994211
Binary10000001101111011010011
Octal201136323

Shades and tints

Shades of #815ED3

#815ED3
(129,94,211)
#7656C0
(118,86,192)
#6B4EAD
(107,78,173)
#60469A
(96,70,154)
#553E87
(85,62,135)
#4A3674
(74,54,116)
#3F2E61
(63,46,97)
#34264E
(52,38,78)
#291E3B
(41,30,59)
#1E1628
(30,22,40)
#130E15
(19,14,21)
#000000
(0,0,0)

Tints of #815ED3

#815ED3
(129,94,211)
#8C6CD7
(140,108,215)
#977ADB
(151,122,219)
#A288DF
(162,136,223)
#AD96E3
(173,150,227)
#B8A4E7
(184,164,231)
#C3B2EB
(195,178,235)
#CEC0EF
(206,192,239)
#D9CEF3
(217,206,243)
#E4DCF7
(228,220,247)
#EFEAFB
(239,234,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #815ED3; }

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

This text font color is #815ED3.


Background Color

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

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

This div background color is #815ED3.


Border color

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

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

This div border color is #815ED3.


Opacity

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

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

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

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

This text has shadow with #815ED3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #815ED3 on black background.


Color preview on white background

This text has color #815ED3 on white background.



Black color preview on #815ED3 background

This text has black color on #815ED3 background.


White color preview on #815ED3 background

This text has white color on #815ED3 background.