#8E4891

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

Shades of Vivid Violet #8E4891

Tints of Vivid Violet #8E4891

Color information

#8E4891 (or 0x8E4891) is unknown color: approx Vivid Violet. HEX triplet: 8E, 48 and 91. RGB value is (142,72,145). Sum of RGB (Red+Green+Blue) = 142+72+145=359 (47% of max value = 765). Red value is 142 (55.86% from 255 or 39.55% from 359); Green value is 72 (28.52% from 255 or 20.06% from 359); Blue value is 145 (57.03% from 255 or 40.39% from 359); Max value from RGB is 145 - color contains mainly: blue. Hex color #8E4891 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8E4891 is #71B76E. Grayscale: #656565. Windows color (decimal): -7452527 or 9521294. OLE color: 9521294.

HSL color Cylindrical-coordinate representation of color #8E4891: hue angle of 297.53º degrees, saturation: 0.34, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8E4891 is Cyan = 0.02, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB14272145-
CMYK0.020.5000.43
HSL297.53º33.64%42.55%-
HSV(B)297.53º50.34%56.86%-
XYZ18.5812.4328.21-
YUV101.25152.69157.06-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 39.55%
GREEN value IS 72 (28.52% from 255) = 20.06%
BLUE value IS 145 (57.03% from 255) = 40.39%
R=39.55%
G=20.06%
B=40.39%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal142721450.020.5000.43297.5333.6442.55
Hex8E489123202B12a222b
Octal2161102212620534524253
Binary10001110100100010010001101100100101011100101010100010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E4891

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,72,145); }

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

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

 a { background-color: rgb(142,72,145); }

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

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

 span { border-color: rgb(142,72,145); }

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