COLOR #8B2AD4

HEX: #8B2AD4
RGB: (139,42,212)

Color info

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

RGB color model

#8B2AD4 color RGB value is (139,42,212).

  • red value is 139;
  • green value is 42;
  • blue value is 212.
RGB:
(139,42,212)
(55%,16%,83%)

RGB channels and saturation

R 139 of 255 = 55%
G 42 of 255 = 16%
B 212 of 255 = 83%

139
42
212

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

Portions of RGB colors in percentages

R + G + B =
139 + 42 + 212 = 393 (100%)
R 139 of 393 ~ 35.37%
G 42 of 393 ~ 10.69%
B 212 of 393 ~ 53.94%

%35.37
%10.69
%53.94

CMYK color model

#8B2AD4 color CMYK value is (34,80,0,17).

  • cyan value is 34.43%
  • magenta value is 80.19%
  • yellow value is 0.00%
  • key color value is 16.86%
CMYK:
(34,80,0,17)
C34M80Y0K17 
(34%,80%,0%,17%)
(0.34/0.80/0.00/0.17)	

CMYK percentages

%34.43
%80.19
%0
%16.86

Codes

Color #8B2AD4 in popluar color models

8B2AD4
RGB13942212
HSL274°66.93%49.80%
HSB/HSV274°80.19%83.14%
CMYK34.43%80.19%0.00%
16.86%

Color #8B2AD4 in popluar number systems.

HEX8B2AD4
Decimal13942212
Binary1000101110101011010100
Octal21352324

Shades and tints

Shades of #8B2AD4

#8B2AD4
(139,42,212)
#7F27C1
(127,39,193)
#7324AE
(115,36,174)
#67219B
(103,33,155)
#5B1E88
(91,30,136)
#4F1B75
(79,27,117)
#431862
(67,24,98)
#37154F
(55,21,79)
#2B123C
(43,18,60)
#1F0F29
(31,15,41)
#130C16
(19,12,22)
#000000
(0,0,0)

Tints of #8B2AD4

#8B2AD4
(139,42,212)
#953DD7
(149,61,215)
#9F50DA
(159,80,218)
#A963DD
(169,99,221)
#B376E0
(179,118,224)
#BD89E3
(189,137,227)
#C79CE6
(199,156,230)
#D1AFE9
(209,175,233)
#DBC2EC
(219,194,236)
#E5D5EF
(229,213,239)
#EFE8F2
(239,232,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8B2AD4 color. Also use rgb(139,42,212) instead hex code.

Text Font Color

.myTextColor { color: #8B2AD4; }

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

This text font color is #8B2AD4.


Background Color

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

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

This div background color is #8B2AD4.


Border color

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

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

This div border color is #8B2AD4.


Opacity

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

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

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

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

This text has shadow with #8B2AD4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8B2AD4 on black background.


Color preview on white background

This text has color #8B2AD4 on white background.



Black color preview on #8B2AD4 background

This text has black color on #8B2AD4 background.


White color preview on #8B2AD4 background

This text has white color on #8B2AD4 background.