Shades of Eggplant #900250
Tints of Eggplant #900250
RGB
CMYK
RGB Variations
Color information
#900250 (or 0x900250) is known color: Eggplant. HEX triplet: 90, 02 and 50. RGB value is (144,2,80). Sum of RGB (Red+Green+Blue) = 144+2+80=226 (29% of max value = 765). Red value is 144 (56.64% from 255 or 63.72% from 226); Green value is 2 (1.17% from 255 or 0.88% from 226); Blue value is 80 (31.64% from 255 or 35.40% from 226); Max value from RGB is 144 - color contains mainly: red. Hex color #900250 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #900250 is #6FFDAF. Grayscale: #353535. Windows color (decimal): -7339440 or 5243536. OLE color: 5243536.
HSL color Cylindrical-coordinate representation of color #900250: hue angle of 327.04º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #900250 is Cyan = 0, Magento = 0.99, Yellow = 0.44 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 2 | 80 | - |
| CMYK | 0 | 0.99 | 0.44 | 0.44 |
| HSL | 327.04º | 0.97% | 0.29% | - |
| HSV(B) | 327.04º | 0.99% | 0.56% | - |
| XYZ | 12.97 | 6.55 | 8.17 | - |
| YUV | 53.35 | 143.04 | 192.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 2 | 80 | 0 | 0.99 | 0.44 | 0.44 | 327.04 | 0.97 | 0.29 |
| Hex | 90 | 2 | 50 | 0 | 63 | 2C | 2C | 147 | 61 | 1D |
| Octal | 220 | 2 | 120 | 0 | 143 | 54 | 54 | 507 | 141 | 35 |
| Binary | 10010000 | 10 | 1010000 | 0 | 1100011 | 101100 | 101100 | 101000111 | 1100001 | 11101 |
Color Harmonies of #900250
Complementary color
Monochromatic Colors of #900250
Black with #900250
Text Example
Text Example
White with #900250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #900250; }
p { color: rgb(144,2,80); }
H1.HeaderClassName
{
color: #900250;
}
.AnyTagClassName
{
color: #900250;
}
</style>
background-color css
<style>
a { background-color: #900250; }
a { background-color: rgb(144,2,80); }
div.DivClassName
{
background-color: #900250;
}
.BgClassName
{
background-color: #900250;
}
</style>
border-color css
<style>
span { border-color: #900250; }
span { border-color: rgb(144,2,80); }
td.TdClassName
{
border-color: #900250;
}
.TagClassName
{
border-color: #900250;
}
</style>