#8E004C

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

Shades of Eggplant #8E004C

Tints of Eggplant #8E004C

Color information

#8E004C (or 0x8E004C) is unknown color: approx Eggplant. HEX triplet: 8E, 00 and 4C. RGB value is (142,0,76). Sum of RGB (Red+Green+Blue) = 142+0+76=218 (28% of max value = 765). Red value is 142 (55.86% from 255 or 65.14% from 218); Green value is 0 (0.39% from 255 or 0% from 218); Blue value is 76 (30.08% from 255 or 34.86% from 218); Max value from RGB is 142 - color contains mainly: red. Hex color #8E004C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8E004C is #71FFB3. Grayscale: #323232. Windows color (decimal): -7471028 or 4980878. OLE color: 4980878.

HSL color Cylindrical-coordinate representation of color #8E004C: hue angle of 327.89º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8E004C is Cyan = 0, Magento = 1, Yellow = 0.46 and Black (K on CMYK) = 0.44.

Color convert

RGB142076-
CMYK010.460.44
HSL327.89º100%27.84%-
HSV(B)327.89º100%55.69%-
XYZ12.466.277.39-
YUV51.12142.04192.82-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 65.14%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 76 (30.08% from 255) = 34.86%
R=65.14%
G=0%
B=34.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.46
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142076010.460.44327.8910027.84
Hex8E04C0642E2C148641c
Octal21601140144565451014434
Binary100011100100110001100100101110101100101001000110010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E004C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,0,76); }

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

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

 a { background-color: rgb(142,0,76); }

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

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

 span { border-color: rgb(142,0,76); }

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