COLOR #806994

HEX: #806994
RGB: (128,105,148)

Color info

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

RGB color model

#806994 color RGB value is (128,105,148).

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

RGB channels and saturation

R 128 of 255 = 50%
G 105 of 255 = 41%
B 148 of 255 = 58%

128
105
148

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

Portions of RGB colors in percentages

R + G + B =
128 + 105 + 148 = 381 (100%)
R 128 of 381 ~ 33.6%
G 105 of 381 ~ 27.56%
B 148 of 381 ~ 38.85%

%33.6
%27.56
%38.85

CMYK color model

#806994 color CMYK value is (14,29,0,42).

  • cyan value is 13.51%
  • magenta value is 29.05%
  • yellow value is 0.00%
  • key color value is 41.96%
CMYK:
(14,29,0,42)
C14M29Y0K42 
(14%,29%,0%,42%)
(0.14/0.29/0.00/0.42)	

CMYK percentages

%13.51
%29.05
%0
%41.96

Codes

Color #806994 in popluar color models

806994
RGB128105148
HSL272°17.00%49.61%
HSB/HSV272°29.05%58.04%
CMYK13.51%29.05%0.00%
41.96%

Color #806994 in popluar number systems.

HEX806994
Decimal128105148
Binary10000000110100110010100
Octal200151224

Shades and tints

Shades of #806994

#806994
(128,105,148)
#756087
(117,96,135)
#6A577A
(106,87,122)
#5F4E6D
(95,78,109)
#544560
(84,69,96)
#493C53
(73,60,83)
#3E3346
(62,51,70)
#332A39
(51,42,57)
#28212C
(40,33,44)
#1D181F
(29,24,31)
#120F12
(18,15,18)
#000000
(0,0,0)

Tints of #806994

#806994
(128,105,148)
#8B769D
(139,118,157)
#9683A6
(150,131,166)
#A190AF
(161,144,175)
#AC9DB8
(172,157,184)
#B7AAC1
(183,170,193)
#C2B7CA
(194,183,202)
#CDC4D3
(205,196,211)
#D8D1DC
(216,209,220)
#E3DEE5
(227,222,229)
#EEEBEE
(238,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #806994; }

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

This text font color is #806994.


Background Color

.myBgColor { background-color: #806994; }

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

This div background color is #806994.


Border color

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

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

This div border color is #806994.


Opacity

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

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

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

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

This text has shadow with #806994 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #806994 on black background.


Color preview on white background

This text has color #806994 on white background.



Black color preview on #806994 background

This text has black color on #806994 background.


White color preview on #806994 background

This text has white color on #806994 background.