Shades of Eggplant #900759
Tints of Eggplant #900759
RGB
CMYK
RGB Variations
Color information
#900759 (or 0x900759) is known color: Eggplant. HEX triplet: 90, 07 and 59. RGB value is (144,7,89). Sum of RGB (Red+Green+Blue) = 144+7+89=240 (31% of max value = 765). Red value is 144 (56.64% from 255 or 60% from 240); Green value is 7 (3.12% from 255 or 2.92% from 240); Blue value is 89 (35.16% from 255 or 37.08% from 240); Max value from RGB is 144 - color contains mainly: red. Hex color #900759 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #900759 is #6FF8A6. Grayscale: #393939. Windows color (decimal): -7338151 or 5834640. OLE color: 5834640.
HSL color Cylindrical-coordinate representation of color #900759: hue angle of 324.09º degrees, saturation: 0.91, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #900759 is Cyan = 0, Magento = 0.95, Yellow = 0.38 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 7 | 89 | - |
| CMYK | 0 | 0.95 | 0.38 | 0.44 |
| HSL | 324.09º | 0.91% | 0.3% | - |
| HSV(B) | 324.09º | 0.95% | 0.56% | - |
| XYZ | 13.38 | 6.8 | 10.06 | - |
| YUV | 57.31 | 145.89 | 189.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 7 | 89 | 0 | 0.95 | 0.38 | 0.44 | 324.09 | 0.91 | 0.3 |
| Hex | 90 | 7 | 59 | 0 | 5F | 26 | 2C | 144 | 5B | 1E |
| Octal | 220 | 7 | 131 | 0 | 137 | 46 | 54 | 504 | 133 | 36 |
| Binary | 10010000 | 111 | 1011001 | 0 | 1011111 | 100110 | 101100 | 101000100 | 1011011 | 11110 |
Color Harmonies of #900759
Complementary color
Monochromatic Colors of #900759
Black with #900759
Text Example
Text Example
White with #900759
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #900759; }
p { color: rgb(144,7,89); }
H1.HeaderClassName
{
color: #900759;
}
.AnyTagClassName
{
color: #900759;
}
</style>
background-color css
<style>
a { background-color: #900759; }
a { background-color: rgb(144,7,89); }
div.DivClassName
{
background-color: #900759;
}
.BgClassName
{
background-color: #900759;
}
</style>
border-color css
<style>
span { border-color: #900759; }
span { border-color: rgb(144,7,89); }
td.TdClassName
{
border-color: #900759;
}
.TagClassName
{
border-color: #900759;
}
</style>