#8E0471

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

Shades of Eggplant #8E0471

Tints of Eggplant #8E0471

Color information

#8E0471 (or 0x8E0471) is unknown color: approx Eggplant. HEX triplet: 8E, 04 and 71. RGB value is (142,4,113). Sum of RGB (Red+Green+Blue) = 142+4+113=259 (34% of max value = 765). Red value is 142 (55.86% from 255 or 54.83% from 259); Green value is 4 (1.95% from 255 or 1.54% from 259); Blue value is 113 (44.53% from 255 or 43.63% from 259); Max value from RGB is 142 - color contains mainly: red. Hex color #8E0471 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8E0471 is #71FB8E. Grayscale: #393939. Windows color (decimal): -7469967 or 7406734. OLE color: 7406734.

HSL color Cylindrical-coordinate representation of color #8E0471: hue angle of 312.61º degrees, saturation: 0.95, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8E0471 is Cyan = 0, Magento = 0.97, Yellow = 0.20 and Black (K on CMYK) = 0.44.

Color convert

RGB1424113-
CMYK00.970.200.44
HSL312.61º94.52%28.63%-
HSV(B)312.61º97.18%55.69%-
XYZ14.187.0316.23-
YUV57.69159.22188.14-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 54.83%
GREEN value IS 4 (1.95% from 255) = 1.54%
BLUE value IS 113 (44.53% from 255) = 43.63%
R=54.83%
G=1.54%
B=43.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.20
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142411300.970.200.44312.6194.5228.63
Hex8E471061142C1395f1d
Octal21641610141245447113735
Binary1000111010011100010110000110100101100100111001101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E0471

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,4,113); }

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

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

 a { background-color: rgb(142,4,113); }

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

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

 span { border-color: rgb(142,4,113); }

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