#8E32AC

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

Shades of Vivid Violet #8E32AC

Tints of Vivid Violet #8E32AC

Color information

#8E32AC (or 0x8E32AC) is unknown color: approx Vivid Violet. HEX triplet: 8E, 32 and AC. RGB value is (142,50,172). Sum of RGB (Red+Green+Blue) = 142+50+172=364 (48% of max value = 765). Red value is 142 (55.86% from 255 or 39.01% from 364); Green value is 50 (19.92% from 255 or 13.74% from 364); Blue value is 172 (67.58% from 255 or 47.25% from 364); Max value from RGB is 172 - color contains mainly: blue. Hex color #8E32AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8E32AC is #71CD53. Grayscale: #5B5B5B. Windows color (decimal): -7458132 or 11285134. OLE color: 11285134.

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

Color convert

RGB14250172-
CMYK0.170.7100.33
HSL285.25º54.95%43.53%-
HSV(B)285.25º70.93%67.45%-
XYZ19.7411.0140.11-
YUV91.42173.48164.08-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 39.01%
GREEN value IS 50 (19.92% from 255) = 13.74%
BLUE value IS 172 (67.58% from 255) = 47.25%
R=39.01%
G=13.74%
B=47.25%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal142501720.170.7100.33285.2554.9543.53
Hex8E32AC114702111d372c
Octal21662254211070414356754
Binary10001110110010101011001000110001110100001100011101110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E32AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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