Shades of Eggplant #900262
Tints of Eggplant #900262
RGB
CMYK
RGB Variations
Color information
#900262 (or 0x900262) is known color: Eggplant. HEX triplet: 90, 02 and 62. RGB value is (144,2,98). Sum of RGB (Red+Green+Blue) = 144+2+98=244 (32% of max value = 765). Red value is 144 (56.64% from 255 or 59.02% from 244); Green value is 2 (1.17% from 255 or 0.82% from 244); Blue value is 98 (38.67% from 255 or 40.16% from 244); Max value from RGB is 144 - color contains mainly: red. Hex color #900262 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #900262 is #6FFD9D. Grayscale: #373737. Windows color (decimal): -7339422 or 6423184. OLE color: 6423184.
HSL color Cylindrical-coordinate representation of color #900262: hue angle of 319.44º 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 #900262 is Cyan = 0, Magento = 0.99, Yellow = 0.32 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 2 | 98 | - |
| CMYK | 0 | 0.99 | 0.32 | 0.44 |
| HSL | 319.44º | 0.97% | 0.29% | - |
| HSV(B) | 319.44º | 0.99% | 0.56% | - |
| XYZ | 13.73 | 6.85 | 12.15 | - |
| YUV | 55.4 | 152.04 | 191.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 2 | 98 | 0 | 0.99 | 0.32 | 0.44 | 319.44 | 0.97 | 0.29 |
| Hex | 90 | 2 | 62 | 0 | 63 | 20 | 2C | 13F | 61 | 1D |
| Octal | 220 | 2 | 142 | 0 | 143 | 40 | 54 | 477 | 141 | 35 |
| Binary | 10010000 | 10 | 1100010 | 0 | 1100011 | 100000 | 101100 | 100111111 | 1100001 | 11101 |
Color Harmonies of #900262
Complementary color
Monochromatic Colors of #900262
Black with #900262
Text Example
Text Example
White with #900262
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #900262; }
p { color: rgb(144,2,98); }
H1.HeaderClassName
{
color: #900262;
}
.AnyTagClassName
{
color: #900262;
}
</style>
background-color css
<style>
a { background-color: #900262; }
a { background-color: rgb(144,2,98); }
div.DivClassName
{
background-color: #900262;
}
.BgClassName
{
background-color: #900262;
}
</style>
border-color css
<style>
span { border-color: #900262; }
span { border-color: rgb(144,2,98); }
td.TdClassName
{
border-color: #900262;
}
.TagClassName
{
border-color: #900262;
}
</style>