#8E0960

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

Shades of Eggplant #8E0960

Tints of Eggplant #8E0960

Color information

#8E0960 (or 0x8E0960) is unknown color: approx Eggplant. HEX triplet: 8E, 09 and 60. RGB value is (142,9,96). Sum of RGB (Red+Green+Blue) = 142+9+96=247 (32% of max value = 765). Red value is 142 (55.86% from 255 or 57.49% from 247); Green value is 9 (3.91% from 255 or 3.64% from 247); Blue value is 96 (37.89% from 255 or 38.87% from 247); Max value from RGB is 142 - color contains mainly: red. Hex color #8E0960 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8E0960 is #71F69F. Grayscale: #3A3A3A. Windows color (decimal): -7468704 or 6293902. OLE color: 6293902.

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

Color convert

RGB142996-
CMYK00.940.320.44
HSL320.75º88.08%29.61%-
HSV(B)320.75º93.66%55.69%-
XYZ13.366.7911.67-
YUV58.68149.06187.43-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 57.49%
GREEN value IS 9 (3.91% from 255) = 3.64%
BLUE value IS 96 (37.89% from 255) = 38.87%
R=57.49%
G=3.64%
B=38.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.32
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14299600.940.320.44320.7588.0829.61
Hex8E96005E202C141581e
Octal216111400136405450113036
Binary100011101001110000001011110100000101100101000001101100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E0960

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,9,96); }

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

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

 a { background-color: rgb(142,9,96); }

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

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

 span { border-color: rgb(142,9,96); }

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