COLOR #8B819A

HEX: #8B819A
RGB: (139,129,154)

Color info

#8B819A contains red, green and blue colors in about the same proportion. Web safe color of #8B819A is #999999 (or #999).

RGB color model

#8B819A color RGB value is (139,129,154).

  • red value is 139;
  • green value is 129;
  • blue value is 154.
RGB:
(139,129,154)
(55%,51%,60%)

RGB channels and saturation

R 139 of 255 = 55%
G 129 of 255 = 51%
B 154 of 255 = 60%

139
129
154

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

Portions of RGB colors in percentages

R + G + B =
139 + 129 + 154 = 422 (100%)
R 139 of 422 ~ 32.94%
G 129 of 422 ~ 30.57%
B 154 of 422 ~ 36.49%

%32.94
%30.57
%36.49

CMYK color model

#8B819A color CMYK value is (10,16,0,40).

  • cyan value is 9.74%
  • magenta value is 16.23%
  • yellow value is 0.00%
  • key color value is 39.61%
CMYK:
(10,16,0,40)
C10M16Y0K40 
(10%,16%,0%,40%)
(0.10/0.16/0.00/0.40)	

CMYK percentages

%9.74
%16.23
%0
%39.61

Codes

Color #8B819A in popluar color models

8B819A
RGB139129154
HSL264°11.01%55.49%
HSB/HSV264°16.23%60.39%
CMYK9.74%16.23%0.00%
39.61%

Color #8B819A in popluar number systems.

HEX8B819A
Decimal139129154
Binary100010111000000110011010
Octal213201232

Shades and tints

Shades of #8B819A

#8B819A
(139,129,154)
#7F768C
(127,118,140)
#736B7E
(115,107,126)
#676070
(103,96,112)
#5B5562
(91,85,98)
#4F4A54
(79,74,84)
#433F46
(67,63,70)
#373438
(55,52,56)
#2B292A
(43,41,42)
#1F1E1C
(31,30,28)
#13130E
(19,19,14)
#000000
(0,0,0)

Tints of #8B819A

#8B819A
(139,129,154)
#958CA3
(149,140,163)
#9F97AC
(159,151,172)
#A9A2B5
(169,162,181)
#B3ADBE
(179,173,190)
#BDB8C7
(189,184,199)
#C7C3D0
(199,195,208)
#D1CED9
(209,206,217)
#DBD9E2
(219,217,226)
#E5E4EB
(229,228,235)
#EFEFF4
(239,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8B819A; }

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

This text font color is #8B819A.


Background Color

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

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

This div background color is #8B819A.


Border color

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

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

This div border color is #8B819A.


Opacity

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

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

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

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

This text has shadow with #8B819A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8B819A on black background.


Color preview on white background

This text has color #8B819A on white background.



Black color preview on #8B819A background

This text has black color on #8B819A background.


White color preview on #8B819A background

This text has white color on #8B819A background.