Shades of Eggplant #900A58
Tints of Eggplant #900A58
RGB
CMYK
RGB Variations
Color information
#900A58 (or 0x900A58) is known color: Eggplant. HEX triplet: 90, 0A and 58. RGB value is (144,10,88). Sum of RGB (Red+Green+Blue) = 144+10+88=242 (32% of max value = 765). Red value is 144 (56.64% from 255 or 59.50% from 242); Green value is 10 (4.30% from 255 or 4.13% from 242); Blue value is 88 (34.77% from 255 or 36.36% from 242); Max value from RGB is 144 - color contains mainly: red. Hex color #900A58 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #900A58 is #6FF5A7. Grayscale: #3A3A3A. Windows color (decimal): -7337384 or 5769872. OLE color: 5769872.
HSL color Cylindrical-coordinate representation of color #900A58: hue angle of 325.07º degrees, saturation: 0.87, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #900A58 is Cyan = 0, Magento = 0.93, Yellow = 0.39 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 10 | 88 | - |
| CMYK | 0 | 0.93 | 0.39 | 0.44 |
| HSL | 325.07º | 0.87% | 0.3% | - |
| HSV(B) | 325.07º | 0.93% | 0.56% | - |
| XYZ | 13.37 | 6.85 | 9.85 | - |
| YUV | 58.96 | 144.39 | 188.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 10 | 88 | 0 | 0.93 | 0.39 | 0.44 | 325.07 | 0.87 | 0.3 |
| Hex | 90 | A | 58 | 0 | 5D | 27 | 2C | 145 | 57 | 1E |
| Octal | 220 | 12 | 130 | 0 | 135 | 47 | 54 | 505 | 127 | 36 |
| Binary | 10010000 | 1010 | 1011000 | 0 | 1011101 | 100111 | 101100 | 101000101 | 1010111 | 11110 |
Color Harmonies of #900A58
Complementary color
Monochromatic Colors of #900A58
Black with #900A58
Text Example
Text Example
White with #900A58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #900A58; }
p { color: rgb(144,10,88); }
H1.HeaderClassName
{
color: #900A58;
}
.AnyTagClassName
{
color: #900A58;
}
</style>
background-color css
<style>
a { background-color: #900A58; }
a { background-color: rgb(144,10,88); }
div.DivClassName
{
background-color: #900A58;
}
.BgClassName
{
background-color: #900A58;
}
</style>
border-color css
<style>
span { border-color: #900A58; }
span { border-color: rgb(144,10,88); }
td.TdClassName
{
border-color: #900A58;
}
.TagClassName
{
border-color: #900A58;
}
</style>