Shades of Eggplant #900260
Tints of Eggplant #900260
RGB
CMYK
RGB Variations
Color information
#900260 (or 0x900260) is known color: Eggplant. HEX triplet: 90, 02 and 60. RGB value is (144,2,96). Sum of RGB (Red+Green+Blue) = 144+2+96=242 (32% of max value = 765). Red value is 144 (56.64% from 255 or 59.50% from 242); Green value is 2 (1.17% from 255 or 0.83% from 242); Blue value is 96 (37.89% from 255 or 39.67% from 242); Max value from RGB is 144 - color contains mainly: red. Hex color #900260 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #900260 is #6FFD9F. Grayscale: #363636. Windows color (decimal): -7339424 or 6292112. OLE color: 6292112.
HSL color Cylindrical-coordinate representation of color #900260: hue angle of 320.28º 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 #900260 is Cyan = 0, Magento = 0.99, Yellow = 0.33 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 2 | 96 | - |
| CMYK | 0 | 0.99 | 0.33 | 0.44 |
| HSL | 320.28º | 0.97% | 0.29% | - |
| HSV(B) | 320.28º | 0.99% | 0.56% | - |
| XYZ | 13.63 | 6.82 | 11.66 | - |
| YUV | 55.17 | 151.04 | 191.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 2 | 96 | 0 | 0.99 | 0.33 | 0.44 | 320.28 | 0.97 | 0.29 |
| Hex | 90 | 2 | 60 | 0 | 63 | 21 | 2C | 140 | 61 | 1D |
| Octal | 220 | 2 | 140 | 0 | 143 | 41 | 54 | 500 | 141 | 35 |
| Binary | 10010000 | 10 | 1100000 | 0 | 1100011 | 100001 | 101100 | 101000000 | 1100001 | 11101 |
Color Harmonies of #900260
Complementary color
Monochromatic Colors of #900260
Black with #900260
Text Example
Text Example
White with #900260
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #900260; }
p { color: rgb(144,2,96); }
H1.HeaderClassName
{
color: #900260;
}
.AnyTagClassName
{
color: #900260;
}
</style>
background-color css
<style>
a { background-color: #900260; }
a { background-color: rgb(144,2,96); }
div.DivClassName
{
background-color: #900260;
}
.BgClassName
{
background-color: #900260;
}
</style>
border-color css
<style>
span { border-color: #900260; }
span { border-color: rgb(144,2,96); }
td.TdClassName
{
border-color: #900260;
}
.TagClassName
{
border-color: #900260;
}
</style>