COLOR #8B5ED0

HEX: #8B5ED0
RGB: (139,94,208)

Color info

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

RGB color model

#8B5ED0 color RGB value is (139,94,208).

  • red value is 139;
  • green value is 94;
  • blue value is 208.
RGB:
(139,94,208)
(55%,37%,82%)

RGB channels and saturation

R 139 of 255 = 55%
G 94 of 255 = 37%
B 208 of 255 = 82%

139
94
208

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

Portions of RGB colors in percentages

R + G + B =
139 + 94 + 208 = 441 (100%)
R 139 of 441 ~ 31.52%
G 94 of 441 ~ 21.32%
B 208 of 441 ~ 47.17%

%31.52
%21.32
%47.17

CMYK color model

#8B5ED0 color CMYK value is (33,55,0,18).

  • cyan value is 33.17%
  • magenta value is 54.81%
  • yellow value is 0.00%
  • key color value is 18.43%
CMYK:
(33,55,0,18)
C33M55Y0K18 
(33%,55%,0%,18%)
(0.33/0.55/0.00/0.18)	

CMYK percentages

%33.17
%54.81
%0
%18.43

Codes

Color #8B5ED0 in popluar color models

8B5ED0
RGB13994208
HSL264°54.81%59.22%
HSB/HSV264°54.81%81.57%
CMYK33.17%54.81%0.00%
18.43%

Color #8B5ED0 in popluar number systems.

HEX8B5ED0
Decimal13994208
Binary10001011101111011010000
Octal213136320

Shades and tints

Shades of #8B5ED0

#8B5ED0
(139,94,208)
#7F56BE
(127,86,190)
#734EAC
(115,78,172)
#67469A
(103,70,154)
#5B3E88
(91,62,136)
#4F3676
(79,54,118)
#432E64
(67,46,100)
#372652
(55,38,82)
#2B1E40
(43,30,64)
#1F162E
(31,22,46)
#130E1C
(19,14,28)
#000000
(0,0,0)

Tints of #8B5ED0

#8B5ED0
(139,94,208)
#956CD4
(149,108,212)
#9F7AD8
(159,122,216)
#A988DC
(169,136,220)
#B396E0
(179,150,224)
#BDA4E4
(189,164,228)
#C7B2E8
(199,178,232)
#D1C0EC
(209,192,236)
#DBCEF0
(219,206,240)
#E5DCF4
(229,220,244)
#EFEAF8
(239,234,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8B5ED0 color. Also use rgb(139,94,208) instead hex code.

Text Font Color

.myTextColor { color: #8B5ED0; }

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

This text font color is #8B5ED0.


Background Color

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

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

This div background color is #8B5ED0.


Border color

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

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

This div border color is #8B5ED0.


Opacity

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

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

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

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

This text has shadow with #8B5ED0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8B5ED0 on black background.


Color preview on white background

This text has color #8B5ED0 on white background.



Black color preview on #8B5ED0 background

This text has black color on #8B5ED0 background.


White color preview on #8B5ED0 background

This text has white color on #8B5ED0 background.