COLOR #8B809F

HEX: #8B809F
RGB: (139,128,159)

Color info

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

RGB color model

#8B809F color RGB value is (139,128,159).

  • red value is 139;
  • green value is 128;
  • blue value is 159.
RGB:
(139,128,159)
(55%,50%,62%)

RGB channels and saturation

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

139
128
159

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

Portions of RGB colors in percentages

R + G + B =
139 + 128 + 159 = 426 (100%)
R 139 of 426 ~ 32.63%
G 128 of 426 ~ 30.05%
B 159 of 426 ~ 37.32%

%32.63
%30.05
%37.32

CMYK color model

#8B809F color CMYK value is (13,19,0,38).

  • cyan value is 12.58%
  • magenta value is 19.50%
  • yellow value is 0.00%
  • key color value is 37.65%
CMYK:
(13,19,0,38)
C13M19Y0K38 
(13%,19%,0%,38%)
(0.13/0.19/0.00/0.38)	

CMYK percentages

%12.58
%19.5
%0
%37.65

Codes

Color #8B809F in popluar color models

8B809F
RGB139128159
HSL261°13.90%56.27%
HSB/HSV261°19.50%62.35%
CMYK12.58%19.50%0.00%
37.65%

Color #8B809F in popluar number systems.

HEX8B809F
Decimal139128159
Binary100010111000000010011111
Octal213200237

Shades and tints

Shades of #8B809F

#8B809F
(139,128,159)
#7F7591
(127,117,145)
#736A83
(115,106,131)
#675F75
(103,95,117)
#5B5467
(91,84,103)
#4F4959
(79,73,89)
#433E4B
(67,62,75)
#37333D
(55,51,61)
#2B282F
(43,40,47)
#1F1D21
(31,29,33)
#131213
(19,18,19)
#000000
(0,0,0)

Tints of #8B809F

#8B809F
(139,128,159)
#958BA7
(149,139,167)
#9F96AF
(159,150,175)
#A9A1B7
(169,161,183)
#B3ACBF
(179,172,191)
#BDB7C7
(189,183,199)
#C7C2CF
(199,194,207)
#D1CDD7
(209,205,215)
#DBD8DF
(219,216,223)
#E5E3E7
(229,227,231)
#EFEEEF
(239,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8B809F; }

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

This text font color is #8B809F.


Background Color

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

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

This div background color is #8B809F.


Border color

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

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

This div border color is #8B809F.


Opacity

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

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

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

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

This text has shadow with #8B809F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8B809F on black background.


Color preview on white background

This text has color #8B809F on white background.



Black color preview on #8B809F background

This text has black color on #8B809F background.


White color preview on #8B809F background

This text has white color on #8B809F background.