Shades of Eggplant #990477
Tints of Eggplant #990477
RGB
CMYK
RGB Variations
Color information
#990477 (or 0x990477) is known color: Eggplant. HEX triplet: 99, 04 and 77. RGB value is (153,4,119). Sum of RGB (Red+Green+Blue) = 153+4+119=276 (36% of max value = 765). Red value is 153 (60.16% from 255 or 55.43% from 276); Green value is 4 (1.95% from 255 or 1.45% from 276); Blue value is 119 (46.88% from 255 or 43.12% from 276); Max value from RGB is 153 - color contains mainly: red. Hex color #990477 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #990477 is #66FB88. Grayscale: #3D3D3D. Windows color (decimal): -6749065 or 7799961. OLE color: 7799961.
HSL color Cylindrical-coordinate representation of color #990477: hue angle of 313.69º degrees, saturation: 0.95, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #990477 is Cyan = 0, Magento = 0.97, Yellow = 0.22 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 4 | 119 | - |
| CMYK | 0 | 0.97 | 0.22 | 0.4 |
| HSL | 313.69º | 0.95% | 0.31% | - |
| HSV(B) | 313.69º | 0.97% | 0.6% | - |
| XYZ | 16.51 | 8.19 | 18.16 | - |
| YUV | 61.66 | 160.36 | 193.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 4 | 119 | 0 | 0.97 | 0.22 | 0.4 | 313.69 | 0.95 | 0.31 |
| Hex | 99 | 4 | 77 | 0 | 61 | 16 | 28 | 13A | 5F | 1F |
| Octal | 231 | 4 | 167 | 0 | 141 | 26 | 50 | 472 | 137 | 37 |
| Binary | 10011001 | 100 | 1110111 | 0 | 1100001 | 10110 | 101000 | 100111010 | 1011111 | 11111 |
Color Harmonies of #990477
Complementary color
Monochromatic Colors of #990477
Black with #990477
Text Example
Text Example
White with #990477
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #990477; }
p { color: rgb(153,4,119); }
H1.HeaderClassName
{
color: #990477;
}
.AnyTagClassName
{
color: #990477;
}
</style>
background-color css
<style>
a { background-color: #990477; }
a { background-color: rgb(153,4,119); }
div.DivClassName
{
background-color: #990477;
}
.BgClassName
{
background-color: #990477;
}
</style>
border-color css
<style>
span { border-color: #990477; }
span { border-color: rgb(153,4,119); }
td.TdClassName
{
border-color: #990477;
}
.TagClassName
{
border-color: #990477;
}
</style>