Shades of Eggplant #900458
Tints of Eggplant #900458
RGB
CMYK
RGB Variations
Color information
#900458 (or 0x900458) is known color: Eggplant. HEX triplet: 90, 04 and 58. RGB value is (144,4,88). Sum of RGB (Red+Green+Blue) = 144+4+88=236 (31% of max value = 765). Red value is 144 (56.64% from 255 or 61.02% from 236); Green value is 4 (1.95% from 255 or 1.69% from 236); Blue value is 88 (34.77% from 255 or 37.29% from 236); Max value from RGB is 144 - color contains mainly: red. Hex color #900458 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #900458 is #6FFBA7. Grayscale: #373737. Windows color (decimal): -7338920 or 5768336. OLE color: 5768336.
HSL color Cylindrical-coordinate representation of color #900458: hue angle of 324º degrees, saturation: 0.95, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #900458 is Cyan = 0, Magento = 0.97, Yellow = 0.39 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 4 | 88 | - |
| CMYK | 0 | 0.97 | 0.39 | 0.44 |
| HSL | 324º | 0.95% | 0.29% | - |
| HSV(B) | 324º | 0.97% | 0.56% | - |
| XYZ | 13.31 | 6.72 | 9.83 | - |
| YUV | 55.44 | 146.38 | 191.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 4 | 88 | 0 | 0.97 | 0.39 | 0.44 | 324 | 0.95 | 0.29 |
| Hex | 90 | 4 | 58 | 0 | 61 | 27 | 2C | 144 | 5F | 1D |
| Octal | 220 | 4 | 130 | 0 | 141 | 47 | 54 | 504 | 137 | 35 |
| Binary | 10010000 | 100 | 1011000 | 0 | 1100001 | 100111 | 101100 | 101000100 | 1011111 | 11101 |
Color Harmonies of #900458
Complementary color
Monochromatic Colors of #900458
Black with #900458
Text Example
Text Example
White with #900458
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #900458; }
p { color: rgb(144,4,88); }
H1.HeaderClassName
{
color: #900458;
}
.AnyTagClassName
{
color: #900458;
}
</style>
background-color css
<style>
a { background-color: #900458; }
a { background-color: rgb(144,4,88); }
div.DivClassName
{
background-color: #900458;
}
.BgClassName
{
background-color: #900458;
}
</style>
border-color css
<style>
span { border-color: #900458; }
span { border-color: rgb(144,4,88); }
td.TdClassName
{
border-color: #900458;
}
.TagClassName
{
border-color: #900458;
}
</style>