#8E0150

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

Shades of Eggplant #8E0150

Tints of Eggplant #8E0150

Color information

#8E0150 (or 0x8E0150) is unknown color: approx Eggplant. HEX triplet: 8E, 01 and 50. RGB value is (142,1,80). Sum of RGB (Red+Green+Blue) = 142+1+80=223 (29% of max value = 765). Red value is 142 (55.86% from 255 or 63.68% from 223); Green value is 1 (0.78% from 255 or 0.45% from 223); Blue value is 80 (31.64% from 255 or 35.87% from 223); Max value from RGB is 142 - color contains mainly: red. Hex color #8E0150 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8E0150 is #71FEAF. Grayscale: #333333. Windows color (decimal): -7470768 or 5243278. OLE color: 5243278.

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

Color convert

RGB142180-
CMYK00.990.440.44
HSL326.38º98.6%28.04%-
HSV(B)326.38º99.3%55.69%-
XYZ12.616.358.15-
YUV52.17143.71192.08-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 63.68%
GREEN value IS 1 (0.78% from 255) = 0.45%
BLUE value IS 80 (31.64% from 255) = 35.87%
R=63.68%
G=0.45%
B=35.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.44
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14218000.990.440.44326.3898.628.04
Hex8E1500632C2C146631c
Octal21611200143545450614334
Binary100011101101000001100011101100101100101000110110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E0150

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,1,80); }

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

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

 a { background-color: rgb(142,1,80); }

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

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

 span { border-color: rgb(142,1,80); }

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