#8E24AB

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

Shades of Vivid Violet #8E24AB

Tints of Vivid Violet #8E24AB

Color information

#8E24AB (or 0x8E24AB) is unknown color: approx Vivid Violet. HEX triplet: 8E, 24 and AB. RGB value is (142,36,171). Sum of RGB (Red+Green+Blue) = 142+36+171=349 (46% of max value = 765). Red value is 142 (55.86% from 255 or 40.69% from 349); Green value is 36 (14.45% from 255 or 10.32% from 349); Blue value is 171 (67.19% from 255 or 49.00% from 349); Max value from RGB is 171 - color contains mainly: blue. Hex color #8E24AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8E24AB is #71DB54. Grayscale: #525252. Windows color (decimal): -7461717 or 11216014. OLE color: 11216014.

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

Color convert

RGB14236171-
CMYK0.170.7900.33
HSL287.11º65.22%40.59%-
HSV(B)287.11º78.95%67.06%-
XYZ19.149.9539.44-
YUV83.08177.62170.02-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 40.69%
GREEN value IS 36 (14.45% from 255) = 10.32%
BLUE value IS 171 (67.19% from 255) = 49.00%
R=40.69%
G=10.32%
B=49.00%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal142361710.170.7900.33287.1165.2240.59
Hex8E24AB114F02111f4129
Octal216442532111704143710151
Binary100011101001001010101110001100111101000011000111111000001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E24AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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