Shades of Eggplant #990965
Tints of Eggplant #990965
RGB
CMYK
RGB Variations
Color information
#990965 (or 0x990965) is known color: Eggplant. HEX triplet: 99, 09 and 65. RGB value is (153,9,101). Sum of RGB (Red+Green+Blue) = 153+9+101=263 (34% of max value = 765). Red value is 153 (60.16% from 255 or 58.17% from 263); Green value is 9 (3.91% from 255 or 3.42% from 263); Blue value is 101 (39.84% from 255 or 38.40% from 263); Max value from RGB is 153 - color contains mainly: red. Hex color #990965 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #990965 is #66F69A. Grayscale: #3E3E3E. Windows color (decimal): -6747803 or 6621593. OLE color: 6621593.
HSL color Cylindrical-coordinate representation of color #990965: hue angle of 321.67º 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 #990965 is Cyan = 0, Magento = 0.94, Yellow = 0.34 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 9 | 101 | - |
| CMYK | 0 | 0.94 | 0.34 | 0.4 |
| HSL | 321.67º | 0.89% | 0.32% | - |
| HSV(B) | 321.67º | 0.94% | 0.6% | - |
| XYZ | 15.58 | 7.91 | 13.02 | - |
| YUV | 62.54 | 149.71 | 192.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 9 | 101 | 0 | 0.94 | 0.34 | 0.4 | 321.67 | 0.89 | 0.32 |
| Hex | 99 | 9 | 65 | 0 | 5E | 22 | 28 | 142 | 59 | 20 |
| Octal | 231 | 11 | 145 | 0 | 136 | 42 | 50 | 502 | 131 | 40 |
| Binary | 10011001 | 1001 | 1100101 | 0 | 1011110 | 100010 | 101000 | 101000010 | 1011001 | 100000 |
Color Harmonies of #990965
Complementary color
Monochromatic Colors of #990965
Black with #990965
Text Example
Text Example
White with #990965
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #990965; }
p { color: rgb(153,9,101); }
H1.HeaderClassName
{
color: #990965;
}
.AnyTagClassName
{
color: #990965;
}
</style>
background-color css
<style>
a { background-color: #990965; }
a { background-color: rgb(153,9,101); }
div.DivClassName
{
background-color: #990965;
}
.BgClassName
{
background-color: #990965;
}
</style>
border-color css
<style>
span { border-color: #990965; }
span { border-color: rgb(153,9,101); }
td.TdClassName
{
border-color: #990965;
}
.TagClassName
{
border-color: #990965;
}
</style>