COLOR #8B6D8A

HEX: #8B6D8A
RGB: (139,109,138)

Color info

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

RGB color model

#8B6D8A color RGB value is (139,109,138).

  • red value is 139;
  • green value is 109;
  • blue value is 138.
RGB:
(139,109,138)
(55%,43%,54%)

RGB channels and saturation

R 139 of 255 = 55%
G 109 of 255 = 43%
B 138 of 255 = 54%

139
109
138

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

Portions of RGB colors in percentages

R + G + B =
139 + 109 + 138 = 386 (100%)
R 139 of 386 ~ 36.01%
G 109 of 386 ~ 28.24%
B 138 of 386 ~ 35.75%

%36.01
%28.24
%35.75

CMYK color model

#8B6D8A color CMYK value is (0,22,1,45).

  • cyan value is 0.00%
  • magenta value is 21.58%
  • yellow value is 0.72%
  • key color value is 45.49%
CMYK:
(0,22,1,45)
C0M22Y1K45 
(0%,22%,1%,45%)
(0.00/0.22/0.01/0.45)	

CMYK percentages

%0
%21.58
%0.72
%45.49

Codes

Color #8B6D8A in popluar color models

8B6D8A
RGB139109138
HSL302°12.10%48.63%
HSB/HSV302°21.58%54.51%
CMYK0.00%21.58%0.72%
45.49%

Color #8B6D8A in popluar number systems.

HEX8B6D8A
Decimal139109138
Binary10001011110110110001010
Octal213155212

Shades and tints

Shades of #8B6D8A

#8B6D8A
(139,109,138)
#7F647E
(127,100,126)
#735B72
(115,91,114)
#675266
(103,82,102)
#5B495A
(91,73,90)
#4F404E
(79,64,78)
#433742
(67,55,66)
#372E36
(55,46,54)
#2B252A
(43,37,42)
#1F1C1E
(31,28,30)
#131312
(19,19,18)
#000000
(0,0,0)

Tints of #8B6D8A

#8B6D8A
(139,109,138)
#957A94
(149,122,148)
#9F879E
(159,135,158)
#A994A8
(169,148,168)
#B3A1B2
(179,161,178)
#BDAEBC
(189,174,188)
#C7BBC6
(199,187,198)
#D1C8D0
(209,200,208)
#DBD5DA
(219,213,218)
#E5E2E4
(229,226,228)
#EFEFEE
(239,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8B6D8A color. Also use rgb(139,109,138) instead hex code.

Text Font Color

.myTextColor { color: #8B6D8A; }

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

This text font color is #8B6D8A.


Background Color

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

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

This div background color is #8B6D8A.


Border color

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

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

This div border color is #8B6D8A.


Opacity

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

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

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

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

This text has shadow with #8B6D8A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8B6D8A on black background.


Color preview on white background

This text has color #8B6D8A on white background.



Black color preview on #8B6D8A background

This text has black color on #8B6D8A background.


White color preview on #8B6D8A background

This text has white color on #8B6D8A background.