COLOR #813978

HEX: #813978
RGB: (129,57,120)

Color info

#813978 contains mainly red and blue colors. Web safe color of #813978 is #993366 (or #936).

RGB color model

#813978 color RGB value is (129,57,120).

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

RGB channels and saturation

R 129 of 255 = 51%
G 57 of 255 = 22%
B 120 of 255 = 47%

129
57
120

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

Portions of RGB colors in percentages

R + G + B =
129 + 57 + 120 = 306 (100%)
R 129 of 306 ~ 42.16%
G 57 of 306 ~ 18.63%
B 120 of 306 ~ 39.22%

%42.16
%18.63
%39.22

CMYK color model

#813978 color CMYK value is (0,56,7,49).

  • cyan value is 0.00%
  • magenta value is 55.81%
  • yellow value is 6.98%
  • key color value is 49.41%
CMYK:
(0,56,7,49)
C0M56Y7K49 
(0%,56%,7%,49%)
(0.00/0.56/0.07/0.49)	

CMYK percentages

%0
%55.81
%6.98
%49.41

Codes

Color #813978 in popluar color models

813978
RGB12957120
HSL308°38.71%36.47%
HSB/HSV308°55.81%50.59%
CMYK0.00%55.81%6.98%
49.41%

Color #813978 in popluar number systems.

HEX813978
Decimal12957120
Binary100000011110011111000
Octal20171170

Shades and tints

Shades of #813978

#813978
(129,57,120)
#76346E
(118,52,110)
#6B2F64
(107,47,100)
#602A5A
(96,42,90)
#552550
(85,37,80)
#4A2046
(74,32,70)
#3F1B3C
(63,27,60)
#341632
(52,22,50)
#291128
(41,17,40)
#1E0C1E
(30,12,30)
#130714
(19,7,20)
#000000
(0,0,0)

Tints of #813978

#813978
(129,57,120)
#8C4B84
(140,75,132)
#975D90
(151,93,144)
#A26F9C
(162,111,156)
#AD81A8
(173,129,168)
#B893B4
(184,147,180)
#C3A5C0
(195,165,192)
#CEB7CC
(206,183,204)
#D9C9D8
(217,201,216)
#E4DBE4
(228,219,228)
#EFEDF0
(239,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #813978; }

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

This text font color is #813978.


Background Color

.myBgColor { background-color: #813978; }

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

This div background color is #813978.


Border color

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

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

This div border color is #813978.


Opacity

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

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

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

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

This text has shadow with #813978 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #813978 on black background.


Color preview on white background

This text has color #813978 on white background.



Black color preview on #813978 background

This text has black color on #813978 background.


White color preview on #813978 background

This text has white color on #813978 background.