#900059

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

Shades of Eggplant #900059

Tints of Eggplant #900059

Color information

#900059 (or 0x900059) is unknown color: approx Eggplant. HEX triplet: 90, 00 and 59. RGB value is (144,0,89). Sum of RGB (Red+Green+Blue) = 144+0+89=233 (30% of max value = 765). Red value is 144 (56.64% from 255 or 61.80% from 233); Green value is 0 (0.39% from 255 or 0% from 233); Blue value is 89 (35.16% from 255 or 38.20% from 233); Max value from RGB is 144 - color contains mainly: red. Hex color #900059 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #900059 is #6FFFA6. Grayscale: #343434. Windows color (decimal): -7339943 or 5832848. OLE color: 5832848.

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

Color convert

RGB144089-
CMYK010.380.44
HSL322.92º100%28.24%-
HSV(B)322.92º100%56.47%-
XYZ13.36.6510.03-
YUV53.2148.21192.76-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 61.80%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 89 (35.16% from 255) = 38.20%
R=61.80%
G=0%
B=38.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.38
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal144089010.380.44322.9210028.24
Hex90059064262C143641c
Octal22001310144465450314434
Binary100100000101100101100100100110101100101000011110010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #900059

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #900059; }

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

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

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

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

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

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

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

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