COLOR #8B22D6

HEX: #8B22D6
RGB: (139,34,214)

Color info

#8B22D6 contains mainly blue color. Web safe color of #8B22D6 is #9933CC (or #93C).

RGB color model

#8B22D6 color RGB value is (139,34,214).

  • red value is 139;
  • green value is 34;
  • blue value is 214.
RGB:
(139,34,214)
(55%,13%,84%)

RGB channels and saturation

R 139 of 255 = 55%
G 34 of 255 = 13%
B 214 of 255 = 84%

139
34
214

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

Portions of RGB colors in percentages

R + G + B =
139 + 34 + 214 = 387 (100%)
R 139 of 387 ~ 35.92%
G 34 of 387 ~ 8.79%
B 214 of 387 ~ 55.3%

%35.92
%55.3

CMYK color model

#8B22D6 color CMYK value is (35,84,0,16).

  • cyan value is 35.05%
  • magenta value is 84.11%
  • yellow value is 0.00%
  • key color value is 16.08%
CMYK:
(35,84,0,16)
C35M84Y0K16 
(35%,84%,0%,16%)
(0.35/0.84/0.00/0.16)	

CMYK percentages

%35.05
%84.11
%0
%16.08

Codes

Color #8B22D6 in popluar color models

8B22D6
RGB13934214
HSL275°72.58%48.63%
HSB/HSV275°84.11%83.92%
CMYK35.05%84.11%0.00%
16.08%

Color #8B22D6 in popluar number systems.

HEX8B22D6
Decimal13934214
Binary1000101110001011010110
Octal21342326

Shades and tints

Shades of #8B22D6

#8B22D6
(139,34,214)
#7F1FC3
(127,31,195)
#731CB0
(115,28,176)
#67199D
(103,25,157)
#5B168A
(91,22,138)
#4F1377
(79,19,119)
#431064
(67,16,100)
#370D51
(55,13,81)
#2B0A3E
(43,10,62)
#1F072B
(31,7,43)
#130418
(19,4,24)
#000000
(0,0,0)

Tints of #8B22D6

#8B22D6
(139,34,214)
#9536D9
(149,54,217)
#9F4ADC
(159,74,220)
#A95EDF
(169,94,223)
#B372E2
(179,114,226)
#BD86E5
(189,134,229)
#C79AE8
(199,154,232)
#D1AEEB
(209,174,235)
#DBC2EE
(219,194,238)
#E5D6F1
(229,214,241)
#EFEAF4
(239,234,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8B22D6 color. Also use rgb(139,34,214) instead hex code.

Text Font Color

.myTextColor { color: #8B22D6; }

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

This text font color is #8B22D6.


Background Color

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

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

This div background color is #8B22D6.


Border color

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

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

This div border color is #8B22D6.


Opacity

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

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

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

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

This text has shadow with #8B22D6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8B22D6 on black background.


Color preview on white background

This text has color #8B22D6 on white background.



Black color preview on #8B22D6 background

This text has black color on #8B22D6 background.


White color preview on #8B22D6 background

This text has white color on #8B22D6 background.