Shades of Eggplant #901662
Tints of Eggplant #901662
RGB
CMYK
RGB Variations
Color information
#901662 (or 0x901662) is known color: Eggplant. HEX triplet: 90, 16 and 62. RGB value is (144,22,98). Sum of RGB (Red+Green+Blue) = 144+22+98=264 (34% of max value = 765). Red value is 144 (56.64% from 255 or 54.55% from 264); Green value is 22 (8.98% from 255 or 8.33% from 264); Blue value is 98 (38.67% from 255 or 37.12% from 264); Max value from RGB is 144 - color contains mainly: red. Hex color #901662 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #901662 is #6FE99D. Grayscale: #424242. Windows color (decimal): -7334302 or 6428304. OLE color: 6428304.
HSL color Cylindrical-coordinate representation of color #901662: hue angle of 322.62º degrees, saturation: 0.73, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #901662 is Cyan = 0, Magento = 0.85, Yellow = 0.32 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 22 | 98 | - |
| CMYK | 0 | 0.85 | 0.32 | 0.44 |
| HSL | 322.62º | 0.73% | 0.33% | - |
| HSV(B) | 322.62º | 0.85% | 0.56% | - |
| XYZ | 13.99 | 7.38 | 12.24 | - |
| YUV | 67.14 | 145.42 | 182.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 22 | 98 | 0 | 0.85 | 0.32 | 0.44 | 322.62 | 0.73 | 0.33 |
| Hex | 90 | 16 | 62 | 0 | 55 | 20 | 2C | 143 | 49 | 21 |
| Octal | 220 | 26 | 142 | 0 | 125 | 40 | 54 | 503 | 111 | 41 |
| Binary | 10010000 | 10110 | 1100010 | 0 | 1010101 | 100000 | 101100 | 101000011 | 1001001 | 100001 |
Color Harmonies of #901662
Complementary color
Monochromatic Colors of #901662
Black with #901662
Text Example
Text Example
White with #901662
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #901662; }
p { color: rgb(144,22,98); }
H1.HeaderClassName
{
color: #901662;
}
.AnyTagClassName
{
color: #901662;
}
</style>
background-color css
<style>
a { background-color: #901662; }
a { background-color: rgb(144,22,98); }
div.DivClassName
{
background-color: #901662;
}
.BgClassName
{
background-color: #901662;
}
</style>
border-color css
<style>
span { border-color: #901662; }
span { border-color: rgb(144,22,98); }
td.TdClassName
{
border-color: #901662;
}
.TagClassName
{
border-color: #901662;
}
</style>