#8E2492

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

Shades of Vivid Violet #8E2492

Tints of Vivid Violet #8E2492

Color information

#8E2492 (or 0x8E2492) is unknown color: approx Vivid Violet. HEX triplet: 8E, 24 and 92. RGB value is (142,36,146). Sum of RGB (Red+Green+Blue) = 142+36+146=324 (42% of max value = 765). Red value is 142 (55.86% from 255 or 43.83% from 324); Green value is 36 (14.45% from 255 or 11.11% from 324); Blue value is 146 (57.42% from 255 or 45.06% from 324); Max value from RGB is 146 - color contains mainly: blue. Hex color #8E2492 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8E2492 is #71DB6D. Grayscale: #4F4F4F. Windows color (decimal): -7461742 or 9577614. OLE color: 9577614.

HSL color Cylindrical-coordinate representation of color #8E2492: hue angle of 297.82º degrees, saturation: 0.6, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #8E2492 is Cyan = 0.03, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB14236146-
CMYK0.030.7500.43
HSL297.82º60.44%35.69%-
HSV(B)297.82º75.34%57.25%-
XYZ16.979.0928.05-
YUV80.23165.12172.06-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 43.83%
GREEN value IS 36 (14.45% from 255) = 11.11%
BLUE value IS 146 (57.42% from 255) = 45.06%
R=43.83%
G=11.11%
B=45.06%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal142361460.030.7500.43297.8260.4435.69
Hex8E249234B02B12a3c24
Octal2164422231130534527444
Binary10001110100100100100101110010110101011100101010111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E2492

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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