COLOR #806394

HEX: #806394
RGB: (128,99,148)

Color info

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

RGB color model

#806394 color RGB value is (128,99,148).

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

RGB channels and saturation

R 128 of 255 = 50%
G 99 of 255 = 39%
B 148 of 255 = 58%

128
99
148

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

Portions of RGB colors in percentages

R + G + B =
128 + 99 + 148 = 375 (100%)
R 128 of 375 ~ 34.13%
G 99 of 375 ~ 26.4%
B 148 of 375 ~ 39.47%

%34.13
%26.4
%39.47

CMYK color model

#806394 color CMYK value is (14,33,0,42).

  • cyan value is 13.51%
  • magenta value is 33.11%
  • yellow value is 0.00%
  • key color value is 41.96%
CMYK:
(14,33,0,42)
C14M33Y0K42 
(14%,33%,0%,42%)
(0.14/0.33/0.00/0.42)	

CMYK percentages

%13.51
%33.11
%0
%41.96

Codes

Color #806394 in popluar color models

806394
RGB12899148
HSL276°19.84%48.43%
HSB/HSV276°33.11%58.04%
CMYK13.51%33.11%0.00%
41.96%

Color #806394 in popluar number systems.

HEX806394
Decimal12899148
Binary10000000110001110010100
Octal200143224

Shades and tints

Shades of #806394

#806394
(128,99,148)
#755A87
(117,90,135)
#6A517A
(106,81,122)
#5F486D
(95,72,109)
#543F60
(84,63,96)
#493653
(73,54,83)
#3E2D46
(62,45,70)
#332439
(51,36,57)
#281B2C
(40,27,44)
#1D121F
(29,18,31)
#120912
(18,9,18)
#000000
(0,0,0)

Tints of #806394

#806394
(128,99,148)
#8B719D
(139,113,157)
#967FA6
(150,127,166)
#A18DAF
(161,141,175)
#AC9BB8
(172,155,184)
#B7A9C1
(183,169,193)
#C2B7CA
(194,183,202)
#CDC5D3
(205,197,211)
#D8D3DC
(216,211,220)
#E3E1E5
(227,225,229)
#EEEFEE
(238,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #806394; }

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

This text font color is #806394.


Background Color

.myBgColor { background-color: #806394; }

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

This div background color is #806394.


Border color

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

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

This div border color is #806394.


Opacity

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

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

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

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

This text has shadow with #806394 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #806394 on black background.


Color preview on white background

This text has color #806394 on white background.



Black color preview on #806394 background

This text has black color on #806394 background.


White color preview on #806394 background

This text has white color on #806394 background.