COLOR #813987

HEX: #813987
RGB: (129,57,135)

Color info

#813987 contains mainly red and blue colors. Web safe color of #813987 is #993399 (or #939).

RGB color model

#813987 color RGB value is (129,57,135).

  • red value is 129;
  • green value is 57;
  • blue value is 135.
RGB:
(129,57,135)
(51%,22%,53%)

RGB channels and saturation

R 129 of 255 = 51%
G 57 of 255 = 22%
B 135 of 255 = 53%

129
57
135

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

Portions of RGB colors in percentages

R + G + B =
129 + 57 + 135 = 321 (100%)
R 129 of 321 ~ 40.19%
G 57 of 321 ~ 17.76%
B 135 of 321 ~ 42.06%

%40.19
%17.76
%42.06

CMYK color model

#813987 color CMYK value is (4,58,0,47).

  • cyan value is 4.44%
  • magenta value is 57.78%
  • yellow value is 0.00%
  • key color value is 47.06%
CMYK:
(4,58,0,47)
C4M58Y0K47 
(4%,58%,0%,47%)
(0.04/0.58/0.00/0.47)	

CMYK percentages

%4.44
%57.78
%0
%47.06

Codes

Color #813987 in popluar color models

813987
RGB12957135
HSL295°40.63%37.65%
HSB/HSV295°57.78%52.94%
CMYK4.44%57.78%0.00%
47.06%

Color #813987 in popluar number systems.

HEX813987
Decimal12957135
Binary1000000111100110000111
Octal20171207

Shades and tints

Shades of #813987

#813987
(129,57,135)
#76347B
(118,52,123)
#6B2F6F
(107,47,111)
#602A63
(96,42,99)
#552557
(85,37,87)
#4A204B
(74,32,75)
#3F1B3F
(63,27,63)
#341633
(52,22,51)
#291127
(41,17,39)
#1E0C1B
(30,12,27)
#13070F
(19,7,15)
#000000
(0,0,0)

Tints of #813987

#813987
(129,57,135)
#8C4B91
(140,75,145)
#975D9B
(151,93,155)
#A26FA5
(162,111,165)
#AD81AF
(173,129,175)
#B893B9
(184,147,185)
#C3A5C3
(195,165,195)
#CEB7CD
(206,183,205)
#D9C9D7
(217,201,215)
#E4DBE1
(228,219,225)
#EFEDEB
(239,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #813987 color. Also use rgb(129,57,135) instead hex code.

Text Font Color

.myTextColor { color: #813987; }

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

This text font color is #813987.


Background Color

.myBgColor { background-color: #813987; }

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

This div background color is #813987.


Border color

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

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

This div border color is #813987.


Opacity

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

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

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

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

This text has shadow with #813987 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #813987 on black background.


Color preview on white background

This text has color #813987 on white background.



Black color preview on #813987 background

This text has black color on #813987 background.


White color preview on #813987 background

This text has white color on #813987 background.