COLOR #8A21E0

HEX: #8A21E0
RGB: (138,33,224)

Color info

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

RGB color model

#8A21E0 color RGB value is (138,33,224).

  • red value is 138;
  • green value is 33;
  • blue value is 224.
RGB:
(138,33,224)
(54%,13%,88%)

RGB channels and saturation

R 138 of 255 = 54%
G 33 of 255 = 13%
B 224 of 255 = 88%

138
33
224

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

Portions of RGB colors in percentages

R + G + B =
138 + 33 + 224 = 395 (100%)
R 138 of 395 ~ 34.94%
G 33 of 395 ~ 8.35%
B 224 of 395 ~ 56.71%

%34.94
%56.71

CMYK color model

#8A21E0 color CMYK value is (38,85,0,12).

  • cyan value is 38.39%
  • magenta value is 85.27%
  • yellow value is 0.00%
  • key color value is 12.16%
CMYK:
(38,85,0,12)
C38M85Y0K12 
(38%,85%,0%,12%)
(0.38/0.85/0.00/0.12)	

CMYK percentages

%38.39
%85.27
%0
%12.16

Codes

Color #8A21E0 in popluar color models

8A21E0
RGB13833224
HSL273°75.49%50.39%
HSB/HSV273°85.27%87.84%
CMYK38.39%85.27%0.00%
12.16%

Color #8A21E0 in popluar number systems.

HEX8A21E0
Decimal13833224
Binary1000101010000111100000
Octal21241340

Shades and tints

Shades of #8A21E0

#8A21E0
(138,33,224)
#7E1ECC
(126,30,204)
#721BB8
(114,27,184)
#6618A4
(102,24,164)
#5A1590
(90,21,144)
#4E127C
(78,18,124)
#420F68
(66,15,104)
#360C54
(54,12,84)
#2A0940
(42,9,64)
#1E062C
(30,6,44)
#120318
(18,3,24)
#000000
(0,0,0)

Tints of #8A21E0

#8A21E0
(138,33,224)
#9435E2
(148,53,226)
#9E49E4
(158,73,228)
#A85DE6
(168,93,230)
#B271E8
(178,113,232)
#BC85EA
(188,133,234)
#C699EC
(198,153,236)
#D0ADEE
(208,173,238)
#DAC1F0
(218,193,240)
#E4D5F2
(228,213,242)
#EEE9F4
(238,233,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8A21E0 color. Also use rgb(138,33,224) instead hex code.

Text Font Color

.myTextColor { color: #8A21E0; }

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

This text font color is #8A21E0.


Background Color

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

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

This div background color is #8A21E0.


Border color

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

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

This div border color is #8A21E0.


Opacity

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

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

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

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

This text has shadow with #8A21E0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8A21E0 on black background.


Color preview on white background

This text has color #8A21E0 on white background.



Black color preview on #8A21E0 background

This text has black color on #8A21E0 background.


White color preview on #8A21E0 background

This text has white color on #8A21E0 background.