COLOR #815783

HEX: #815783
RGB: (129,87,131)

Color info

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

RGB color model

#815783 color RGB value is (129,87,131).

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

RGB channels and saturation

R 129 of 255 = 51%
G 87 of 255 = 34%
B 131 of 255 = 51%

129
87
131

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

Portions of RGB colors in percentages

R + G + B =
129 + 87 + 131 = 347 (100%)
R 129 of 347 ~ 37.18%
G 87 of 347 ~ 25.07%
B 131 of 347 ~ 37.75%

%37.18
%25.07
%37.75

CMYK color model

#815783 color CMYK value is (2,34,0,49).

  • cyan value is 1.53%
  • magenta value is 33.59%
  • yellow value is 0.00%
  • key color value is 48.63%
CMYK:
(2,34,0,49)
C2M34Y0K49 
(2%,34%,0%,49%)
(0.02/0.34/0.00/0.49)	

CMYK percentages

%1.53
%33.59
%0
%48.63

Codes

Color #815783 in popluar color models

815783
RGB12987131
HSL297°20.18%42.75%
HSB/HSV297°33.59%51.37%
CMYK1.53%33.59%0.00%
48.63%

Color #815783 in popluar number systems.

HEX815783
Decimal12987131
Binary10000001101011110000011
Octal201127203

Shades and tints

Shades of #815783

#815783
(129,87,131)
#765078
(118,80,120)
#6B496D
(107,73,109)
#604262
(96,66,98)
#553B57
(85,59,87)
#4A344C
(74,52,76)
#3F2D41
(63,45,65)
#342636
(52,38,54)
#291F2B
(41,31,43)
#1E1820
(30,24,32)
#131115
(19,17,21)
#000000
(0,0,0)

Tints of #815783

#815783
(129,87,131)
#8C668E
(140,102,142)
#977599
(151,117,153)
#A284A4
(162,132,164)
#AD93AF
(173,147,175)
#B8A2BA
(184,162,186)
#C3B1C5
(195,177,197)
#CEC0D0
(206,192,208)
#D9CFDB
(217,207,219)
#E4DEE6
(228,222,230)
#EFEDF1
(239,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #815783; }

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

This text font color is #815783.


Background Color

.myBgColor { background-color: #815783; }

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

This div background color is #815783.


Border color

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

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

This div border color is #815783.


Opacity

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

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

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

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

This text has shadow with #815783 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #815783 on black background.


Color preview on white background

This text has color #815783 on white background.



Black color preview on #815783 background

This text has black color on #815783 background.


White color preview on #815783 background

This text has white color on #815783 background.