Shades of Eggplant #90096E
Tints of Eggplant #90096E
RGB
CMYK
RGB Variations
Color information
#90096E (or 0x90096E) is known color: Eggplant. HEX triplet: 90, 09 and 6E. RGB value is (144,9,110). Sum of RGB (Red+Green+Blue) = 144+9+110=263 (34% of max value = 765). Red value is 144 (56.64% from 255 or 54.75% from 263); Green value is 9 (3.91% from 255 or 3.42% from 263); Blue value is 110 (43.36% from 255 or 41.83% from 263); Max value from RGB is 144 - color contains mainly: red. Hex color #90096E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #90096E is #6FF691. Grayscale: #3C3C3C. Windows color (decimal): -7337618 or 7211408. OLE color: 7211408.
HSL color Cylindrical-coordinate representation of color #90096E: hue angle of 315.11º 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 #90096E is Cyan = 0, Magento = 0.94, Yellow = 0.24 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 9 | 110 | - |
| CMYK | 0 | 0.94 | 0.24 | 0.44 |
| HSL | 315.11º | 0.88% | 0.3% | - |
| HSV(B) | 315.11º | 0.94% | 0.56% | - |
| XYZ | 14.41 | 7.25 | 15.39 | - |
| YUV | 60.88 | 155.73 | 187.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 9 | 110 | 0 | 0.94 | 0.24 | 0.44 | 315.11 | 0.88 | 0.3 |
| Hex | 90 | 9 | 6E | 0 | 5E | 18 | 2C | 13B | 58 | 1E |
| Octal | 220 | 11 | 156 | 0 | 136 | 30 | 54 | 473 | 130 | 36 |
| Binary | 10010000 | 1001 | 1101110 | 0 | 1011110 | 11000 | 101100 | 100111011 | 1011000 | 11110 |
Color Harmonies of #90096E
Complementary color
Monochromatic Colors of #90096E
Black with #90096E
Text Example
Text Example
White with #90096E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90096E; }
p { color: rgb(144,9,110); }
H1.HeaderClassName
{
color: #90096E;
}
.AnyTagClassName
{
color: #90096E;
}
</style>
background-color css
<style>
a { background-color: #90096E; }
a { background-color: rgb(144,9,110); }
div.DivClassName
{
background-color: #90096E;
}
.BgClassName
{
background-color: #90096E;
}
</style>
border-color css
<style>
span { border-color: #90096E; }
span { border-color: rgb(144,9,110); }
td.TdClassName
{
border-color: #90096E;
}
.TagClassName
{
border-color: #90096E;
}
</style>