COLOR #813980

HEX: #813980
RGB: (129,57,128)

Color info

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

RGB color model

#813980 color RGB value is (129,57,128).

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

RGB channels and saturation

R 129 of 255 = 51%
G 57 of 255 = 22%
B 128 of 255 = 50%

129
57
128

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

Portions of RGB colors in percentages

R + G + B =
129 + 57 + 128 = 314 (100%)
R 129 of 314 ~ 41.08%
G 57 of 314 ~ 18.15%
B 128 of 314 ~ 40.76%

%41.08
%18.15
%40.76

CMYK color model

#813980 color CMYK value is (0,56,1,49).

  • cyan value is 0.00%
  • magenta value is 55.81%
  • yellow value is 0.78%
  • key color value is 49.41%
CMYK:
(0,56,1,49)
C0M56Y1K49 
(0%,56%,1%,49%)
(0.00/0.56/0.01/0.49)	

CMYK percentages

%0
%55.81
%0.78
%49.41

Codes

Color #813980 in popluar color models

813980
RGB12957128
HSL301°38.71%36.47%
HSB/HSV301°55.81%50.59%
CMYK0.00%55.81%0.78%
49.41%

Color #813980 in popluar number systems.

HEX813980
Decimal12957128
Binary1000000111100110000000
Octal20171200

Shades and tints

Shades of #813980

#813980
(129,57,128)
#763475
(118,52,117)
#6B2F6A
(107,47,106)
#602A5F
(96,42,95)
#552554
(85,37,84)
#4A2049
(74,32,73)
#3F1B3E
(63,27,62)
#341633
(52,22,51)
#291128
(41,17,40)
#1E0C1D
(30,12,29)
#130712
(19,7,18)
#000000
(0,0,0)

Tints of #813980

#813980
(129,57,128)
#8C4B8B
(140,75,139)
#975D96
(151,93,150)
#A26FA1
(162,111,161)
#AD81AC
(173,129,172)
#B893B7
(184,147,183)
#C3A5C2
(195,165,194)
#CEB7CD
(206,183,205)
#D9C9D8
(217,201,216)
#E4DBE3
(228,219,227)
#EFEDEE
(239,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #813980; }

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

This text font color is #813980.


Background Color

.myBgColor { background-color: #813980; }

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

This div background color is #813980.


Border color

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

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

This div border color is #813980.


Opacity

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

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

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

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

This text has shadow with #813980 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #813980 on black background.


Color preview on white background

This text has color #813980 on white background.



Black color preview on #813980 background

This text has black color on #813980 background.


White color preview on #813980 background

This text has white color on #813980 background.