#8E005A

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

Shades of Eggplant #8E005A

Tints of Eggplant #8E005A

Color information

#8E005A (or 0x8E005A) is unknown color: approx Eggplant. HEX triplet: 8E, 00 and 5A. RGB value is (142,0,90). Sum of RGB (Red+Green+Blue) = 142+0+90=232 (30% of max value = 765). Red value is 142 (55.86% from 255 or 61.21% from 232); Green value is 0 (0.39% from 255 or 0% from 232); Blue value is 90 (35.55% from 255 or 38.79% from 232); Max value from RGB is 142 - color contains mainly: red. Hex color #8E005A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8E005A is #71FFA5. Grayscale: #343434. Windows color (decimal): -7471014 or 5898382. OLE color: 5898382.

HSL color Cylindrical-coordinate representation of color #8E005A: hue angle of 321.97º 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 #8E005A is Cyan = 0, Magento = 1, Yellow = 0.37 and Black (K on CMYK) = 0.44.

Color convert

RGB142090-
CMYK010.370.44
HSL321.97º100%27.84%-
HSV(B)321.97º100%55.69%-
XYZ136.4910.24-
YUV52.72149.04191.68-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 61.21%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 90 (35.55% from 255) = 38.79%
R=61.21%
G=0%
B=38.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.37
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142090010.370.44321.9710027.84
Hex8E05A064252C142641c
Octal21601320144455450214434
Binary100011100101101001100100100101101100101000010110010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E005A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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