Shades of Eggplant #90096D
Tints of Eggplant #90096D
RGB
CMYK
RGB Variations
Color information
#90096D (or 0x90096D) is known color: Eggplant. HEX triplet: 90, 09 and 6D. RGB value is (144,9,109). Sum of RGB (Red+Green+Blue) = 144+9+109=262 (34% of max value = 765). Red value is 144 (56.64% from 255 or 54.96% from 262); Green value is 9 (3.91% from 255 or 3.44% from 262); Blue value is 109 (42.97% from 255 or 41.60% from 262); Max value from RGB is 144 - color contains mainly: red. Hex color #90096D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #90096D is #6FF692. Grayscale: #3C3C3C. Windows color (decimal): -7337619 or 7145872. OLE color: 7145872.
HSL color Cylindrical-coordinate representation of color #90096D: hue angle of 315.56º 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 #90096D is Cyan = 0, Magento = 0.94, Yellow = 0.24 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 9 | 109 | - |
| CMYK | 0 | 0.94 | 0.24 | 0.44 |
| HSL | 315.56º | 0.88% | 0.3% | - |
| HSV(B) | 315.56º | 0.94% | 0.56% | - |
| XYZ | 14.36 | 7.23 | 15.11 | - |
| YUV | 60.77 | 155.23 | 187.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 9 | 109 | 0 | 0.94 | 0.24 | 0.44 | 315.56 | 0.88 | 0.3 |
| Hex | 90 | 9 | 6D | 0 | 5E | 18 | 2C | 13C | 58 | 1E |
| Octal | 220 | 11 | 155 | 0 | 136 | 30 | 54 | 474 | 130 | 36 |
| Binary | 10010000 | 1001 | 1101101 | 0 | 1011110 | 11000 | 101100 | 100111100 | 1011000 | 11110 |
Color Harmonies of #90096D
Complementary color
Monochromatic Colors of #90096D
Black with #90096D
Text Example
Text Example
White with #90096D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90096D; }
p { color: rgb(144,9,109); }
H1.HeaderClassName
{
color: #90096D;
}
.AnyTagClassName
{
color: #90096D;
}
</style>
background-color css
<style>
a { background-color: #90096D; }
a { background-color: rgb(144,9,109); }
div.DivClassName
{
background-color: #90096D;
}
.BgClassName
{
background-color: #90096D;
}
</style>
border-color css
<style>
span { border-color: #90096D; }
span { border-color: rgb(144,9,109); }
td.TdClassName
{
border-color: #90096D;
}
.TagClassName
{
border-color: #90096D;
}
</style>