Shades of Eggplant #990963
Tints of Eggplant #990963
RGB
CMYK
RGB Variations
Color information
#990963 (or 0x990963) is known color: Eggplant. HEX triplet: 99, 09 and 63. RGB value is (153,9,99). Sum of RGB (Red+Green+Blue) = 153+9+99=261 (34% of max value = 765). Red value is 153 (60.16% from 255 or 58.62% from 261); Green value is 9 (3.91% from 255 or 3.45% from 261); Blue value is 99 (39.06% from 255 or 37.93% from 261); Max value from RGB is 153 - color contains mainly: red. Hex color #990963 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #990963 is #66F69C. Grayscale: #3E3E3E. Windows color (decimal): -6747805 or 6490521. OLE color: 6490521.
HSL color Cylindrical-coordinate representation of color #990963: hue angle of 322.5º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #990963 is Cyan = 0, Magento = 0.94, Yellow = 0.35 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 9 | 99 | - |
| CMYK | 0 | 0.94 | 0.35 | 0.4 |
| HSL | 322.5º | 0.89% | 0.32% | - |
| HSV(B) | 322.5º | 0.94% | 0.6% | - |
| XYZ | 15.49 | 7.87 | 12.51 | - |
| YUV | 62.32 | 148.71 | 192.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 9 | 99 | 0 | 0.94 | 0.35 | 0.4 | 322.5 | 0.89 | 0.32 |
| Hex | 99 | 9 | 63 | 0 | 5E | 23 | 28 | 142 | 59 | 20 |
| Octal | 231 | 11 | 143 | 0 | 136 | 43 | 50 | 502 | 131 | 40 |
| Binary | 10011001 | 1001 | 1100011 | 0 | 1011110 | 100011 | 101000 | 101000010 | 1011001 | 100000 |
Color Harmonies of #990963
Complementary color
Monochromatic Colors of #990963
Black with #990963
Text Example
Text Example
White with #990963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #990963; }
p { color: rgb(153,9,99); }
H1.HeaderClassName
{
color: #990963;
}
.AnyTagClassName
{
color: #990963;
}
</style>
background-color css
<style>
a { background-color: #990963; }
a { background-color: rgb(153,9,99); }
div.DivClassName
{
background-color: #990963;
}
.BgClassName
{
background-color: #990963;
}
</style>
border-color css
<style>
span { border-color: #990963; }
span { border-color: rgb(153,9,99); }
td.TdClassName
{
border-color: #990963;
}
.TagClassName
{
border-color: #990963;
}
</style>