COLOR #806D94

HEX: #806D94
RGB: (128,109,148)

Color info

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

RGB color model

#806D94 color RGB value is (128,109,148).

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

RGB channels and saturation

R 128 of 255 = 50%
G 109 of 255 = 43%
B 148 of 255 = 58%

128
109
148

R + G + B ~ 50%. #806D94 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
128 + 109 + 148 = 385 (100%)
R 128 of 385 ~ 33.25%
G 109 of 385 ~ 28.31%
B 148 of 385 ~ 38.44%

%33.25
%28.31
%38.44

CMYK color model

#806D94 color CMYK value is (14,26,0,42).

  • cyan value is 13.51%
  • magenta value is 26.35%
  • yellow value is 0.00%
  • key color value is 41.96%
CMYK:
(14,26,0,42)
C14M26Y0K42 
(14%,26%,0%,42%)
(0.14/0.26/0.00/0.42)	

CMYK percentages

%13.51
%26.35
%0
%41.96

Codes

Color #806D94 in popluar color models

806D94
RGB128109148
HSL269°15.42%50.39%
HSB/HSV269°26.35%58.04%
CMYK13.51%26.35%0.00%
41.96%

Color #806D94 in popluar number systems.

HEX806D94
Decimal128109148
Binary10000000110110110010100
Octal200155224

Shades and tints

Shades of #806D94

#806D94
(128,109,148)
#756487
(117,100,135)
#6A5B7A
(106,91,122)
#5F526D
(95,82,109)
#544960
(84,73,96)
#494053
(73,64,83)
#3E3746
(62,55,70)
#332E39
(51,46,57)
#28252C
(40,37,44)
#1D1C1F
(29,28,31)
#121312
(18,19,18)
#000000
(0,0,0)

Tints of #806D94

#806D94
(128,109,148)
#8B7A9D
(139,122,157)
#9687A6
(150,135,166)
#A194AF
(161,148,175)
#ACA1B8
(172,161,184)
#B7AEC1
(183,174,193)
#C2BBCA
(194,187,202)
#CDC8D3
(205,200,211)
#D8D5DC
(216,213,220)
#E3E2E5
(227,226,229)
#EEEFEE
(238,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #806D94; }

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

This text font color is #806D94.


Background Color

.myBgColor { background-color: #806D94; }

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

This div background color is #806D94.


Border color

.myBorderColor { border: 1px solid #806D94; }

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

This div border color is #806D94.


Opacity

.myOpacity80 { color: #806D94; opacity: 0.8; }

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

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

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

This text has shadow with #806D94 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #806D94 on black background.


Color preview on white background

This text has color #806D94 on white background.



Black color preview on #806D94 background

This text has black color on #806D94 background.


White color preview on #806D94 background

This text has white color on #806D94 background.