#8E19AC

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

Shades of Vivid Violet #8E19AC

Tints of Vivid Violet #8E19AC

Color information

#8E19AC (or 0x8E19AC) is unknown color: approx Vivid Violet. HEX triplet: 8E, 19 and AC. RGB value is (142,25,172). Sum of RGB (Red+Green+Blue) = 142+25+172=339 (44% of max value = 765). Red value is 142 (55.86% from 255 or 41.89% from 339); Green value is 25 (10.16% from 255 or 7.37% from 339); Blue value is 172 (67.58% from 255 or 50.74% from 339); Max value from RGB is 172 - color contains mainly: blue. Hex color #8E19AC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8E19AC is #71E653. Grayscale: #4C4C4C. Windows color (decimal): -7464532 or 11278734. OLE color: 11278734.

HSL color Cylindrical-coordinate representation of color #8E19AC: hue angle of 287.76º degrees, saturation: 0.75, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #8E19AC is Cyan = 0.17, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB14225172-
CMYK0.170.8500.33
HSL287.76º74.62%38.63%-
HSV(B)287.76º85.47%67.45%-
XYZ18.959.4239.85-
YUV76.74181.76174.55-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 41.89%
GREEN value IS 25 (10.16% from 255) = 7.37%
BLUE value IS 172 (67.58% from 255) = 50.74%
R=41.89%
G=7.37%
B=50.74%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal142251720.170.8500.33287.7674.6238.63
Hex8E19AC11550211204b27
Octal216312542112504144011347
Binary10001110110011010110010001101010101000011001000001001011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E19AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,25,172); }

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

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

 a { background-color: rgb(142,25,172); }

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

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

 span { border-color: rgb(142,25,172); }

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