COLOR #815ED5

HEX: #815ED5
RGB: (129,94,213)

Color info

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

RGB color model

#815ED5 color RGB value is (129,94,213).

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

RGB channels and saturation

R 129 of 255 = 51%
G 94 of 255 = 37%
B 213 of 255 = 84%

129
94
213

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

Portions of RGB colors in percentages

R + G + B =
129 + 94 + 213 = 436 (100%)
R 129 of 436 ~ 29.59%
G 94 of 436 ~ 21.56%
B 213 of 436 ~ 48.85%

%29.59
%21.56
%48.85

CMYK color model

#815ED5 color CMYK value is (39,56,0,16).

  • cyan value is 39.44%
  • magenta value is 55.87%
  • yellow value is 0.00%
  • key color value is 16.47%
CMYK:
(39,56,0,16)
C39M56Y0K16 
(39%,56%,0%,16%)
(0.39/0.56/0.00/0.16)	

CMYK percentages

%39.44
%55.87
%0
%16.47

Codes

Color #815ED5 in popluar color models

815ED5
RGB12994213
HSL258°58.62%60.20%
HSB/HSV258°55.87%83.53%
CMYK39.44%55.87%0.00%
16.47%

Color #815ED5 in popluar number systems.

HEX815ED5
Decimal12994213
Binary10000001101111011010101
Octal201136325

Shades and tints

Shades of #815ED5

#815ED5
(129,94,213)
#7656C2
(118,86,194)
#6B4EAF
(107,78,175)
#60469C
(96,70,156)
#553E89
(85,62,137)
#4A3676
(74,54,118)
#3F2E63
(63,46,99)
#342650
(52,38,80)
#291E3D
(41,30,61)
#1E162A
(30,22,42)
#130E17
(19,14,23)
#000000
(0,0,0)

Tints of #815ED5

#815ED5
(129,94,213)
#8C6CD8
(140,108,216)
#977ADB
(151,122,219)
#A288DE
(162,136,222)
#AD96E1
(173,150,225)
#B8A4E4
(184,164,228)
#C3B2E7
(195,178,231)
#CEC0EA
(206,192,234)
#D9CEED
(217,206,237)
#E4DCF0
(228,220,240)
#EFEAF3
(239,234,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #815ED5; }

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

This text font color is #815ED5.


Background Color

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

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

This div background color is #815ED5.


Border color

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

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

This div border color is #815ED5.


Opacity

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

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

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

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

This text has shadow with #815ED5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #815ED5 on black background.


Color preview on white background

This text has color #815ED5 on white background.



Black color preview on #815ED5 background

This text has black color on #815ED5 background.


White color preview on #815ED5 background

This text has white color on #815ED5 background.