Shades of Eggplant #990060
Tints of Eggplant #990060
RGB
CMYK
RGB Variations
Color information
#990060 (or 0x990060) is known color: Eggplant. HEX triplet: 99, 00 and 60. RGB value is (153,0,96). Sum of RGB (Red+Green+Blue) = 153+0+96=249 (32% of max value = 765). Red value is 153 (60.16% from 255 or 61.45% from 249); Green value is 0 (0.39% from 255 or 0% from 249); Blue value is 96 (37.89% from 255 or 38.55% from 249); Max value from RGB is 153 - color contains mainly: red. Hex color #990060 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #990060 is #66FF9F. Grayscale: #383838. Windows color (decimal): -6750112 or 6291609. OLE color: 6291609.
HSL color Cylindrical-coordinate representation of color #990060: hue angle of 322.35º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 1%. Process color model (Four color, CMYK) of #990060 is Cyan = 0, Magento = 1, Yellow = 0.37 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 0 | 96 | - |
| CMYK | 0 | 1 | 0.37 | 0.4 |
| HSL | 322.35º | 1% | 0.3% | - |
| HSV(B) | 322.35º | 1% | 0.6% | - |
| XYZ | 15.25 | 7.62 | 11.73 | - |
| YUV | 56.69 | 150.19 | 196.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 0 | 96 | 0 | 1 | 0.37 | 0.4 | 322.35 | 1 | 0.3 |
| Hex | 99 | 0 | 60 | 0 | 64 | 25 | 28 | 142 | 64 | 1E |
| Octal | 231 | 0 | 140 | 0 | 144 | 45 | 50 | 502 | 144 | 36 |
| Binary | 10011001 | 0 | 1100000 | 0 | 1100100 | 100101 | 101000 | 101000010 | 1100100 | 11110 |
Color Harmonies of #990060
Complementary color
Monochromatic Colors of #990060
Black with #990060
Text Example
Text Example
White with #990060
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #990060; }
p { color: rgb(153,0,96); }
H1.HeaderClassName
{
color: #990060;
}
.AnyTagClassName
{
color: #990060;
}
</style>
background-color css
<style>
a { background-color: #990060; }
a { background-color: rgb(153,0,96); }
div.DivClassName
{
background-color: #990060;
}
.BgClassName
{
background-color: #990060;
}
</style>
border-color css
<style>
span { border-color: #990060; }
span { border-color: rgb(153,0,96); }
td.TdClassName
{
border-color: #990060;
}
.TagClassName
{
border-color: #990060;
}
</style>