COLOR #813082

HEX: #813082
RGB: (129,48,130)

Color info

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

RGB color model

#813082 color RGB value is (129,48,130).

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

RGB channels and saturation

R 129 of 255 = 51%
G 48 of 255 = 19%
B 130 of 255 = 51%

129
48
130

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

Portions of RGB colors in percentages

R + G + B =
129 + 48 + 130 = 307 (100%)
R 129 of 307 ~ 42.02%
G 48 of 307 ~ 15.64%
B 130 of 307 ~ 42.35%

%42.02
%15.64
%42.35

CMYK color model

#813082 color CMYK value is (1,63,0,49).

  • cyan value is 0.77%
  • magenta value is 63.08%
  • yellow value is 0.00%
  • key color value is 49.02%
CMYK:
(1,63,0,49)
C1M63Y0K49 
(1%,63%,0%,49%)
(0.01/0.63/0.00/0.49)	

CMYK percentages

%0.77
%63.08
%0
%49.02

Codes

Color #813082 in popluar color models

813082
RGB12948130
HSL299°46.07%34.90%
HSB/HSV299°63.08%50.98%
CMYK0.77%63.08%0.00%
49.02%

Color #813082 in popluar number systems.

HEX813082
Decimal12948130
Binary1000000111000010000010
Octal20160202

Shades and tints

Shades of #813082

#813082
(129,48,130)
#762C77
(118,44,119)
#6B286C
(107,40,108)
#602461
(96,36,97)
#552056
(85,32,86)
#4A1C4B
(74,28,75)
#3F1840
(63,24,64)
#341435
(52,20,53)
#29102A
(41,16,42)
#1E0C1F
(30,12,31)
#130814
(19,8,20)
#000000
(0,0,0)

Tints of #813082

#813082
(129,48,130)
#8C428D
(140,66,141)
#975498
(151,84,152)
#A266A3
(162,102,163)
#AD78AE
(173,120,174)
#B88AB9
(184,138,185)
#C39CC4
(195,156,196)
#CEAECF
(206,174,207)
#D9C0DA
(217,192,218)
#E4D2E5
(228,210,229)
#EFE4F0
(239,228,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #813082; }

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

This text font color is #813082.


Background Color

.myBgColor { background-color: #813082; }

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

This div background color is #813082.


Border color

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

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

This div border color is #813082.


Opacity

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

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

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

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

This text has shadow with #813082 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #813082 on black background.


Color preview on white background

This text has color #813082 on white background.



Black color preview on #813082 background

This text has black color on #813082 background.


White color preview on #813082 background

This text has white color on #813082 background.