COLOR #813999

HEX: #813999
RGB: (129,57,153)

Color info

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

RGB color model

#813999 color RGB value is (129,57,153).

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

RGB channels and saturation

R 129 of 255 = 51%
G 57 of 255 = 22%
B 153 of 255 = 60%

129
57
153

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

Portions of RGB colors in percentages

R + G + B =
129 + 57 + 153 = 339 (100%)
R 129 of 339 ~ 38.05%
G 57 of 339 ~ 16.81%
B 153 of 339 ~ 45.13%

%38.05
%16.81
%45.13

CMYK color model

#813999 color CMYK value is (16,63,0,40).

  • cyan value is 15.69%
  • magenta value is 62.75%
  • yellow value is 0.00%
  • key color value is 40.00%
CMYK:
(16,63,0,40)
C16M63Y0K40 
(16%,63%,0%,40%)
(0.16/0.63/0.00/0.40)	

CMYK percentages

%15.69
%62.75
%0
%40

Codes

Color #813999 in popluar color models

813999
RGB12957153
HSL285°45.71%41.18%
HSB/HSV285°62.75%60.00%
CMYK15.69%62.75%0.00%
40.00%

Color #813999 in popluar number systems.

HEX813999
Decimal12957153
Binary1000000111100110011001
Octal20171231

Shades and tints

Shades of #813999

#813999
(129,57,153)
#76348C
(118,52,140)
#6B2F7F
(107,47,127)
#602A72
(96,42,114)
#552565
(85,37,101)
#4A2058
(74,32,88)
#3F1B4B
(63,27,75)
#34163E
(52,22,62)
#291131
(41,17,49)
#1E0C24
(30,12,36)
#130717
(19,7,23)
#000000
(0,0,0)

Tints of #813999

#813999
(129,57,153)
#8C4BA2
(140,75,162)
#975DAB
(151,93,171)
#A26FB4
(162,111,180)
#AD81BD
(173,129,189)
#B893C6
(184,147,198)
#C3A5CF
(195,165,207)
#CEB7D8
(206,183,216)
#D9C9E1
(217,201,225)
#E4DBEA
(228,219,234)
#EFEDF3
(239,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #813999; }

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

This text font color is #813999.


Background Color

.myBgColor { background-color: #813999; }

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

This div background color is #813999.


Border color

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

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

This div border color is #813999.


Opacity

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

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

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

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

This text has shadow with #813999 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #813999 on black background.


Color preview on white background

This text has color #813999 on white background.



Black color preview on #813999 background

This text has black color on #813999 background.


White color preview on #813999 background

This text has white color on #813999 background.