Shades of Eggplant #90116B
Tints of Eggplant #90116B
RGB
CMYK
RGB Variations
Color information
#90116B (or 0x90116B) is known color: Eggplant. HEX triplet: 90, 11 and 6B. RGB value is (144,17,107). Sum of RGB (Red+Green+Blue) = 144+17+107=268 (35% of max value = 765). Red value is 144 (56.64% from 255 or 53.73% from 268); Green value is 17 (7.03% from 255 or 6.34% from 268); Blue value is 107 (42.19% from 255 or 39.93% from 268); Max value from RGB is 144 - color contains mainly: red. Hex color #90116B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #90116B is #6FEE94. Grayscale: #414141. Windows color (decimal): -7335573 or 7016848. OLE color: 7016848.
HSL color Cylindrical-coordinate representation of color #90116B: hue angle of 317.48º 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 #90116B is Cyan = 0, Magento = 0.88, Yellow = 0.26 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 17 | 107 | - |
| CMYK | 0 | 0.88 | 0.26 | 0.44 |
| HSL | 317.48º | 0.79% | 0.32% | - |
| HSV(B) | 317.48º | 0.88% | 0.56% | - |
| XYZ | 14.36 | 7.39 | 14.58 | - |
| YUV | 65.23 | 151.58 | 184.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 17 | 107 | 0 | 0.88 | 0.26 | 0.44 | 317.48 | 0.79 | 0.32 |
| Hex | 90 | 11 | 6B | 0 | 58 | 1A | 2C | 13D | 4F | 20 |
| Octal | 220 | 21 | 153 | 0 | 130 | 32 | 54 | 475 | 117 | 40 |
| Binary | 10010000 | 10001 | 1101011 | 0 | 1011000 | 11010 | 101100 | 100111101 | 1001111 | 100000 |
Color Harmonies of #90116B
Complementary color
Monochromatic Colors of #90116B
Black with #90116B
Text Example
Text Example
White with #90116B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90116B; }
p { color: rgb(144,17,107); }
H1.HeaderClassName
{
color: #90116B;
}
.AnyTagClassName
{
color: #90116B;
}
</style>
background-color css
<style>
a { background-color: #90116B; }
a { background-color: rgb(144,17,107); }
div.DivClassName
{
background-color: #90116B;
}
.BgClassName
{
background-color: #90116B;
}
</style>
border-color css
<style>
span { border-color: #90116B; }
span { border-color: rgb(144,17,107); }
td.TdClassName
{
border-color: #90116B;
}
.TagClassName
{
border-color: #90116B;
}
</style>