COLOR #8B6A9C

HEX: #8B6A9C
RGB: (139,106,156)

Color info

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

RGB color model

#8B6A9C color RGB value is (139,106,156).

  • red value is 139;
  • green value is 106;
  • blue value is 156.
RGB:
(139,106,156)
(55%,42%,61%)

RGB channels and saturation

R 139 of 255 = 55%
G 106 of 255 = 42%
B 156 of 255 = 61%

139
106
156

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

Portions of RGB colors in percentages

R + G + B =
139 + 106 + 156 = 401 (100%)
R 139 of 401 ~ 34.66%
G 106 of 401 ~ 26.43%
B 156 of 401 ~ 38.9%

%34.66
%26.43
%38.9

CMYK color model

#8B6A9C color CMYK value is (11,32,0,39).

  • cyan value is 10.90%
  • magenta value is 32.05%
  • yellow value is 0.00%
  • key color value is 38.82%
CMYK:
(11,32,0,39)
C11M32Y0K39 
(11%,32%,0%,39%)
(0.11/0.32/0.00/0.39)	

CMYK percentages

%10.9
%32.05
%0
%38.82

Codes

Color #8B6A9C in popluar color models

8B6A9C
RGB139106156
HSL280°20.16%51.37%
HSB/HSV280°32.05%61.18%
CMYK10.90%32.05%0.00%
38.82%

Color #8B6A9C in popluar number systems.

HEX8B6A9C
Decimal139106156
Binary10001011110101010011100
Octal213152234

Shades and tints

Shades of #8B6A9C

#8B6A9C
(139,106,156)
#7F618E
(127,97,142)
#735880
(115,88,128)
#674F72
(103,79,114)
#5B4664
(91,70,100)
#4F3D56
(79,61,86)
#433448
(67,52,72)
#372B3A
(55,43,58)
#2B222C
(43,34,44)
#1F191E
(31,25,30)
#131010
(19,16,16)
#000000
(0,0,0)

Tints of #8B6A9C

#8B6A9C
(139,106,156)
#9577A5
(149,119,165)
#9F84AE
(159,132,174)
#A991B7
(169,145,183)
#B39EC0
(179,158,192)
#BDABC9
(189,171,201)
#C7B8D2
(199,184,210)
#D1C5DB
(209,197,219)
#DBD2E4
(219,210,228)
#E5DFED
(229,223,237)
#EFECF6
(239,236,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8B6A9C color. Also use rgb(139,106,156) instead hex code.

Text Font Color

.myTextColor { color: #8B6A9C; }

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

This text font color is #8B6A9C.


Background Color

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

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

This div background color is #8B6A9C.


Border color

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

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

This div border color is #8B6A9C.


Opacity

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

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

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

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

This text has shadow with #8B6A9C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8B6A9C on black background.


Color preview on white background

This text has color #8B6A9C on white background.



Black color preview on #8B6A9C background

This text has black color on #8B6A9C background.


White color preview on #8B6A9C background

This text has white color on #8B6A9C background.