COLOR #815DA9

HEX: #815DA9
RGB: (129,93,169)

Color info

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

RGB color model

#815DA9 color RGB value is (129,93,169).

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

RGB channels and saturation

R 129 of 255 = 51%
G 93 of 255 = 36%
B 169 of 255 = 66%

129
93
169

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

Portions of RGB colors in percentages

R + G + B =
129 + 93 + 169 = 391 (100%)
R 129 of 391 ~ 32.99%
G 93 of 391 ~ 23.79%
B 169 of 391 ~ 43.22%

%32.99
%23.79
%43.22

CMYK color model

#815DA9 color CMYK value is (24,45,0,34).

  • cyan value is 23.67%
  • magenta value is 44.97%
  • yellow value is 0.00%
  • key color value is 33.73%
CMYK:
(24,45,0,34)
C24M45Y0K34 
(24%,45%,0%,34%)
(0.24/0.45/0.00/0.34)	

CMYK percentages

%23.67
%44.97
%0
%33.73

Codes

Color #815DA9 in popluar color models

815DA9
RGB12993169
HSL268°30.65%51.37%
HSB/HSV268°44.97%66.27%
CMYK23.67%44.97%0.00%
33.73%

Color #815DA9 in popluar number systems.

HEX815DA9
Decimal12993169
Binary10000001101110110101001
Octal201135251

Shades and tints

Shades of #815DA9

#815DA9
(129,93,169)
#76559A
(118,85,154)
#6B4D8B
(107,77,139)
#60457C
(96,69,124)
#553D6D
(85,61,109)
#4A355E
(74,53,94)
#3F2D4F
(63,45,79)
#342540
(52,37,64)
#291D31
(41,29,49)
#1E1522
(30,21,34)
#130D13
(19,13,19)
#000000
(0,0,0)

Tints of #815DA9

#815DA9
(129,93,169)
#8C6BB0
(140,107,176)
#9779B7
(151,121,183)
#A287BE
(162,135,190)
#AD95C5
(173,149,197)
#B8A3CC
(184,163,204)
#C3B1D3
(195,177,211)
#CEBFDA
(206,191,218)
#D9CDE1
(217,205,225)
#E4DBE8
(228,219,232)
#EFE9EF
(239,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #815DA9; }

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

This text font color is #815DA9.


Background Color

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

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

This div background color is #815DA9.


Border color

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

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

This div border color is #815DA9.


Opacity

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

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

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

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

This text has shadow with #815DA9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #815DA9 on black background.


Color preview on white background

This text has color #815DA9 on white background.



Black color preview on #815DA9 background

This text has black color on #815DA9 background.


White color preview on #815DA9 background

This text has white color on #815DA9 background.