Shades of Eggplant #90096F
Tints of Eggplant #90096F
RGB
CMYK
RGB Variations
Color information
#90096F (or 0x90096F) is known color: Eggplant. HEX triplet: 90, 09 and 6F. RGB value is (144,9,111). Sum of RGB (Red+Green+Blue) = 144+9+111=264 (34% of max value = 765). Red value is 144 (56.64% from 255 or 54.55% from 264); Green value is 9 (3.91% from 255 or 3.41% from 264); Blue value is 111 (43.75% from 255 or 42.05% from 264); Max value from RGB is 144 - color contains mainly: red. Hex color #90096F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #90096F is #6FF690. Grayscale: #3C3C3C. Windows color (decimal): -7337617 or 7276944. OLE color: 7276944.
HSL color Cylindrical-coordinate representation of color #90096F: hue angle of 314.67º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #90096F is Cyan = 0, Magento = 0.94, Yellow = 0.23 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 9 | 111 | - |
| CMYK | 0 | 0.94 | 0.23 | 0.44 |
| HSL | 314.67º | 0.88% | 0.3% | - |
| HSV(B) | 314.67º | 0.94% | 0.56% | - |
| XYZ | 14.47 | 7.27 | 15.68 | - |
| YUV | 60.99 | 156.23 | 187.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 9 | 111 | 0 | 0.94 | 0.23 | 0.44 | 314.67 | 0.88 | 0.3 |
| Hex | 90 | 9 | 6F | 0 | 5E | 17 | 2C | 13B | 58 | 1E |
| Octal | 220 | 11 | 157 | 0 | 136 | 27 | 54 | 473 | 130 | 36 |
| Binary | 10010000 | 1001 | 1101111 | 0 | 1011110 | 10111 | 101100 | 100111011 | 1011000 | 11110 |
Color Harmonies of #90096F
Complementary color
Monochromatic Colors of #90096F
Black with #90096F
Text Example
Text Example
White with #90096F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90096F; }
p { color: rgb(144,9,111); }
H1.HeaderClassName
{
color: #90096F;
}
.AnyTagClassName
{
color: #90096F;
}
</style>
background-color css
<style>
a { background-color: #90096F; }
a { background-color: rgb(144,9,111); }
div.DivClassName
{
background-color: #90096F;
}
.BgClassName
{
background-color: #90096F;
}
</style>
border-color css
<style>
span { border-color: #90096F; }
span { border-color: rgb(144,9,111); }
td.TdClassName
{
border-color: #90096F;
}
.TagClassName
{
border-color: #90096F;
}
</style>