Shades of Eggplant #901463
Tints of Eggplant #901463
RGB
CMYK
RGB Variations
Color information
#901463 (or 0x901463) is known color: Eggplant. HEX triplet: 90, 14 and 63. RGB value is (144,20,99). Sum of RGB (Red+Green+Blue) = 144+20+99=263 (34% of max value = 765). Red value is 144 (56.64% from 255 or 54.75% from 263); Green value is 20 (8.20% from 255 or 7.60% from 263); Blue value is 99 (39.06% from 255 or 37.64% from 263); Max value from RGB is 144 - color contains mainly: red. Hex color #901463 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #901463 is #6FEB9C. Grayscale: #414141. Windows color (decimal): -7334813 or 6493328. OLE color: 6493328.
HSL color Cylindrical-coordinate representation of color #901463: hue angle of 321.77º degrees, saturation: 0.76, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #901463 is Cyan = 0, Magento = 0.86, Yellow = 0.31 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 20 | 99 | - |
| CMYK | 0 | 0.86 | 0.31 | 0.44 |
| HSL | 321.77º | 0.76% | 0.32% | - |
| HSV(B) | 321.77º | 0.86% | 0.56% | - |
| XYZ | 14 | 7.33 | 12.48 | - |
| YUV | 66.08 | 146.58 | 183.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 20 | 99 | 0 | 0.86 | 0.31 | 0.44 | 321.77 | 0.76 | 0.32 |
| Hex | 90 | 14 | 63 | 0 | 56 | 1F | 2C | 142 | 4C | 20 |
| Octal | 220 | 24 | 143 | 0 | 126 | 37 | 54 | 502 | 114 | 40 |
| Binary | 10010000 | 10100 | 1100011 | 0 | 1010110 | 11111 | 101100 | 101000010 | 1001100 | 100000 |
Color Harmonies of #901463
Complementary color
Monochromatic Colors of #901463
Black with #901463
Text Example
Text Example
White with #901463
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #901463; }
p { color: rgb(144,20,99); }
H1.HeaderClassName
{
color: #901463;
}
.AnyTagClassName
{
color: #901463;
}
</style>
background-color css
<style>
a { background-color: #901463; }
a { background-color: rgb(144,20,99); }
div.DivClassName
{
background-color: #901463;
}
.BgClassName
{
background-color: #901463;
}
</style>
border-color css
<style>
span { border-color: #901463; }
span { border-color: rgb(144,20,99); }
td.TdClassName
{
border-color: #901463;
}
.TagClassName
{
border-color: #901463;
}
</style>