Shades of Eggplant #900077
Tints of Eggplant #900077
RGB
CMYK
RGB Variations
Color information
#900077 (or 0x900077) is known color: Eggplant. HEX triplet: 90, 00 and 77. RGB value is (144,0,119). Sum of RGB (Red+Green+Blue) = 144+0+119=263 (34% of max value = 765). Red value is 144 (56.64% from 255 or 54.75% from 263); Green value is 0 (0.39% from 255 or 0% from 263); Blue value is 119 (46.88% from 255 or 45.25% from 263); Max value from RGB is 144 - color contains mainly: red. Hex color #900077 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #900077 is #6FFF88. Grayscale: #383838. Windows color (decimal): -7339913 or 7798928. OLE color: 7798928.
HSL color Cylindrical-coordinate representation of color #900077: hue angle of 310.42º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 1%. Process color model (Four color, CMYK) of #900077 is Cyan = 0, Magento = 1, Yellow = 0.17 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 0 | 119 | - |
| CMYK | 0 | 1 | 0.17 | 0.44 |
| HSL | 310.42º | 1% | 0.28% | - |
| HSV(B) | 310.42º | 1% | 0.56% | - |
| XYZ | 14.83 | 7.26 | 18.07 | - |
| YUV | 56.62 | 163.21 | 190.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 0 | 119 | 0 | 1 | 0.17 | 0.44 | 310.42 | 1 | 0.28 |
| Hex | 90 | 0 | 77 | 0 | 64 | 11 | 2C | 136 | 64 | 1C |
| Octal | 220 | 0 | 167 | 0 | 144 | 21 | 54 | 466 | 144 | 34 |
| Binary | 10010000 | 0 | 1110111 | 0 | 1100100 | 10001 | 101100 | 100110110 | 1100100 | 11100 |
Color Harmonies of #900077
Complementary color
Monochromatic Colors of #900077
Black with #900077
Text Example
Text Example
White with #900077
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #900077; }
p { color: rgb(144,0,119); }
H1.HeaderClassName
{
color: #900077;
}
.AnyTagClassName
{
color: #900077;
}
</style>
background-color css
<style>
a { background-color: #900077; }
a { background-color: rgb(144,0,119); }
div.DivClassName
{
background-color: #900077;
}
.BgClassName
{
background-color: #900077;
}
</style>
border-color css
<style>
span { border-color: #900077; }
span { border-color: rgb(144,0,119); }
td.TdClassName
{
border-color: #900077;
}
.TagClassName
{
border-color: #900077;
}
</style>