Shades of Eggplant #90015E
Tints of Eggplant #90015E
RGB
CMYK
RGB Variations
Color information
#90015E (or 0x90015E) is known color: Eggplant. HEX triplet: 90, 01 and 5E. RGB value is (144,1,94). Sum of RGB (Red+Green+Blue) = 144+1+94=239 (31% of max value = 765). Red value is 144 (56.64% from 255 or 60.25% from 239); Green value is 1 (0.78% from 255 or 0.42% from 239); Blue value is 94 (37.11% from 255 or 39.33% from 239); Max value from RGB is 144 - color contains mainly: red. Hex color #90015E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #90015E is #6FFEA1. Grayscale: #363636. Windows color (decimal): -7339682 or 6160784. OLE color: 6160784.
HSL color Cylindrical-coordinate representation of color #90015E: hue angle of 320.98º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #90015E is Cyan = 0, Magento = 0.99, Yellow = 0.35 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 1 | 94 | - |
| CMYK | 0 | 0.99 | 0.35 | 0.44 |
| HSL | 320.98º | 0.99% | 0.28% | - |
| HSV(B) | 320.98º | 0.99% | 0.56% | - |
| XYZ | 13.53 | 6.76 | 11.18 | - |
| YUV | 54.36 | 150.38 | 191.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 1 | 94 | 0 | 0.99 | 0.35 | 0.44 | 320.98 | 0.99 | 0.28 |
| Hex | 90 | 1 | 5E | 0 | 63 | 23 | 2C | 141 | 63 | 1C |
| Octal | 220 | 1 | 136 | 0 | 143 | 43 | 54 | 501 | 143 | 34 |
| Binary | 10010000 | 1 | 1011110 | 0 | 1100011 | 100011 | 101100 | 101000001 | 1100011 | 11100 |
Color Harmonies of #90015E
Complementary color
Monochromatic Colors of #90015E
Black with #90015E
Text Example
Text Example
White with #90015E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90015E; }
p { color: rgb(144,1,94); }
H1.HeaderClassName
{
color: #90015E;
}
.AnyTagClassName
{
color: #90015E;
}
</style>
background-color css
<style>
a { background-color: #90015E; }
a { background-color: rgb(144,1,94); }
div.DivClassName
{
background-color: #90015E;
}
.BgClassName
{
background-color: #90015E;
}
</style>
border-color css
<style>
span { border-color: #90015E; }
span { border-color: rgb(144,1,94); }
td.TdClassName
{
border-color: #90015E;
}
.TagClassName
{
border-color: #90015E;
}
</style>