COLOR #813790

HEX: #813790
RGB: (129,55,144)

Color info

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

RGB color model

#813790 color RGB value is (129,55,144).

  • red value is 129;
  • green value is 55;
  • blue value is 144.
RGB:
(129,55,144)
(51%,22%,56%)

RGB channels and saturation

R 129 of 255 = 51%
G 55 of 255 = 22%
B 144 of 255 = 56%

129
55
144

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

Portions of RGB colors in percentages

R + G + B =
129 + 55 + 144 = 328 (100%)
R 129 of 328 ~ 39.33%
G 55 of 328 ~ 16.77%
B 144 of 328 ~ 43.9%

%39.33
%16.77
%43.9

CMYK color model

#813790 color CMYK value is (10,62,0,44).

  • cyan value is 10.42%
  • magenta value is 61.81%
  • yellow value is 0.00%
  • key color value is 43.53%
CMYK:
(10,62,0,44)
C10M62Y0K44 
(10%,62%,0%,44%)
(0.10/0.62/0.00/0.44)	

CMYK percentages

%10.42
%61.81
%0
%43.53

Codes

Color #813790 in popluar color models

813790
RGB12955144
HSL290°44.72%39.02%
HSB/HSV290°61.81%56.47%
CMYK10.42%61.81%0.00%
43.53%

Color #813790 in popluar number systems.

HEX813790
Decimal12955144
Binary1000000111011110010000
Octal20167220

Shades and tints

Shades of #813790

#813790
(129,55,144)
#763283
(118,50,131)
#6B2D76
(107,45,118)
#602869
(96,40,105)
#55235C
(85,35,92)
#4A1E4F
(74,30,79)
#3F1942
(63,25,66)
#341435
(52,20,53)
#290F28
(41,15,40)
#1E0A1B
(30,10,27)
#13050E
(19,5,14)
#000000
(0,0,0)

Tints of #813790

#813790
(129,55,144)
#8C499A
(140,73,154)
#975BA4
(151,91,164)
#A26DAE
(162,109,174)
#AD7FB8
(173,127,184)
#B891C2
(184,145,194)
#C3A3CC
(195,163,204)
#CEB5D6
(206,181,214)
#D9C7E0
(217,199,224)
#E4D9EA
(228,217,234)
#EFEBF4
(239,235,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #813790 color. Also use rgb(129,55,144) instead hex code.

Text Font Color

.myTextColor { color: #813790; }

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

This text font color is #813790.


Background Color

.myBgColor { background-color: #813790; }

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

This div background color is #813790.


Border color

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

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

This div border color is #813790.


Opacity

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

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

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

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

This text has shadow with #813790 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #813790 on black background.


Color preview on white background

This text has color #813790 on white background.



Black color preview on #813790 background

This text has black color on #813790 background.


White color preview on #813790 background

This text has white color on #813790 background.