COLOR #8B6B8D

HEX: #8B6B8D
RGB: (139,107,141)

Color info

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

RGB color model

#8B6B8D color RGB value is (139,107,141).

  • red value is 139;
  • green value is 107;
  • blue value is 141.
RGB:
(139,107,141)
(55%,42%,55%)

RGB channels and saturation

R 139 of 255 = 55%
G 107 of 255 = 42%
B 141 of 255 = 55%

139
107
141

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

Portions of RGB colors in percentages

R + G + B =
139 + 107 + 141 = 387 (100%)
R 139 of 387 ~ 35.92%
G 107 of 387 ~ 27.65%
B 141 of 387 ~ 36.43%

%35.92
%27.65
%36.43

CMYK color model

#8B6B8D color CMYK value is (1,24,0,45).

  • cyan value is 1.42%
  • magenta value is 24.11%
  • yellow value is 0.00%
  • key color value is 44.71%
CMYK:
(1,24,0,45)
C1M24Y0K45 
(1%,24%,0%,45%)
(0.01/0.24/0.00/0.45)	

CMYK percentages

%1.42
%24.11
%0
%44.71

Codes

Color #8B6B8D in popluar color models

8B6B8D
RGB139107141
HSL296°13.71%48.63%
HSB/HSV296°24.11%55.29%
CMYK1.42%24.11%0.00%
44.71%

Color #8B6B8D in popluar number systems.

HEX8B6B8D
Decimal139107141
Binary10001011110101110001101
Octal213153215

Shades and tints

Shades of #8B6B8D

#8B6B8D
(139,107,141)
#7F6281
(127,98,129)
#735975
(115,89,117)
#675069
(103,80,105)
#5B475D
(91,71,93)
#4F3E51
(79,62,81)
#433545
(67,53,69)
#372C39
(55,44,57)
#2B232D
(43,35,45)
#1F1A21
(31,26,33)
#131115
(19,17,21)
#000000
(0,0,0)

Tints of #8B6B8D

#8B6B8D
(139,107,141)
#957897
(149,120,151)
#9F85A1
(159,133,161)
#A992AB
(169,146,171)
#B39FB5
(179,159,181)
#BDACBF
(189,172,191)
#C7B9C9
(199,185,201)
#D1C6D3
(209,198,211)
#DBD3DD
(219,211,221)
#E5E0E7
(229,224,231)
#EFEDF1
(239,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8B6B8D color. Also use rgb(139,107,141) instead hex code.

Text Font Color

.myTextColor { color: #8B6B8D; }

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

This text font color is #8B6B8D.


Background Color

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

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

This div background color is #8B6B8D.


Border color

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

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

This div border color is #8B6B8D.


Opacity

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

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

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

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

This text has shadow with #8B6B8D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8B6B8D on black background.


Color preview on white background

This text has color #8B6B8D on white background.



Black color preview on #8B6B8D background

This text has black color on #8B6B8D background.


White color preview on #8B6B8D background

This text has white color on #8B6B8D background.