Shades of Eggplant #901162
Tints of Eggplant #901162
RGB
CMYK
RGB Variations
Color information
#901162 (or 0x901162) is known color: Eggplant. HEX triplet: 90, 11 and 62. RGB value is (144,17,98). Sum of RGB (Red+Green+Blue) = 144+17+98=259 (34% of max value = 765). Red value is 144 (56.64% from 255 or 55.60% from 259); Green value is 17 (7.03% from 255 or 6.56% from 259); Blue value is 98 (38.67% from 255 or 37.84% from 259); Max value from RGB is 144 - color contains mainly: red. Hex color #901162 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #901162 is #6FEE9D. Grayscale: #404040. Windows color (decimal): -7335582 or 6427024. OLE color: 6427024.
HSL color Cylindrical-coordinate representation of color #901162: hue angle of 321.73º degrees, saturation: 0.79, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #901162 is Cyan = 0, Magento = 0.88, Yellow = 0.32 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 17 | 98 | - |
| CMYK | 0 | 0.88 | 0.32 | 0.44 |
| HSL | 321.73º | 0.79% | 0.32% | - |
| HSV(B) | 321.73º | 0.88% | 0.56% | - |
| XYZ | 13.91 | 7.21 | 12.21 | - |
| YUV | 64.21 | 147.08 | 184.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 17 | 98 | 0 | 0.88 | 0.32 | 0.44 | 321.73 | 0.79 | 0.32 |
| Hex | 90 | 11 | 62 | 0 | 58 | 20 | 2C | 142 | 4F | 20 |
| Octal | 220 | 21 | 142 | 0 | 130 | 40 | 54 | 502 | 117 | 40 |
| Binary | 10010000 | 10001 | 1100010 | 0 | 1011000 | 100000 | 101100 | 101000010 | 1001111 | 100000 |
Color Harmonies of #901162
Complementary color
Monochromatic Colors of #901162
Black with #901162
Text Example
Text Example
White with #901162
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #901162; }
p { color: rgb(144,17,98); }
H1.HeaderClassName
{
color: #901162;
}
.AnyTagClassName
{
color: #901162;
}
</style>
background-color css
<style>
a { background-color: #901162; }
a { background-color: rgb(144,17,98); }
div.DivClassName
{
background-color: #901162;
}
.BgClassName
{
background-color: #901162;
}
</style>
border-color css
<style>
span { border-color: #901162; }
span { border-color: rgb(144,17,98); }
td.TdClassName
{
border-color: #901162;
}
.TagClassName
{
border-color: #901162;
}
</style>