COLOR #806381

HEX: #806381
RGB: (128,99,129)

Color info

#806381 contains red, green and blue colors in about the same proportion. Web safe color of #806381 is #666699 (or #669).

RGB color model

#806381 color RGB value is (128,99,129).

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

RGB channels and saturation

R 128 of 255 = 50%
G 99 of 255 = 39%
B 129 of 255 = 51%

128
99
129

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

Portions of RGB colors in percentages

R + G + B =
128 + 99 + 129 = 356 (100%)
R 128 of 356 ~ 35.96%
G 99 of 356 ~ 27.81%
B 129 of 356 ~ 36.24%

%35.96
%27.81
%36.24

CMYK color model

#806381 color CMYK value is (1,23,0,49).

  • cyan value is 0.78%
  • magenta value is 23.26%
  • yellow value is 0.00%
  • key color value is 49.41%
CMYK:
(1,23,0,49)
C1M23Y0K49 
(1%,23%,0%,49%)
(0.01/0.23/0.00/0.49)	

CMYK percentages

%0.78
%23.26
%0
%49.41

Codes

Color #806381 in popluar color models

806381
RGB12899129
HSL298°13.16%44.71%
HSB/HSV298°23.26%50.59%
CMYK0.78%23.26%0.00%
49.41%

Color #806381 in popluar number systems.

HEX806381
Decimal12899129
Binary10000000110001110000001
Octal200143201

Shades and tints

Shades of #806381

#806381
(128,99,129)
#755A76
(117,90,118)
#6A516B
(106,81,107)
#5F4860
(95,72,96)
#543F55
(84,63,85)
#49364A
(73,54,74)
#3E2D3F
(62,45,63)
#332434
(51,36,52)
#281B29
(40,27,41)
#1D121E
(29,18,30)
#120913
(18,9,19)
#000000
(0,0,0)

Tints of #806381

#806381
(128,99,129)
#8B718C
(139,113,140)
#967F97
(150,127,151)
#A18DA2
(161,141,162)
#AC9BAD
(172,155,173)
#B7A9B8
(183,169,184)
#C2B7C3
(194,183,195)
#CDC5CE
(205,197,206)
#D8D3D9
(216,211,217)
#E3E1E4
(227,225,228)
#EEEFEF
(238,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #806381; }

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

This text font color is #806381.


Background Color

.myBgColor { background-color: #806381; }

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

This div background color is #806381.


Border color

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

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

This div border color is #806381.


Opacity

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

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

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

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

This text has shadow with #806381 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #806381 on black background.


Color preview on white background

This text has color #806381 on white background.



Black color preview on #806381 background

This text has black color on #806381 background.


White color preview on #806381 background

This text has white color on #806381 background.