COLOR #8B6DAE

HEX: #8B6DAE
RGB: (139,109,174)

Color info

#8B6DAE contains mainly red and blue colors. Web safe color of #8B6DAE is #996699 (or #969).

RGB color model

#8B6DAE color RGB value is (139,109,174).

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

RGB channels and saturation

R 139 of 255 = 55%
G 109 of 255 = 43%
B 174 of 255 = 68%

139
109
174

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

Portions of RGB colors in percentages

R + G + B =
139 + 109 + 174 = 422 (100%)
R 139 of 422 ~ 32.94%
G 109 of 422 ~ 25.83%
B 174 of 422 ~ 41.23%

%32.94
%25.83
%41.23

CMYK color model

#8B6DAE color CMYK value is (20,37,0,32).

  • cyan value is 20.11%
  • magenta value is 37.36%
  • yellow value is 0.00%
  • key color value is 31.76%
CMYK:
(20,37,0,32)
C20M37Y0K32 
(20%,37%,0%,32%)
(0.20/0.37/0.00/0.32)	

CMYK percentages

%20.11
%37.36
%0
%31.76

Codes

Color #8B6DAE in popluar color models

8B6DAE
RGB139109174
HSL268°28.63%55.49%
HSB/HSV268°37.36%68.24%
CMYK20.11%37.36%0.00%
31.76%

Color #8B6DAE in popluar number systems.

HEX8B6DAE
Decimal139109174
Binary10001011110110110101110
Octal213155256

Shades and tints

Shades of #8B6DAE

#8B6DAE
(139,109,174)
#7F649F
(127,100,159)
#735B90
(115,91,144)
#675281
(103,82,129)
#5B4972
(91,73,114)
#4F4063
(79,64,99)
#433754
(67,55,84)
#372E45
(55,46,69)
#2B2536
(43,37,54)
#1F1C27
(31,28,39)
#131318
(19,19,24)
#000000
(0,0,0)

Tints of #8B6DAE

#8B6DAE
(139,109,174)
#957AB5
(149,122,181)
#9F87BC
(159,135,188)
#A994C3
(169,148,195)
#B3A1CA
(179,161,202)
#BDAED1
(189,174,209)
#C7BBD8
(199,187,216)
#D1C8DF
(209,200,223)
#DBD5E6
(219,213,230)
#E5E2ED
(229,226,237)
#EFEFF4
(239,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8B6DAE; }

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

This text font color is #8B6DAE.


Background Color

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

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

This div background color is #8B6DAE.


Border color

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

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

This div border color is #8B6DAE.


Opacity

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

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

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

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

This text has shadow with #8B6DAE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8B6DAE on black background.


Color preview on white background

This text has color #8B6DAE on white background.



Black color preview on #8B6DAE background

This text has black color on #8B6DAE background.


White color preview on #8B6DAE background

This text has white color on #8B6DAE background.