COLOR #806393

HEX: #806393
RGB: (128,99,147)

Color info

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

RGB color model

#806393 color RGB value is (128,99,147).

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

RGB channels and saturation

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

128
99
147

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

Portions of RGB colors in percentages

R + G + B =
128 + 99 + 147 = 374 (100%)
R 128 of 374 ~ 34.22%
G 99 of 374 ~ 26.47%
B 147 of 374 ~ 39.3%

%34.22
%26.47
%39.3

CMYK color model

#806393 color CMYK value is (13,33,0,42).

  • cyan value is 12.93%
  • magenta value is 32.65%
  • yellow value is 0.00%
  • key color value is 42.35%
CMYK:
(13,33,0,42)
C13M33Y0K42 
(13%,33%,0%,42%)
(0.13/0.33/0.00/0.42)	

CMYK percentages

%12.93
%32.65
%0
%42.35

Codes

Color #806393 in popluar color models

806393
RGB12899147
HSL276°19.51%48.24%
HSB/HSV276°32.65%57.65%
CMYK12.93%32.65%0.00%
42.35%

Color #806393 in popluar number systems.

HEX806393
Decimal12899147
Binary10000000110001110010011
Octal200143223

Shades and tints

Shades of #806393

#806393
(128,99,147)
#755A86
(117,90,134)
#6A5179
(106,81,121)
#5F486C
(95,72,108)
#543F5F
(84,63,95)
#493652
(73,54,82)
#3E2D45
(62,45,69)
#332438
(51,36,56)
#281B2B
(40,27,43)
#1D121E
(29,18,30)
#120911
(18,9,17)
#000000
(0,0,0)

Tints of #806393

#806393
(128,99,147)
#8B719C
(139,113,156)
#967FA5
(150,127,165)
#A18DAE
(161,141,174)
#AC9BB7
(172,155,183)
#B7A9C0
(183,169,192)
#C2B7C9
(194,183,201)
#CDC5D2
(205,197,210)
#D8D3DB
(216,211,219)
#E3E1E4
(227,225,228)
#EEEFED
(238,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #806393; }

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

This text font color is #806393.


Background Color

.myBgColor { background-color: #806393; }

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

This div background color is #806393.


Border color

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

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

This div border color is #806393.


Opacity

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

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

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

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

This text has shadow with #806393 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #806393 on black background.


Color preview on white background

This text has color #806393 on white background.



Black color preview on #806393 background

This text has black color on #806393 background.


White color preview on #806393 background

This text has white color on #806393 background.