COLOR #8B56E0

HEX: #8B56E0
RGB: (139,86,224)

Color info

#8B56E0 contains mainly blue color. Web safe color of #8B56E0 is #9966CC (or #96C).

RGB color model

#8B56E0 color RGB value is (139,86,224).

  • red value is 139;
  • green value is 86;
  • blue value is 224.
RGB:
(139,86,224)
(55%,34%,88%)

RGB channels and saturation

R 139 of 255 = 55%
G 86 of 255 = 34%
B 224 of 255 = 88%

139
86
224

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

Portions of RGB colors in percentages

R + G + B =
139 + 86 + 224 = 449 (100%)
R 139 of 449 ~ 30.96%
G 86 of 449 ~ 19.15%
B 224 of 449 ~ 49.89%

%30.96
%19.15
%49.89

CMYK color model

#8B56E0 color CMYK value is (38,62,0,12).

  • cyan value is 37.95%
  • magenta value is 61.61%
  • yellow value is 0.00%
  • key color value is 12.16%
CMYK:
(38,62,0,12)
C38M62Y0K12 
(38%,62%,0%,12%)
(0.38/0.62/0.00/0.12)	

CMYK percentages

%37.95
%61.61
%0
%12.16

Codes

Color #8B56E0 in popluar color models

8B56E0
RGB13986224
HSL263°69.00%60.78%
HSB/HSV263°61.61%87.84%
CMYK37.95%61.61%0.00%
12.16%

Color #8B56E0 in popluar number systems.

HEX8B56E0
Decimal13986224
Binary10001011101011011100000
Octal213126340

Shades and tints

Shades of #8B56E0

#8B56E0
(139,86,224)
#7F4FCC
(127,79,204)
#7348B8
(115,72,184)
#6741A4
(103,65,164)
#5B3A90
(91,58,144)
#4F337C
(79,51,124)
#432C68
(67,44,104)
#372554
(55,37,84)
#2B1E40
(43,30,64)
#1F172C
(31,23,44)
#131018
(19,16,24)
#000000
(0,0,0)

Tints of #8B56E0

#8B56E0
(139,86,224)
#9565E2
(149,101,226)
#9F74E4
(159,116,228)
#A983E6
(169,131,230)
#B392E8
(179,146,232)
#BDA1EA
(189,161,234)
#C7B0EC
(199,176,236)
#D1BFEE
(209,191,238)
#DBCEF0
(219,206,240)
#E5DDF2
(229,221,242)
#EFECF4
(239,236,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8B56E0 color. Also use rgb(139,86,224) instead hex code.

Text Font Color

.myTextColor { color: #8B56E0; }

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

This text font color is #8B56E0.


Background Color

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

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

This div background color is #8B56E0.


Border color

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

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

This div border color is #8B56E0.


Opacity

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

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

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

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

This text has shadow with #8B56E0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8B56E0 on black background.


Color preview on white background

This text has color #8B56E0 on white background.



Black color preview on #8B56E0 background

This text has black color on #8B56E0 background.


White color preview on #8B56E0 background

This text has white color on #8B56E0 background.