COLOR #8B809D

HEX: #8B809D RGB: (139,128,157)

Color info

#8B809D contains red, green and blue colors in about the same proportion. Web safe color of #8B809D is #996699 (or #969).

RGB color model

#8B809D color RGB value is (139,128,157).

RGB: (139,128,157) (55%, 50%, 62%)

RGB channels and saturation

R 139 of 255 = 55%
G 128 of 255 = 50%
B 157 of 255 = 62%

139
128
157

R + G + B ~ 56%. #8B809D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 139 + 128 + 157 = 424 (100%)
R 139 of 424 ~ 32.78%
G 128 of 424 ~ 30.19%
B 157 of 424 ~ 37.03'%

%32.78
%30.19
%37.03

CMYK color model

#8B809D color CMYK value is (11,18,0,38).

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

CMYK: (11,18,0,38)
C11M18Y0K38 (11%, 18%, 0%, 38%)
(0.11 / 0.18 / 0.00 / 0.38)

CMYK percentages

%11.46
%18.47
%0
%38.43

Codes

Color #8B809D in popluar color models

8B 80 9D
RGB 139 128 157
HSL 263° 12.89% 55.88%
HSB/HSV 263° 18.47% 61.57%
CMYK 11.46% 18.47% 0.00%
38.43%

Color #8B809D in popluar number systems.

HEX 8B 80 9D
Decimal 139 128 157
Binary 10001011 10000000 10011101
Octal 213 200 235

Shades and tints

Shades of #8B809D

#8B809D
(139,128,157)
#7F758F
(127,117,143)
#736A81
(115,106,129)
#675F73
(103,95,115)
#5B5465
(91,84,101)
#4F4957
(79,73,87)
#433E49
(67,62,73)
#37333B
(55,51,59)
#2B282D
(43,40,45)
#1F1D1F
(31,29,31)
#131211
(19,18,17)
#000000
(0,0,0)

Tints of #8B809D

#8B809D
(139,128,157)
#958BA5
(149,139,165)
#9F96AD
(159,150,173)
#A9A1B5
(169,161,181)
#B3ACBD
(179,172,189)
#BDB7C5
(189,183,197)
#C7C2CD
(199,194,205)
#D1CDD5
(209,205,213)
#DBD8DD
(219,216,221)
#E5E3E5
(229,227,229)
#EFEEED
(239,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8B809D color. Also use rgb(139,128,157) instead hex code.

Text Font Color

.myTextColor { color: #8B809D; }

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

This text font color is #8B809D.

Background Color

.myBgColor { background-color: #8B809D; }

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

This div background color is #8B809D.

Border color

.myBorderColor { border: 1px solid #8B809D; }

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

This div border color is #8B809D.

Opacity

.myOpacity80 { color: #8B809D; opacity: 0.8; }

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

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

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

This text has shadow with #8B809D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8B809D.

Preview

Color preview on black background

This text has color #8B809D on black background.


Color preview on white background

This text has color #8B809D on white background.


Black color preview on #8B809D background

This text has black color on #8B809D background.


White color preview on #8B809D background

This text has white color on #8B809D background.


Related colors

Complementary color

Complementary color for #hex is #747F62.


I love getcolorcode.com

Triadic colors

1 #9D8B80 and #809D8B with #8B809D are triadic colors.

2 #9D808B and #808B9D with #8B809D are triadic colors.