#8E21AB

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

Shades of Vivid Violet #8E21AB

Tints of Vivid Violet #8E21AB

Color information

#8E21AB (or 0x8E21AB) is unknown color: approx Vivid Violet. HEX triplet: 8E, 21 and AB. RGB value is (142,33,171). Sum of RGB (Red+Green+Blue) = 142+33+171=346 (45% of max value = 765). Red value is 142 (55.86% from 255 or 41.04% from 346); Green value is 33 (13.28% from 255 or 9.54% from 346); Blue value is 171 (67.19% from 255 or 49.42% from 346); Max value from RGB is 171 - color contains mainly: blue. Hex color #8E21AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8E21AB is #71DE54. Grayscale: #505050. Windows color (decimal): -7462485 or 11215246. OLE color: 11215246.

HSL color Cylindrical-coordinate representation of color #8E21AB: hue angle of 287.39º degrees, saturation: 0.68, 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 #8E21AB is Cyan = 0.17, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB14233171-
CMYK0.170.8100.33
HSL287.39º67.65%40%-
HSV(B)287.39º80.7%67.06%-
XYZ19.059.7839.41-
YUV81.32178.61171.28-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 41.04%
GREEN value IS 33 (13.28% from 255) = 9.54%
BLUE value IS 171 (67.19% from 255) = 49.42%
R=41.04%
G=9.54%
B=49.42%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal142331710.170.8100.33287.3967.6540
Hex8E21AB115102111f4428
Octal216412532112104143710450
Binary100011101000011010101110001101000101000011000111111000100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E21AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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