Shades of Eggplant #900050
Tints of Eggplant #900050
RGB
CMYK
RGB Variations
Color information
#900050 (or 0x900050) is known color: Eggplant. HEX triplet: 90, 00 and 50. RGB value is (144,0,80). Sum of RGB (Red+Green+Blue) = 144+0+80=224 (29% of max value = 765). Red value is 144 (56.64% from 255 or 64.29% from 224); Green value is 0 (0.39% from 255 or 0% from 224); Blue value is 80 (31.64% from 255 or 35.71% from 224); Max value from RGB is 144 - color contains mainly: red. Hex color #900050 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #900050 is #6FFFAF. Grayscale: #343434. Windows color (decimal): -7339952 or 5243024. OLE color: 5243024.
HSL color Cylindrical-coordinate representation of color #900050: hue angle of 326.67º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 1%. Process color model (Four color, CMYK) of #900050 is Cyan = 0, Magento = 1, Yellow = 0.44 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 0 | 80 | - |
| CMYK | 0 | 1 | 0.44 | 0.44 |
| HSL | 326.67º | 1% | 0.28% | - |
| HSV(B) | 326.67º | 1% | 0.56% | - |
| XYZ | 12.95 | 6.51 | 8.16 | - |
| YUV | 52.18 | 143.71 | 193.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 0 | 80 | 0 | 1 | 0.44 | 0.44 | 326.67 | 1 | 0.28 |
| Hex | 90 | 0 | 50 | 0 | 64 | 2C | 2C | 147 | 64 | 1C |
| Octal | 220 | 0 | 120 | 0 | 144 | 54 | 54 | 507 | 144 | 34 |
| Binary | 10010000 | 0 | 1010000 | 0 | 1100100 | 101100 | 101100 | 101000111 | 1100100 | 11100 |
Color Harmonies of #900050
Complementary color
Monochromatic Colors of #900050
Black with #900050
Text Example
Text Example
White with #900050
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #900050; }
p { color: rgb(144,0,80); }
H1.HeaderClassName
{
color: #900050;
}
.AnyTagClassName
{
color: #900050;
}
</style>
background-color css
<style>
a { background-color: #900050; }
a { background-color: rgb(144,0,80); }
div.DivClassName
{
background-color: #900050;
}
.BgClassName
{
background-color: #900050;
}
</style>
border-color css
<style>
span { border-color: #900050; }
span { border-color: rgb(144,0,80); }
td.TdClassName
{
border-color: #900050;
}
.TagClassName
{
border-color: #900050;
}
</style>