Shades of Eggplant #901167
Tints of Eggplant #901167
RGB
CMYK
RGB Variations
Color information
#901167 (or 0x901167) is known color: Eggplant. HEX triplet: 90, 11 and 67. RGB value is (144,17,103). Sum of RGB (Red+Green+Blue) = 144+17+103=264 (34% of max value = 765). Red value is 144 (56.64% from 255 or 54.55% from 264); Green value is 17 (7.03% from 255 or 6.44% from 264); Blue value is 103 (40.62% from 255 or 39.02% from 264); Max value from RGB is 144 - color contains mainly: red. Hex color #901167 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #901167 is #6FEE98. Grayscale: #404040. Windows color (decimal): -7335577 or 6754704. OLE color: 6754704.
HSL color Cylindrical-coordinate representation of color #901167: hue angle of 319.37º 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 #901167 is Cyan = 0, Magento = 0.88, Yellow = 0.28 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 17 | 103 | - |
| CMYK | 0 | 0.88 | 0.28 | 0.44 |
| HSL | 319.37º | 0.79% | 0.32% | - |
| HSV(B) | 319.37º | 0.88% | 0.56% | - |
| XYZ | 14.15 | 7.31 | 13.5 | - |
| YUV | 64.78 | 149.58 | 184.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 17 | 103 | 0 | 0.88 | 0.28 | 0.44 | 319.37 | 0.79 | 0.32 |
| Hex | 90 | 11 | 67 | 0 | 58 | 1C | 2C | 13F | 4F | 20 |
| Octal | 220 | 21 | 147 | 0 | 130 | 34 | 54 | 477 | 117 | 40 |
| Binary | 10010000 | 10001 | 1100111 | 0 | 1011000 | 11100 | 101100 | 100111111 | 1001111 | 100000 |
Color Harmonies of #901167
Complementary color
Monochromatic Colors of #901167
Black with #901167
Text Example
Text Example
White with #901167
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #901167; }
p { color: rgb(144,17,103); }
H1.HeaderClassName
{
color: #901167;
}
.AnyTagClassName
{
color: #901167;
}
</style>
background-color css
<style>
a { background-color: #901167; }
a { background-color: rgb(144,17,103); }
div.DivClassName
{
background-color: #901167;
}
.BgClassName
{
background-color: #901167;
}
</style>
border-color css
<style>
span { border-color: #901167; }
span { border-color: rgb(144,17,103); }
td.TdClassName
{
border-color: #901167;
}
.TagClassName
{
border-color: #901167;
}
</style>