COLOR #815DAD

HEX: #815DAD
RGB: (129,93,173)

Color info

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

RGB color model

#815DAD color RGB value is (129,93,173).

  • red value is 129;
  • green value is 93;
  • blue value is 173.
RGB:
(129,93,173)
(51%,36%,68%)

RGB channels and saturation

R 129 of 255 = 51%
G 93 of 255 = 36%
B 173 of 255 = 68%

129
93
173

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

Portions of RGB colors in percentages

R + G + B =
129 + 93 + 173 = 395 (100%)
R 129 of 395 ~ 32.66%
G 93 of 395 ~ 23.54%
B 173 of 395 ~ 43.8%

%32.66
%23.54
%43.8

CMYK color model

#815DAD color CMYK value is (25,46,0,32).

  • cyan value is 25.43%
  • magenta value is 46.24%
  • yellow value is 0.00%
  • key color value is 32.16%
CMYK:
(25,46,0,32)
C25M46Y0K32 
(25%,46%,0%,32%)
(0.25/0.46/0.00/0.32)	

CMYK percentages

%25.43
%46.24
%0
%32.16

Codes

Color #815DAD in popluar color models

815DAD
RGB12993173
HSL267°32.79%52.16%
HSB/HSV267°46.24%67.84%
CMYK25.43%46.24%0.00%
32.16%

Color #815DAD in popluar number systems.

HEX815DAD
Decimal12993173
Binary10000001101110110101101
Octal201135255

Shades and tints

Shades of #815DAD

#815DAD
(129,93,173)
#76559E
(118,85,158)
#6B4D8F
(107,77,143)
#604580
(96,69,128)
#553D71
(85,61,113)
#4A3562
(74,53,98)
#3F2D53
(63,45,83)
#342544
(52,37,68)
#291D35
(41,29,53)
#1E1526
(30,21,38)
#130D17
(19,13,23)
#000000
(0,0,0)

Tints of #815DAD

#815DAD
(129,93,173)
#8C6BB4
(140,107,180)
#9779BB
(151,121,187)
#A287C2
(162,135,194)
#AD95C9
(173,149,201)
#B8A3D0
(184,163,208)
#C3B1D7
(195,177,215)
#CEBFDE
(206,191,222)
#D9CDE5
(217,205,229)
#E4DBEC
(228,219,236)
#EFE9F3
(239,233,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #815DAD color. Also use rgb(129,93,173) instead hex code.

Text Font Color

.myTextColor { color: #815DAD; }

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

This text font color is #815DAD.


Background Color

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

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

This div background color is #815DAD.


Border color

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

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

This div border color is #815DAD.


Opacity

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

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

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

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

This text has shadow with #815DAD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #815DAD on black background.


Color preview on white background

This text has color #815DAD on white background.



Black color preview on #815DAD background

This text has black color on #815DAD background.


White color preview on #815DAD background

This text has white color on #815DAD background.