Shades of Eggplant #90115E
Tints of Eggplant #90115E
RGB
CMYK
RGB Variations
Color information
#90115E (or 0x90115E) is known color: Eggplant. HEX triplet: 90, 11 and 5E. RGB value is (144,17,94). Sum of RGB (Red+Green+Blue) = 144+17+94=255 (33% of max value = 765). Red value is 144 (56.64% from 255 or 56.47% from 255); Green value is 17 (7.03% from 255 or 6.67% from 255); Blue value is 94 (37.11% from 255 or 36.86% from 255); Max value from RGB is 144 - color contains mainly: red. Hex color #90115E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #90115E is #6FEEA1. Grayscale: #3F3F3F. Windows color (decimal): -7335586 or 6164880. OLE color: 6164880.
HSL color Cylindrical-coordinate representation of color #90115E: hue angle of 323.62º 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 #90115E is Cyan = 0, Magento = 0.88, Yellow = 0.35 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 17 | 94 | - |
| CMYK | 0 | 0.88 | 0.35 | 0.44 |
| HSL | 323.62º | 0.79% | 0.32% | - |
| HSV(B) | 323.62º | 0.88% | 0.56% | - |
| XYZ | 13.72 | 7.14 | 11.24 | - |
| YUV | 63.75 | 145.08 | 185.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 17 | 94 | 0 | 0.88 | 0.35 | 0.44 | 323.62 | 0.79 | 0.32 |
| Hex | 90 | 11 | 5E | 0 | 58 | 23 | 2C | 144 | 4F | 20 |
| Octal | 220 | 21 | 136 | 0 | 130 | 43 | 54 | 504 | 117 | 40 |
| Binary | 10010000 | 10001 | 1011110 | 0 | 1011000 | 100011 | 101100 | 101000100 | 1001111 | 100000 |
Color Harmonies of #90115E
Complementary color
Monochromatic Colors of #90115E
Black with #90115E
Text Example
Text Example
White with #90115E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90115E; }
p { color: rgb(144,17,94); }
H1.HeaderClassName
{
color: #90115E;
}
.AnyTagClassName
{
color: #90115E;
}
</style>
background-color css
<style>
a { background-color: #90115E; }
a { background-color: rgb(144,17,94); }
div.DivClassName
{
background-color: #90115E;
}
.BgClassName
{
background-color: #90115E;
}
</style>
border-color css
<style>
span { border-color: #90115E; }
span { border-color: rgb(144,17,94); }
td.TdClassName
{
border-color: #90115E;
}
.TagClassName
{
border-color: #90115E;
}
</style>