COLOR #806D9D

HEX: #806D9D RGB: (128,109,157)

Color info

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

RGB color model

#806D9D color RGB value is (128,109,157).

RGB: (128,109,157) (50%, 43%, 62%)

RGB channels and saturation

R 128 of 255 = 50%
G 109 of 255 = 43%
B 157 of 255 = 62%

128
109
157

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

Portions of RGB colors in percentages

R + G + B = 128 + 109 + 157 = 394 (100%)
R 128 of 394 ~ 32.49%
G 109 of 394 ~ 27.66%
B 157 of 394 ~ 39.85'%

%32.49
%27.66
%39.85

CMYK color model

#806D9D color CMYK value is (18,31,0,38).

  • cyan value is 18.47%
  • magenta value is 30.57%
  • yellow value is 0.00%
  • key color value is 38.43%

CMYK: (18,31,0,38)
C18M31Y0K38 (18%, 31%, 0%, 38%)
(0.18 / 0.31 / 0.00 / 0.38)

CMYK percentages

%18.47
%30.57
%0
%38.43

Codes

Color #806D9D in popluar color models

80 6D 9D
RGB 128 109 157
HSL 264° 19.67% 52.16%
HSB/HSV 264° 30.57% 61.57%
CMYK 18.47% 30.57% 0.00%
38.43%

Color #806D9D in popluar number systems.

HEX 80 6D 9D
Decimal 128 109 157
Binary 10000000 1101101 10011101
Octal 200 155 235

Shades and tints

Shades of #806D9D

#806D9D
(128,109,157)
#75648F
(117,100,143)
#6A5B81
(106,91,129)
#5F5273
(95,82,115)
#544965
(84,73,101)
#494057
(73,64,87)
#3E3749
(62,55,73)
#332E3B
(51,46,59)
#28252D
(40,37,45)
#1D1C1F
(29,28,31)
#121311
(18,19,17)
#000000
(0,0,0)

Tints of #806D9D

#806D9D
(128,109,157)
#8B7AA5
(139,122,165)
#9687AD
(150,135,173)
#A194B5
(161,148,181)
#ACA1BD
(172,161,189)
#B7AEC5
(183,174,197)
#C2BBCD
(194,187,205)
#CDC8D5
(205,200,213)
#D8D5DD
(216,213,221)
#E3E2E5
(227,226,229)
#EEEFED
(238,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #806D9D; }

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

This text font color is #806D9D.

Background Color

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

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

This div background color is #806D9D.

Border color

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

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

This div border color is #806D9D.

Opacity

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

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

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

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

This text has shadow with #806D9D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #806D9D.

Preview

Color preview on black background

This text has color #806D9D on black background.


Color preview on white background

This text has color #806D9D on white background.


Black color preview on #806D9D background

This text has black color on #806D9D background.


White color preview on #806D9D background

This text has white color on #806D9D background.


Related colors

Complementary color

Complementary color for #hex is #7F9262.


I love getcolorcode.com

Triadic colors

1 #9D806D and #6D9D80 with #806D9D are triadic colors.

2 #9D6D80 and #6D809D with #806D9D are triadic colors.