COLOR #8B6DE8

HEX: #8B6DE8
RGB: (139,109,232)

Color info

#8B6DE8 contains mainly blue color. Web safe color of #8B6DE8 is #9966FF (or #96F).

RGB color model

#8B6DE8 color RGB value is (139,109,232).

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

RGB channels and saturation

R 139 of 255 = 55%
G 109 of 255 = 43%
B 232 of 255 = 91%

139
109
232

R + G + B ~ 63%. #8B6DE8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
139 + 109 + 232 = 480 (100%)
R 139 of 480 ~ 28.96%
G 109 of 480 ~ 22.71%
B 232 of 480 ~ 48.33%

%28.96
%22.71
%48.33

CMYK color model

#8B6DE8 color CMYK value is (40,53,0,9).

  • cyan value is 40.09%
  • magenta value is 53.02%
  • yellow value is 0.00%
  • key color value is 9.02%
CMYK:
(40,53,0,9)
C40M53Y0K9 
(40%,53%,0%,9%)
(0.40/0.53/0.00/0.09)	

CMYK percentages

%40.09
%53.02
%0
%9.02

Codes

Color #8B6DE8 in popluar color models

8B6DE8
RGB139109232
HSL255°72.78%66.86%
HSB/HSV255°53.02%90.98%
CMYK40.09%53.02%0.00%
9.02%

Color #8B6DE8 in popluar number systems.

HEX8B6DE8
Decimal139109232
Binary10001011110110111101000
Octal213155350

Shades and tints

Shades of #8B6DE8

#8B6DE8
(139,109,232)
#7F64D3
(127,100,211)
#735BBE
(115,91,190)
#6752A9
(103,82,169)
#5B4994
(91,73,148)
#4F407F
(79,64,127)
#43376A
(67,55,106)
#372E55
(55,46,85)
#2B2540
(43,37,64)
#1F1C2B
(31,28,43)
#131316
(19,19,22)
#000000
(0,0,0)

Tints of #8B6DE8

#8B6DE8
(139,109,232)
#957AEA
(149,122,234)
#9F87EC
(159,135,236)
#A994EE
(169,148,238)
#B3A1F0
(179,161,240)
#BDAEF2
(189,174,242)
#C7BBF4
(199,187,244)
#D1C8F6
(209,200,246)
#DBD5F8
(219,213,248)
#E5E2FA
(229,226,250)
#EFEFFC
(239,239,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8B6DE8; }

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

This text font color is #8B6DE8.


Background Color

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

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

This div background color is #8B6DE8.


Border color

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

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

This div border color is #8B6DE8.


Opacity

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

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

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

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

This text has shadow with #8B6DE8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8B6DE8 on black background.


Color preview on white background

This text has color #8B6DE8 on white background.



Black color preview on #8B6DE8 background

This text has black color on #8B6DE8 background.


White color preview on #8B6DE8 background

This text has white color on #8B6DE8 background.