COLOR #8B6BBA

HEX: #8B6BBA
RGB: (139,107,186)

Color info

#8B6BBA contains mainly red and blue colors. Web safe color of #8B6BBA is #9966CC (or #96C).

RGB color model

#8B6BBA color RGB value is (139,107,186).

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

RGB channels and saturation

R 139 of 255 = 55%
G 107 of 255 = 42%
B 186 of 255 = 73%

139
107
186

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

Portions of RGB colors in percentages

R + G + B =
139 + 107 + 186 = 432 (100%)
R 139 of 432 ~ 32.18%
G 107 of 432 ~ 24.77%
B 186 of 432 ~ 43.06%

%32.18
%24.77
%43.06

CMYK color model

#8B6BBA color CMYK value is (25,42,0,27).

  • cyan value is 25.27%
  • magenta value is 42.47%
  • yellow value is 0.00%
  • key color value is 27.06%
CMYK:
(25,42,0,27)
C25M42Y0K27 
(25%,42%,0%,27%)
(0.25/0.42/0.00/0.27)	

CMYK percentages

%25.27
%42.47
%0
%27.06

Codes

Color #8B6BBA in popluar color models

8B6BBA
RGB139107186
HSL264°36.41%57.45%
HSB/HSV264°42.47%72.94%
CMYK25.27%42.47%0.00%
27.06%

Color #8B6BBA in popluar number systems.

HEX8B6BBA
Decimal139107186
Binary10001011110101110111010
Octal213153272

Shades and tints

Shades of #8B6BBA

#8B6BBA
(139,107,186)
#7F62AA
(127,98,170)
#73599A
(115,89,154)
#67508A
(103,80,138)
#5B477A
(91,71,122)
#4F3E6A
(79,62,106)
#43355A
(67,53,90)
#372C4A
(55,44,74)
#2B233A
(43,35,58)
#1F1A2A
(31,26,42)
#13111A
(19,17,26)
#000000
(0,0,0)

Tints of #8B6BBA

#8B6BBA
(139,107,186)
#9578C0
(149,120,192)
#9F85C6
(159,133,198)
#A992CC
(169,146,204)
#B39FD2
(179,159,210)
#BDACD8
(189,172,216)
#C7B9DE
(199,185,222)
#D1C6E4
(209,198,228)
#DBD3EA
(219,211,234)
#E5E0F0
(229,224,240)
#EFEDF6
(239,237,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8B6BBA; }

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

This text font color is #8B6BBA.


Background Color

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

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

This div background color is #8B6BBA.


Border color

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

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

This div border color is #8B6BBA.


Opacity

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

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

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

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

This text has shadow with #8B6BBA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8B6BBA on black background.


Color preview on white background

This text has color #8B6BBA on white background.



Black color preview on #8B6BBA background

This text has black color on #8B6BBA background.


White color preview on #8B6BBA background

This text has white color on #8B6BBA background.