Shades of Eggplant #900960
Tints of Eggplant #900960
RGB
CMYK
RGB Variations
Color information
#900960 (or 0x900960) is known color: Eggplant. HEX triplet: 90, 09 and 60. RGB value is (144,9,96). Sum of RGB (Red+Green+Blue) = 144+9+96=249 (32% of max value = 765). Red value is 144 (56.64% from 255 or 57.83% from 249); Green value is 9 (3.91% from 255 or 3.61% from 249); Blue value is 96 (37.89% from 255 or 38.55% from 249); Max value from RGB is 144 - color contains mainly: red. Hex color #900960 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #900960 is #6FF69F. Grayscale: #3B3B3B. Windows color (decimal): -7337632 or 6293904. OLE color: 6293904.
HSL color Cylindrical-coordinate representation of color #900960: hue angle of 321.33º 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 #900960 is Cyan = 0, Magento = 0.94, Yellow = 0.33 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 9 | 96 | - |
| CMYK | 0 | 0.94 | 0.33 | 0.44 |
| HSL | 321.33º | 0.88% | 0.3% | - |
| HSV(B) | 321.33º | 0.94% | 0.56% | - |
| XYZ | 13.71 | 6.97 | 11.69 | - |
| YUV | 59.28 | 148.73 | 188.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 9 | 96 | 0 | 0.94 | 0.33 | 0.44 | 321.33 | 0.88 | 0.3 |
| Hex | 90 | 9 | 60 | 0 | 5E | 21 | 2C | 141 | 58 | 1E |
| Octal | 220 | 11 | 140 | 0 | 136 | 41 | 54 | 501 | 130 | 36 |
| Binary | 10010000 | 1001 | 1100000 | 0 | 1011110 | 100001 | 101100 | 101000001 | 1011000 | 11110 |
Color Harmonies of #900960
Complementary color
Monochromatic Colors of #900960
Black with #900960
Text Example
Text Example
White with #900960
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #900960; }
p { color: rgb(144,9,96); }
H1.HeaderClassName
{
color: #900960;
}
.AnyTagClassName
{
color: #900960;
}
</style>
background-color css
<style>
a { background-color: #900960; }
a { background-color: rgb(144,9,96); }
div.DivClassName
{
background-color: #900960;
}
.BgClassName
{
background-color: #900960;
}
</style>
border-color css
<style>
span { border-color: #900960; }
span { border-color: rgb(144,9,96); }
td.TdClassName
{
border-color: #900960;
}
.TagClassName
{
border-color: #900960;
}
</style>