Shades of Eggplant #990565
Tints of Eggplant #990565
RGB
CMYK
RGB Variations
Color information
#990565 (or 0x990565) is known color: Eggplant. HEX triplet: 99, 05 and 65. RGB value is (153,5,101). Sum of RGB (Red+Green+Blue) = 153+5+101=259 (34% of max value = 765). Red value is 153 (60.16% from 255 or 59.07% from 259); Green value is 5 (2.34% from 255 or 1.93% from 259); Blue value is 101 (39.84% from 255 or 39.00% from 259); Max value from RGB is 153 - color contains mainly: red. Hex color #990565 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #990565 is #66FA9A. Grayscale: #3B3B3B. Windows color (decimal): -6748827 or 6620569. OLE color: 6620569.
HSL color Cylindrical-coordinate representation of color #990565: hue angle of 321.08º degrees, saturation: 0.94, 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 #990565 is Cyan = 0, Magento = 0.97, Yellow = 0.34 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 5 | 101 | - |
| CMYK | 0 | 0.97 | 0.34 | 0.4 |
| HSL | 321.08º | 0.94% | 0.31% | - |
| HSV(B) | 321.08º | 0.97% | 0.6% | - |
| XYZ | 15.54 | 7.82 | 13 | - |
| YUV | 60.2 | 151.03 | 194.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 5 | 101 | 0 | 0.97 | 0.34 | 0.4 | 321.08 | 0.94 | 0.31 |
| Hex | 99 | 5 | 65 | 0 | 61 | 22 | 28 | 141 | 5E | 1F |
| Octal | 231 | 5 | 145 | 0 | 141 | 42 | 50 | 501 | 136 | 37 |
| Binary | 10011001 | 101 | 1100101 | 0 | 1100001 | 100010 | 101000 | 101000001 | 1011110 | 11111 |
Color Harmonies of #990565
Complementary color
Monochromatic Colors of #990565
Black with #990565
Text Example
Text Example
White with #990565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #990565; }
p { color: rgb(153,5,101); }
H1.HeaderClassName
{
color: #990565;
}
.AnyTagClassName
{
color: #990565;
}
</style>
background-color css
<style>
a { background-color: #990565; }
a { background-color: rgb(153,5,101); }
div.DivClassName
{
background-color: #990565;
}
.BgClassName
{
background-color: #990565;
}
</style>
border-color css
<style>
span { border-color: #990565; }
span { border-color: rgb(153,5,101); }
td.TdClassName
{
border-color: #990565;
}
.TagClassName
{
border-color: #990565;
}
</style>