Shades of Eggplant #90015F
Tints of Eggplant #90015F
RGB
CMYK
RGB Variations
Color information
#90015F (or 0x90015F) is known color: Eggplant. HEX triplet: 90, 01 and 5F. RGB value is (144,1,95). Sum of RGB (Red+Green+Blue) = 144+1+95=240 (31% of max value = 765). Red value is 144 (56.64% from 255 or 60% from 240); Green value is 1 (0.78% from 255 or 0.42% from 240); Blue value is 95 (37.5% from 255 or 39.58% from 240); Max value from RGB is 144 - color contains mainly: red. Hex color #90015F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #90015F is #6FFEA0. Grayscale: #363636. Windows color (decimal): -7339681 or 6226320. OLE color: 6226320.
HSL color Cylindrical-coordinate representation of color #90015F: hue angle of 320.56º 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 #90015F is Cyan = 0, Magento = 0.99, Yellow = 0.34 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 1 | 95 | - |
| CMYK | 0 | 0.99 | 0.34 | 0.44 |
| HSL | 320.56º | 0.99% | 0.28% | - |
| HSV(B) | 320.56º | 0.99% | 0.56% | - |
| XYZ | 13.58 | 6.78 | 11.42 | - |
| YUV | 54.47 | 150.88 | 191.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 1 | 95 | 0 | 0.99 | 0.34 | 0.44 | 320.56 | 0.99 | 0.28 |
| Hex | 90 | 1 | 5F | 0 | 63 | 22 | 2C | 141 | 63 | 1C |
| Octal | 220 | 1 | 137 | 0 | 143 | 42 | 54 | 501 | 143 | 34 |
| Binary | 10010000 | 1 | 1011111 | 0 | 1100011 | 100010 | 101100 | 101000001 | 1100011 | 11100 |
Color Harmonies of #90015F
Complementary color
Monochromatic Colors of #90015F
Black with #90015F
Text Example
Text Example
White with #90015F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90015F; }
p { color: rgb(144,1,95); }
H1.HeaderClassName
{
color: #90015F;
}
.AnyTagClassName
{
color: #90015F;
}
</style>
background-color css
<style>
a { background-color: #90015F; }
a { background-color: rgb(144,1,95); }
div.DivClassName
{
background-color: #90015F;
}
.BgClassName
{
background-color: #90015F;
}
</style>
border-color css
<style>
span { border-color: #90015F; }
span { border-color: rgb(144,1,95); }
td.TdClassName
{
border-color: #90015F;
}
.TagClassName
{
border-color: #90015F;
}
</style>