COLOR #815792

HEX: #815792
RGB: (129,87,146)

Color info

#815792 contains red, green and blue colors in about the same proportion. Web safe color of #815792 is #996699 (or #969).

RGB color model

#815792 color RGB value is (129,87,146).

  • red value is 129;
  • green value is 87;
  • blue value is 146.
RGB:
(129,87,146)
(51%,34%,57%)

RGB channels and saturation

R 129 of 255 = 51%
G 87 of 255 = 34%
B 146 of 255 = 57%

129
87
146

R + G + B ~ 47%. #815792 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
129 + 87 + 146 = 362 (100%)
R 129 of 362 ~ 35.64%
G 87 of 362 ~ 24.03%
B 146 of 362 ~ 40.33%

%35.64
%24.03
%40.33

CMYK color model

#815792 color CMYK value is (12,40,0,43).

  • cyan value is 11.64%
  • magenta value is 40.41%
  • yellow value is 0.00%
  • key color value is 42.75%
CMYK:
(12,40,0,43)
C12M40Y0K43 
(12%,40%,0%,43%)
(0.12/0.40/0.00/0.43)	

CMYK percentages

%11.64
%40.41
%0
%42.75

Codes

Color #815792 in popluar color models

815792
RGB12987146
HSL283°25.32%45.69%
HSB/HSV283°40.41%57.25%
CMYK11.64%40.41%0.00%
42.75%

Color #815792 in popluar number systems.

HEX815792
Decimal12987146
Binary10000001101011110010010
Octal201127222

Shades and tints

Shades of #815792

#815792
(129,87,146)
#765085
(118,80,133)
#6B4978
(107,73,120)
#60426B
(96,66,107)
#553B5E
(85,59,94)
#4A3451
(74,52,81)
#3F2D44
(63,45,68)
#342637
(52,38,55)
#291F2A
(41,31,42)
#1E181D
(30,24,29)
#131110
(19,17,16)
#000000
(0,0,0)

Tints of #815792

#815792
(129,87,146)
#8C669B
(140,102,155)
#9775A4
(151,117,164)
#A284AD
(162,132,173)
#AD93B6
(173,147,182)
#B8A2BF
(184,162,191)
#C3B1C8
(195,177,200)
#CEC0D1
(206,192,209)
#D9CFDA
(217,207,218)
#E4DEE3
(228,222,227)
#EFEDEC
(239,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #815792 color. Also use rgb(129,87,146) instead hex code.

Text Font Color

.myTextColor { color: #815792; }

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

This text font color is #815792.


Background Color

.myBgColor { background-color: #815792; }

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

This div background color is #815792.


Border color

.myBorderColor { border: 1px solid #815792; }

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

This div border color is #815792.


Opacity

.myOpacity80 { color: #815792; opacity: 0.8; }

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

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

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

This text has shadow with #815792 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #815792 on black background.


Color preview on white background

This text has color #815792 on white background.



Black color preview on #815792 background

This text has black color on #815792 background.


White color preview on #815792 background

This text has white color on #815792 background.