COLOR #8B809A

HEX: #8B809A RGB: (139,128,154)

Color info

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

RGB color model

#8B809A color RGB value is (139,128,154).

RGB: (139,128,154) (55%, 50%, 60%)

RGB channels and saturation

R 139 of 255 = 55%
G 128 of 255 = 50%
B 154 of 255 = 60%

139
128
154

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

Portions of RGB colors in percentages

R + G + B = 139 + 128 + 154 = 421 (100%)
R 139 of 421 ~ 33.02%
G 128 of 421 ~ 30.4%
B 154 of 421 ~ 36.58'%

%33.02
%30.4
%36.58

CMYK color model

#8B809A color CMYK value is (10,17,0,40).

  • cyan value is 9.74%
  • magenta value is 16.88%
  • yellow value is 0.00%
  • key color value is 39.61%

CMYK: (10,17,0,40)
C10M17Y0K40 (10%, 17%, 0%, 40%)
(0.10 / 0.17 / 0.00 / 0.40)

CMYK percentages

%9.74
%16.88
%0
%39.61

Codes

Color #8B809A in popluar color models

8B 80 9A
RGB 139 128 154
HSL 265° 11.40% 55.29%
HSB/HSV 265° 16.88% 60.39%
CMYK 9.74% 16.88% 0.00%
39.61%

Color #8B809A in popluar number systems.

HEX 8B 80 9A
Decimal 139 128 154
Binary 10001011 10000000 10011010
Octal 213 200 232

Shades and tints

Shades of #8B809A

#8B809A
(139,128,154)
#7F758C
(127,117,140)
#736A7E
(115,106,126)
#675F70
(103,95,112)
#5B5462
(91,84,98)
#4F4954
(79,73,84)
#433E46
(67,62,70)
#373338
(55,51,56)
#2B282A
(43,40,42)
#1F1D1C
(31,29,28)
#13120E
(19,18,14)
#000000
(0,0,0)

Tints of #8B809A

#8B809A
(139,128,154)
#958BA3
(149,139,163)
#9F96AC
(159,150,172)
#A9A1B5
(169,161,181)
#B3ACBE
(179,172,190)
#BDB7C7
(189,183,199)
#C7C2D0
(199,194,208)
#D1CDD9
(209,205,217)
#DBD8E2
(219,216,226)
#E5E3EB
(229,227,235)
#EFEEF4
(239,238,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8B809A; }

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

This text font color is #8B809A.

Background Color

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

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

This div background color is #8B809A.

Border color

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

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

This div border color is #8B809A.

Opacity

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

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

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

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

This text has shadow with #8B809A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8B809A.

Preview

Color preview on black background

This text has color #8B809A on black background.


Color preview on white background

This text has color #8B809A on white background.


Black color preview on #8B809A background

This text has black color on #8B809A background.


White color preview on #8B809A background

This text has white color on #8B809A background.


Related colors

Complementary color

Complementary color for #hex is #747F65.


I love getcolorcode.com

Triadic colors

1 #9A8B80 and #809A8B with #8B809A are triadic colors.

2 #9A808B and #808B9A with #8B809A are triadic colors.