Shades of Eggplant #90086D
Tints of Eggplant #90086D
RGB
CMYK
RGB Variations
Color information
#90086D (or 0x90086D) is known color: Eggplant. HEX triplet: 90, 08 and 6D. RGB value is (144,8,109). Sum of RGB (Red+Green+Blue) = 144+8+109=261 (34% of max value = 765). Red value is 144 (56.64% from 255 or 55.17% from 261); Green value is 8 (3.52% from 255 or 3.07% from 261); Blue value is 109 (42.97% from 255 or 41.76% from 261); Max value from RGB is 144 - color contains mainly: red. Hex color #90086D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #90086D is #6FF792. Grayscale: #3B3B3B. Windows color (decimal): -7337875 or 7145616. OLE color: 7145616.
HSL color Cylindrical-coordinate representation of color #90086D: hue angle of 315.44º degrees, saturation: 0.89, 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 #90086D is Cyan = 0, Magento = 0.94, Yellow = 0.24 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 8 | 109 | - |
| CMYK | 0 | 0.94 | 0.24 | 0.44 |
| HSL | 315.44º | 0.89% | 0.3% | - |
| HSV(B) | 315.44º | 0.94% | 0.56% | - |
| XYZ | 14.35 | 7.21 | 15.1 | - |
| YUV | 60.18 | 155.56 | 187.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 8 | 109 | 0 | 0.94 | 0.24 | 0.44 | 315.44 | 0.89 | 0.3 |
| Hex | 90 | 8 | 6D | 0 | 5E | 18 | 2C | 13B | 59 | 1E |
| Octal | 220 | 10 | 155 | 0 | 136 | 30 | 54 | 473 | 131 | 36 |
| Binary | 10010000 | 1000 | 1101101 | 0 | 1011110 | 11000 | 101100 | 100111011 | 1011001 | 11110 |
Color Harmonies of #90086D
Complementary color
Monochromatic Colors of #90086D
Black with #90086D
Text Example
Text Example
White with #90086D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90086D; }
p { color: rgb(144,8,109); }
H1.HeaderClassName
{
color: #90086D;
}
.AnyTagClassName
{
color: #90086D;
}
</style>
background-color css
<style>
a { background-color: #90086D; }
a { background-color: rgb(144,8,109); }
div.DivClassName
{
background-color: #90086D;
}
.BgClassName
{
background-color: #90086D;
}
</style>
border-color css
<style>
span { border-color: #90086D; }
span { border-color: rgb(144,8,109); }
td.TdClassName
{
border-color: #90086D;
}
.TagClassName
{
border-color: #90086D;
}
</style>