#8E0954

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

Shades of Eggplant #8E0954

Tints of Eggplant #8E0954

Color information

#8E0954 (or 0x8E0954) is unknown color: approx Eggplant. HEX triplet: 8E, 09 and 54. RGB value is (142,9,84). Sum of RGB (Red+Green+Blue) = 142+9+84=235 (31% of max value = 765). Red value is 142 (55.86% from 255 or 60.43% from 235); Green value is 9 (3.91% from 255 or 3.83% from 235); Blue value is 84 (33.20% from 255 or 35.74% from 235); Max value from RGB is 142 - color contains mainly: red. Hex color #8E0954 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8E0954 is #71F6AB. Grayscale: #393939. Windows color (decimal): -7468716 or 5507470. OLE color: 5507470.

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

Color convert

RGB142984-
CMYK00.940.410.44
HSL326.17º88.08%29.61%-
HSV(B)326.17º93.66%55.69%-
XYZ12.856.598.98-
YUV57.32143.06188.4-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 60.43%
GREEN value IS 9 (3.91% from 255) = 3.83%
BLUE value IS 84 (33.20% from 255) = 35.74%
R=60.43%
G=3.83%
B=35.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.41
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14298400.940.410.44326.1788.0829.61
Hex8E95405E292C146581e
Octal216111240136515450613036
Binary100011101001101010001011110101001101100101000110101100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E0954

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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