#8E4699

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

Shades of Vivid Violet #8E4699

Tints of Vivid Violet #8E4699

Color information

#8E4699 (or 0x8E4699) is unknown color: approx Vivid Violet. HEX triplet: 8E, 46 and 99. RGB value is (142,70,153). Sum of RGB (Red+Green+Blue) = 142+70+153=365 (48% of max value = 765). Red value is 142 (55.86% from 255 or 38.90% from 365); Green value is 70 (27.73% from 255 or 19.18% from 365); Blue value is 153 (60.16% from 255 or 41.92% from 365); Max value from RGB is 153 - color contains mainly: blue. Hex color #8E4699 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8E4699 is #71B966. Grayscale: #646464. Windows color (decimal): -7453031 or 10045070. OLE color: 10045070.

HSL color Cylindrical-coordinate representation of color #8E4699: hue angle of 292.05º degrees, saturation: 0.37, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #8E4699 is Cyan = 0.07, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB14270153-
CMYK0.070.5400.4
HSL292.05º37.22%43.73%-
HSV(B)292.05º54.25%60%-
XYZ19.112.4331.53-
YUV100.99157.35157.25-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 38.90%
GREEN value IS 70 (27.73% from 255) = 19.18%
BLUE value IS 153 (60.16% from 255) = 41.92%
R=38.90%
G=19.18%
B=41.92%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal142701530.070.5400.4292.0537.2243.73
Hex8E4699736028124252c
Octal2161062317660504444554
Binary100011101000110100110011111101100101000100100100100101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E4699

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,70,153); }

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

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

 a { background-color: rgb(142,70,153); }

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

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

 span { border-color: rgb(142,70,153); }

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