COLOR #8B6FB4

HEX: #8B6FB4
RGB: (139,111,180)

Color info

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

RGB color model

#8B6FB4 color RGB value is (139,111,180).

  • red value is 139;
  • green value is 111;
  • blue value is 180.
RGB:
(139,111,180)
(55%,44%,71%)

RGB channels and saturation

R 139 of 255 = 55%
G 111 of 255 = 44%
B 180 of 255 = 71%

139
111
180

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

Portions of RGB colors in percentages

R + G + B =
139 + 111 + 180 = 430 (100%)
R 139 of 430 ~ 32.33%
G 111 of 430 ~ 25.81%
B 180 of 430 ~ 41.86%

%32.33
%25.81
%41.86

CMYK color model

#8B6FB4 color CMYK value is (23,38,0,29).

  • cyan value is 22.78%
  • magenta value is 38.33%
  • yellow value is 0.00%
  • key color value is 29.41%
CMYK:
(23,38,0,29)
C23M38Y0K29 
(23%,38%,0%,29%)
(0.23/0.38/0.00/0.29)	

CMYK percentages

%22.78
%38.33
%0
%29.41

Codes

Color #8B6FB4 in popluar color models

8B6FB4
RGB139111180
HSL264°31.51%57.06%
HSB/HSV264°38.33%70.59%
CMYK22.78%38.33%0.00%
29.41%

Color #8B6FB4 in popluar number systems.

HEX8B6FB4
Decimal139111180
Binary10001011110111110110100
Octal213157264

Shades and tints

Shades of #8B6FB4

#8B6FB4
(139,111,180)
#7F65A4
(127,101,164)
#735B94
(115,91,148)
#675184
(103,81,132)
#5B4774
(91,71,116)
#4F3D64
(79,61,100)
#433354
(67,51,84)
#372944
(55,41,68)
#2B1F34
(43,31,52)
#1F1524
(31,21,36)
#130B14
(19,11,20)
#000000
(0,0,0)

Tints of #8B6FB4

#8B6FB4
(139,111,180)
#957CBA
(149,124,186)
#9F89C0
(159,137,192)
#A996C6
(169,150,198)
#B3A3CC
(179,163,204)
#BDB0D2
(189,176,210)
#C7BDD8
(199,189,216)
#D1CADE
(209,202,222)
#DBD7E4
(219,215,228)
#E5E4EA
(229,228,234)
#EFF1F0
(239,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8B6FB4 color. Also use rgb(139,111,180) instead hex code.

Text Font Color

.myTextColor { color: #8B6FB4; }

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

This text font color is #8B6FB4.


Background Color

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

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

This div background color is #8B6FB4.


Border color

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

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

This div border color is #8B6FB4.


Opacity

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

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

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

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

This text has shadow with #8B6FB4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8B6FB4 on black background.


Color preview on white background

This text has color #8B6FB4 on white background.



Black color preview on #8B6FB4 background

This text has black color on #8B6FB4 background.


White color preview on #8B6FB4 background

This text has white color on #8B6FB4 background.