#900259

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

Shades of Eggplant #900259

Tints of Eggplant #900259

Color information

#900259 (or 0x900259) is unknown color: approx Eggplant. HEX triplet: 90, 02 and 59. RGB value is (144,2,89). Sum of RGB (Red+Green+Blue) = 144+2+89=235 (31% of max value = 765). Red value is 144 (56.64% from 255 or 61.28% from 235); Green value is 2 (1.17% from 255 or 0.85% from 235); Blue value is 89 (35.16% from 255 or 37.87% from 235); Max value from RGB is 144 - color contains mainly: red. Hex color #900259 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #900259 is #6FFDA6. Grayscale: #363636. Windows color (decimal): -7339431 or 5833360. OLE color: 5833360.

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

Color convert

RGB144289-
CMYK00.990.380.44
HSL323.24º97.26%28.63%-
HSV(B)323.24º98.61%56.47%-
XYZ13.336.6910.04-
YUV54.38147.54191.93-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 61.28%
GREEN value IS 2 (1.17% from 255) = 0.85%
BLUE value IS 89 (35.16% from 255) = 37.87%
R=61.28%
G=0.85%
B=37.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.38
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14428900.990.380.44323.2497.2628.63
Hex90259063262C143611d
Octal22021310143465450314135
Binary1001000010101100101100011100110101100101000011110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #900259

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #900259; }

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

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

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

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

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

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

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

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