Shades of Eggplant #900150
Tints of Eggplant #900150
RGB
CMYK
RGB Variations
Color information
#900150 (or 0x900150) is known color: Eggplant. HEX triplet: 90, 01 and 50. RGB value is (144,1,80). Sum of RGB (Red+Green+Blue) = 144+1+80=225 (29% of max value = 765). Red value is 144 (56.64% from 255 or 64% from 225); Green value is 1 (0.78% from 255 or 0.44% from 225); Blue value is 80 (31.64% from 255 or 35.56% from 225); Max value from RGB is 144 - color contains mainly: red. Hex color #900150 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #900150 is #6FFEAF. Grayscale: #343434. Windows color (decimal): -7339696 or 5243280. OLE color: 5243280.
HSL color Cylindrical-coordinate representation of color #900150: hue angle of 326.85º 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 #900150 is Cyan = 0, Magento = 0.99, Yellow = 0.44 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 1 | 80 | - |
| CMYK | 0 | 0.99 | 0.44 | 0.44 |
| HSL | 326.85º | 0.99% | 0.28% | - |
| HSV(B) | 326.85º | 0.99% | 0.56% | - |
| XYZ | 12.96 | 6.53 | 8.17 | - |
| YUV | 52.76 | 143.38 | 193.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 1 | 80 | 0 | 0.99 | 0.44 | 0.44 | 326.85 | 0.99 | 0.28 |
| Hex | 90 | 1 | 50 | 0 | 63 | 2C | 2C | 147 | 63 | 1C |
| Octal | 220 | 1 | 120 | 0 | 143 | 54 | 54 | 507 | 143 | 34 |
| Binary | 10010000 | 1 | 1010000 | 0 | 1100011 | 101100 | 101100 | 101000111 | 1100011 | 11100 |
Color Harmonies of #900150
Complementary color
Monochromatic Colors of #900150
Black with #900150
Text Example
Text Example
White with #900150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #900150; }
p { color: rgb(144,1,80); }
H1.HeaderClassName
{
color: #900150;
}
.AnyTagClassName
{
color: #900150;
}
</style>
background-color css
<style>
a { background-color: #900150; }
a { background-color: rgb(144,1,80); }
div.DivClassName
{
background-color: #900150;
}
.BgClassName
{
background-color: #900150;
}
</style>
border-color css
<style>
span { border-color: #900150; }
span { border-color: rgb(144,1,80); }
td.TdClassName
{
border-color: #900150;
}
.TagClassName
{
border-color: #900150;
}
</style>