#8E21AA

Color #8E21AA Vivid Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Vivid Violet #8E21AA

Tints of Vivid Violet #8E21AA

Color information

#8E21AA (or 0x8E21AA) is unknown color: approx Vivid Violet. HEX triplet: 8E, 21 and AA. RGB value is (142,33,170). Sum of RGB (Red+Green+Blue) = 142+33+170=345 (45% of max value = 765). Red value is 142 (55.86% from 255 or 41.16% from 345); Green value is 33 (13.28% from 255 or 9.57% from 345); Blue value is 170 (66.80% from 255 or 49.28% from 345); Max value from RGB is 170 - color contains mainly: blue. Hex color #8E21AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8E21AA is #71DE55. Grayscale: #505050. Windows color (decimal): -7462486 or 11149710. OLE color: 11149710.

HSL color Cylindrical-coordinate representation of color #8E21AA: hue angle of 287.74º degrees, saturation: 0.67, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #8E21AA is Cyan = 0.16, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB14233170-
CMYK0.160.8100.33
HSL287.74º67.49%39.8%-
HSV(B)287.74º80.59%66.67%-
XYZ18.959.7438.91-
YUV81.21178.11171.36-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 142 (55.86% from 255) = 41.16%
GREEN value IS 33 (13.28% from 255) = 9.57%
BLUE value IS 170 (66.80% from 255) = 49.28%
R=41.16%
G=9.57%
B=49.28%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal142331700.160.8100.33287.7467.4939.8
Hex8E21AA10510211204328
Octal216412522012104144010350
Binary100011101000011010101010000101000101000011001000001000011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E21AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8E21AA; }

 p { color: rgb(142,33,170); }

 H1.HeaderClassName
 {
   color: #8E21AA;
 }
 .AnyTagClassName
 {
   color: #8E21AA;
 }
</style>
background-color css

<style>
 a { background-color: #8E21AA; }

 a { background-color: rgb(142,33,170); }

 div.DivClassName
 {
   background-color: #8E21AA;
 }
 .BgClassName
 {
   background-color: #8E21AA;
 }
</style>
border-color css

<style>
 span { border-color: #8E21AA; }

 span { border-color: rgb(142,33,170); }

 td.TdClassName
 {
   border-color: #8E21AA;
 }
 .TagClassName
 {
   border-color: #8E21AA;
 }
</style>