COLOR #813782

HEX: #813782
RGB: (129,55,130)

Color info

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

RGB color model

#813782 color RGB value is (129,55,130).

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

RGB channels and saturation

R 129 of 255 = 51%
G 55 of 255 = 22%
B 130 of 255 = 51%

129
55
130

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

Portions of RGB colors in percentages

R + G + B =
129 + 55 + 130 = 314 (100%)
R 129 of 314 ~ 41.08%
G 55 of 314 ~ 17.52%
B 130 of 314 ~ 41.4%

%41.08
%17.52
%41.4

CMYK color model

#813782 color CMYK value is (1,58,0,49).

  • cyan value is 0.77%
  • magenta value is 57.69%
  • yellow value is 0.00%
  • key color value is 49.02%
CMYK:
(1,58,0,49)
C1M58Y0K49 
(1%,58%,0%,49%)
(0.01/0.58/0.00/0.49)	

CMYK percentages

%0.77
%57.69
%0
%49.02

Codes

Color #813782 in popluar color models

813782
RGB12955130
HSL299°40.54%36.27%
HSB/HSV299°57.69%50.98%
CMYK0.77%57.69%0.00%
49.02%

Color #813782 in popluar number systems.

HEX813782
Decimal12955130
Binary1000000111011110000010
Octal20167202

Shades and tints

Shades of #813782

#813782
(129,55,130)
#763277
(118,50,119)
#6B2D6C
(107,45,108)
#602861
(96,40,97)
#552356
(85,35,86)
#4A1E4B
(74,30,75)
#3F1940
(63,25,64)
#341435
(52,20,53)
#290F2A
(41,15,42)
#1E0A1F
(30,10,31)
#130514
(19,5,20)
#000000
(0,0,0)

Tints of #813782

#813782
(129,55,130)
#8C498D
(140,73,141)
#975B98
(151,91,152)
#A26DA3
(162,109,163)
#AD7FAE
(173,127,174)
#B891B9
(184,145,185)
#C3A3C4
(195,163,196)
#CEB5CF
(206,181,207)
#D9C7DA
(217,199,218)
#E4D9E5
(228,217,229)
#EFEBF0
(239,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #813782; }

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

This text font color is #813782.


Background Color

.myBgColor { background-color: #813782; }

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

This div background color is #813782.


Border color

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

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

This div border color is #813782.


Opacity

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

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

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

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

This text has shadow with #813782 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #813782 on black background.


Color preview on white background

This text has color #813782 on white background.



Black color preview on #813782 background

This text has black color on #813782 background.


White color preview on #813782 background

This text has white color on #813782 background.