Shades of Eggplant #900275
Tints of Eggplant #900275
RGB
CMYK
RGB Variations
Color information
#900275 (or 0x900275) is known color: Eggplant. HEX triplet: 90, 02 and 75. RGB value is (144,2,117). Sum of RGB (Red+Green+Blue) = 144+2+117=263 (34% of max value = 765). Red value is 144 (56.64% from 255 or 54.75% from 263); Green value is 2 (1.17% from 255 or 0.76% from 263); Blue value is 117 (46.09% from 255 or 44.49% from 263); Max value from RGB is 144 - color contains mainly: red. Hex color #900275 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #900275 is #6FFD8A. Grayscale: #393939. Windows color (decimal): -7339403 or 7668368. OLE color: 7668368.
HSL color Cylindrical-coordinate representation of color #900275: hue angle of 311.41º 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 #900275 is Cyan = 0, Magento = 0.99, Yellow = 0.19 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 2 | 117 | - |
| CMYK | 0 | 0.99 | 0.19 | 0.44 |
| HSL | 311.41º | 0.97% | 0.29% | - |
| HSV(B) | 311.41º | 0.99% | 0.56% | - |
| XYZ | 14.73 | 7.26 | 17.45 | - |
| YUV | 57.57 | 161.54 | 189.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 2 | 117 | 0 | 0.99 | 0.19 | 0.44 | 311.41 | 0.97 | 0.29 |
| Hex | 90 | 2 | 75 | 0 | 63 | 13 | 2C | 137 | 61 | 1D |
| Octal | 220 | 2 | 165 | 0 | 143 | 23 | 54 | 467 | 141 | 35 |
| Binary | 10010000 | 10 | 1110101 | 0 | 1100011 | 10011 | 101100 | 100110111 | 1100001 | 11101 |
Color Harmonies of #900275
Complementary color
Monochromatic Colors of #900275
Black with #900275
Text Example
Text Example
White with #900275
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #900275; }
p { color: rgb(144,2,117); }
H1.HeaderClassName
{
color: #900275;
}
.AnyTagClassName
{
color: #900275;
}
</style>
background-color css
<style>
a { background-color: #900275; }
a { background-color: rgb(144,2,117); }
div.DivClassName
{
background-color: #900275;
}
.BgClassName
{
background-color: #900275;
}
</style>
border-color css
<style>
span { border-color: #900275; }
span { border-color: rgb(144,2,117); }
td.TdClassName
{
border-color: #900275;
}
.TagClassName
{
border-color: #900275;
}
</style>