Shades of Eggplant #900371
Tints of Eggplant #900371
RGB
CMYK
RGB Variations
Color information
#900371 (or 0x900371) is known color: Eggplant. HEX triplet: 90, 03 and 71. RGB value is (144,3,113). Sum of RGB (Red+Green+Blue) = 144+3+113=260 (34% of max value = 765). Red value is 144 (56.64% from 255 or 55.38% from 260); Green value is 3 (1.56% from 255 or 1.15% from 260); Blue value is 113 (44.53% from 255 or 43.46% from 260); Max value from RGB is 144 - color contains mainly: red. Hex color #900371 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #900371 is #6FFC8E. Grayscale: #393939. Windows color (decimal): -7339151 or 7406480. OLE color: 7406480.
HSL color Cylindrical-coordinate representation of color #900371: hue angle of 313.19º degrees, saturation: 0.96, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #900371 is Cyan = 0, Magento = 0.98, Yellow = 0.22 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 3 | 113 | - |
| CMYK | 0 | 0.98 | 0.22 | 0.44 |
| HSL | 313.19º | 0.96% | 0.29% | - |
| HSV(B) | 313.19º | 0.98% | 0.56% | - |
| XYZ | 14.51 | 7.19 | 16.24 | - |
| YUV | 57.7 | 159.21 | 189.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 3 | 113 | 0 | 0.98 | 0.22 | 0.44 | 313.19 | 0.96 | 0.29 |
| Hex | 90 | 3 | 71 | 0 | 62 | 16 | 2C | 139 | 60 | 1D |
| Octal | 220 | 3 | 161 | 0 | 142 | 26 | 54 | 471 | 140 | 35 |
| Binary | 10010000 | 11 | 1110001 | 0 | 1100010 | 10110 | 101100 | 100111001 | 1100000 | 11101 |
Color Harmonies of #900371
Complementary color
Monochromatic Colors of #900371
Black with #900371
Text Example
Text Example
White with #900371
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #900371; }
p { color: rgb(144,3,113); }
H1.HeaderClassName
{
color: #900371;
}
.AnyTagClassName
{
color: #900371;
}
</style>
background-color css
<style>
a { background-color: #900371; }
a { background-color: rgb(144,3,113); }
div.DivClassName
{
background-color: #900371;
}
.BgClassName
{
background-color: #900371;
}
</style>
border-color css
<style>
span { border-color: #900371; }
span { border-color: rgb(144,3,113); }
td.TdClassName
{
border-color: #900371;
}
.TagClassName
{
border-color: #900371;
}
</style>