#900A59

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

Shades of Eggplant #900A59

Tints of Eggplant #900A59

Color information

#900A59 (or 0x900A59) is unknown color: approx Eggplant. HEX triplet: 90, 0A and 59. RGB value is (144,10,89). Sum of RGB (Red+Green+Blue) = 144+10+89=243 (32% of max value = 765). Red value is 144 (56.64% from 255 or 59.26% from 243); Green value is 10 (4.30% from 255 or 4.12% from 243); Blue value is 89 (35.16% from 255 or 36.63% from 243); Max value from RGB is 144 - color contains mainly: red. Hex color #900A59 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #900A59 is #6FF5A6. Grayscale: #3A3A3A. Windows color (decimal): -7337383 or 5835408. OLE color: 5835408.

HSL color Cylindrical-coordinate representation of color #900A59: hue angle of 324.63º degrees, saturation: 0.87, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #900A59 is Cyan = 0, Magento = 0.93, Yellow = 0.38 and Black (K on CMYK) = 0.44.

Color convert

RGB1441089-
CMYK00.930.380.44
HSL324.63º87.01%30.2%-
HSV(B)324.63º93.06%56.47%-
XYZ13.416.8710.07-
YUV59.07144.89188.58-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 59.26%
GREEN value IS 10 (4.30% from 255) = 4.12%
BLUE value IS 89 (35.16% from 255) = 36.63%
R=59.26%
G=4.12%
B=36.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.38
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal144108900.930.380.44324.6387.0130.2
Hex90A5905D262C145571e
Octal220121310135465450512736
Binary100100001010101100101011101100110101100101000101101011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #900A59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #900A59; }

 p { color: rgb(144,10,89); }

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

<style>
 a { background-color: #900A59; }

 a { background-color: rgb(144,10,89); }

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

<style>
 span { border-color: #900A59; }

 span { border-color: rgb(144,10,89); }

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