#8E20A3

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

Shades of Vivid Violet #8E20A3

Tints of Vivid Violet #8E20A3

Color information

#8E20A3 (or 0x8E20A3) is unknown color: approx Vivid Violet. HEX triplet: 8E, 20 and A3. RGB value is (142,32,163). Sum of RGB (Red+Green+Blue) = 142+32+163=337 (44% of max value = 765). Red value is 142 (55.86% from 255 or 42.14% from 337); Green value is 32 (12.89% from 255 or 9.50% from 337); Blue value is 163 (64.06% from 255 or 48.37% from 337); Max value from RGB is 163 - color contains mainly: blue. Hex color #8E20A3 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8E20A3 is #71DF5C. Grayscale: #4F4F4F. Windows color (decimal): -7462749 or 10690702. OLE color: 10690702.

HSL color Cylindrical-coordinate representation of color #8E20A3: hue angle of 290.38º degrees, saturation: 0.67, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #8E20A3 is Cyan = 0.13, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB14232163-
CMYK0.130.8000.36
HSL290.38º67.18%38.24%-
HSV(B)290.38º80.37%63.92%-
XYZ18.289.4335.51-
YUV79.82174.94172.35-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 42.14%
GREEN value IS 32 (12.89% from 255) = 9.50%
BLUE value IS 163 (64.06% from 255) = 48.37%
R=42.14%
G=9.50%
B=48.37%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal142321630.130.8000.36290.3867.1838.24
Hex8E20A3D500241224326
Octal216402431512004444210346
Binary10001110100000101000111101101000001001001001000101000011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E20A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,32,163); }

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

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

 a { background-color: rgb(142,32,163); }

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

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

 span { border-color: rgb(142,32,163); }

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