#8E3992

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

Shades of Vivid Violet #8E3992

Tints of Vivid Violet #8E3992

Color information

#8E3992 (or 0x8E3992) is unknown color: approx Vivid Violet. HEX triplet: 8E, 39 and 92. RGB value is (142,57,146). Sum of RGB (Red+Green+Blue) = 142+57+146=345 (45% of max value = 765). Red value is 142 (55.86% from 255 or 41.16% from 345); Green value is 57 (22.66% from 255 or 16.52% from 345); Blue value is 146 (57.42% from 255 or 42.32% from 345); Max value from RGB is 146 - color contains mainly: blue. Hex color #8E3992 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8E3992 is #71C66D. Grayscale: #5C5C5C. Windows color (decimal): -7456366 or 9582990. OLE color: 9582990.

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

Color convert

RGB14257146-
CMYK0.030.6100.43
HSL297.3º43.84%39.8%-
HSV(B)297.3º60.96%57.25%-
XYZ17.8110.7528.33-
YUV92.56158.16163.26-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 41.16%
GREEN value IS 57 (22.66% from 255) = 16.52%
BLUE value IS 146 (57.42% from 255) = 42.32%
R=41.16%
G=16.52%
B=42.32%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal142571460.030.6100.43297.343.8439.8
Hex8E399233D02B1292c28
Octal216712223750534515450
Binary1000111011100110010010111111010101011100101001101100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E3992

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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