COLOR #8B6DC0

HEX: #8B6DC0
RGB: (139,109,192)

Color info

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

RGB color model

#8B6DC0 color RGB value is (139,109,192).

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

RGB channels and saturation

R 139 of 255 = 55%
G 109 of 255 = 43%
B 192 of 255 = 75%

139
109
192

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

Portions of RGB colors in percentages

R + G + B =
139 + 109 + 192 = 440 (100%)
R 139 of 440 ~ 31.59%
G 109 of 440 ~ 24.77%
B 192 of 440 ~ 43.64%

%31.59
%24.77
%43.64

CMYK color model

#8B6DC0 color CMYK value is (28,43,0,25).

  • cyan value is 27.60%
  • magenta value is 43.23%
  • yellow value is 0.00%
  • key color value is 24.71%
CMYK:
(28,43,0,25)
C28M43Y0K25 
(28%,43%,0%,25%)
(0.28/0.43/0.00/0.25)	

CMYK percentages

%27.6
%43.23
%0
%24.71

Codes

Color #8B6DC0 in popluar color models

8B6DC0
RGB139109192
HSL262°39.71%59.02%
HSB/HSV262°43.23%75.29%
CMYK27.60%43.23%0.00%
24.71%

Color #8B6DC0 in popluar number systems.

HEX8B6DC0
Decimal139109192
Binary10001011110110111000000
Octal213155300

Shades and tints

Shades of #8B6DC0

#8B6DC0
(139,109,192)
#7F64AF
(127,100,175)
#735B9E
(115,91,158)
#67528D
(103,82,141)
#5B497C
(91,73,124)
#4F406B
(79,64,107)
#43375A
(67,55,90)
#372E49
(55,46,73)
#2B2538
(43,37,56)
#1F1C27
(31,28,39)
#131316
(19,19,22)
#000000
(0,0,0)

Tints of #8B6DC0

#8B6DC0
(139,109,192)
#957AC5
(149,122,197)
#9F87CA
(159,135,202)
#A994CF
(169,148,207)
#B3A1D4
(179,161,212)
#BDAED9
(189,174,217)
#C7BBDE
(199,187,222)
#D1C8E3
(209,200,227)
#DBD5E8
(219,213,232)
#E5E2ED
(229,226,237)
#EFEFF2
(239,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8B6DC0; }

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

This text font color is #8B6DC0.


Background Color

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

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

This div background color is #8B6DC0.


Border color

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

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

This div border color is #8B6DC0.


Opacity

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

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

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

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

This text has shadow with #8B6DC0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8B6DC0 on black background.


Color preview on white background

This text has color #8B6DC0 on white background.



Black color preview on #8B6DC0 background

This text has black color on #8B6DC0 background.


White color preview on #8B6DC0 background

This text has white color on #8B6DC0 background.