Shades of Eggplant #90125F
Tints of Eggplant #90125F
RGB
CMYK
RGB Variations
Color information
#90125F (or 0x90125F) is known color: Eggplant. HEX triplet: 90, 12 and 5F. RGB value is (144,18,95). Sum of RGB (Red+Green+Blue) = 144+18+95=257 (34% of max value = 765). Red value is 144 (56.64% from 255 or 56.03% from 257); Green value is 18 (7.42% from 255 or 7.00% from 257); Blue value is 95 (37.5% from 255 or 36.96% from 257); Max value from RGB is 144 - color contains mainly: red. Hex color #90125F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #90125F is #6FEDA0. Grayscale: #404040. Windows color (decimal): -7335329 or 6230672. OLE color: 6230672.
HSL color Cylindrical-coordinate representation of color #90125F: hue angle of 323.33º degrees, saturation: 0.78, 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 #90125F is Cyan = 0, Magento = 0.88, Yellow = 0.34 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 18 | 95 | - |
| CMYK | 0 | 0.88 | 0.34 | 0.44 |
| HSL | 323.33º | 0.78% | 0.32% | - |
| HSV(B) | 323.33º | 0.88% | 0.56% | - |
| XYZ | 13.78 | 7.19 | 11.49 | - |
| YUV | 64.45 | 145.24 | 184.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 18 | 95 | 0 | 0.88 | 0.34 | 0.44 | 323.33 | 0.78 | 0.32 |
| Hex | 90 | 12 | 5F | 0 | 58 | 22 | 2C | 143 | 4E | 20 |
| Octal | 220 | 22 | 137 | 0 | 130 | 42 | 54 | 503 | 116 | 40 |
| Binary | 10010000 | 10010 | 1011111 | 0 | 1011000 | 100010 | 101100 | 101000011 | 1001110 | 100000 |
Color Harmonies of #90125F
Complementary color
Monochromatic Colors of #90125F
Black with #90125F
Text Example
Text Example
White with #90125F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90125F; }
p { color: rgb(144,18,95); }
H1.HeaderClassName
{
color: #90125F;
}
.AnyTagClassName
{
color: #90125F;
}
</style>
background-color css
<style>
a { background-color: #90125F; }
a { background-color: rgb(144,18,95); }
div.DivClassName
{
background-color: #90125F;
}
.BgClassName
{
background-color: #90125F;
}
</style>
border-color css
<style>
span { border-color: #90125F; }
span { border-color: rgb(144,18,95); }
td.TdClassName
{
border-color: #90125F;
}
.TagClassName
{
border-color: #90125F;
}
</style>