Shades of Eggplant #900877
Tints of Eggplant #900877
RGB
CMYK
RGB Variations
Color information
#900877 (or 0x900877) is known color: Eggplant. HEX triplet: 90, 08 and 77. RGB value is (144,8,119). Sum of RGB (Red+Green+Blue) = 144+8+119=271 (35% of max value = 765). Red value is 144 (56.64% from 255 or 53.14% from 271); Green value is 8 (3.52% from 255 or 2.95% from 271); Blue value is 119 (46.88% from 255 or 43.91% from 271); Max value from RGB is 144 - color contains mainly: red. Hex color #900877 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #900877 is #6FF788. Grayscale: #3D3D3D. Windows color (decimal): -7337865 or 7800976. OLE color: 7800976.
HSL color Cylindrical-coordinate representation of color #900877: hue angle of 311.03º degrees, saturation: 0.89, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #900877 is Cyan = 0, Magento = 0.94, Yellow = 0.17 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 8 | 119 | - |
| CMYK | 0 | 0.94 | 0.17 | 0.44 |
| HSL | 311.03º | 0.89% | 0.3% | - |
| HSV(B) | 311.03º | 0.94% | 0.56% | - |
| XYZ | 14.92 | 7.43 | 18.1 | - |
| YUV | 61.32 | 160.56 | 186.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 8 | 119 | 0 | 0.94 | 0.17 | 0.44 | 311.03 | 0.89 | 0.3 |
| Hex | 90 | 8 | 77 | 0 | 5E | 11 | 2C | 137 | 59 | 1E |
| Octal | 220 | 10 | 167 | 0 | 136 | 21 | 54 | 467 | 131 | 36 |
| Binary | 10010000 | 1000 | 1110111 | 0 | 1011110 | 10001 | 101100 | 100110111 | 1011001 | 11110 |
Color Harmonies of #900877
Complementary color
Monochromatic Colors of #900877
Black with #900877
Text Example
Text Example
White with #900877
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #900877; }
p { color: rgb(144,8,119); }
H1.HeaderClassName
{
color: #900877;
}
.AnyTagClassName
{
color: #900877;
}
</style>
background-color css
<style>
a { background-color: #900877; }
a { background-color: rgb(144,8,119); }
div.DivClassName
{
background-color: #900877;
}
.BgClassName
{
background-color: #900877;
}
</style>
border-color css
<style>
span { border-color: #900877; }
span { border-color: rgb(144,8,119); }
td.TdClassName
{
border-color: #900877;
}
.TagClassName
{
border-color: #900877;
}
</style>