Shades of Eggplant #990A65
Tints of Eggplant #990A65
RGB
CMYK
RGB Variations
Color information
#990A65 (or 0x990A65) is known color: Eggplant. HEX triplet: 99, 0A and 65. RGB value is (153,10,101). Sum of RGB (Red+Green+Blue) = 153+10+101=264 (34% of max value = 765). Red value is 153 (60.16% from 255 or 57.95% from 264); Green value is 10 (4.30% from 255 or 3.79% from 264); Blue value is 101 (39.84% from 255 or 38.26% from 264); Max value from RGB is 153 - color contains mainly: red. Hex color #990A65 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #990A65 is #66F59A. Grayscale: #3E3E3E. Windows color (decimal): -6747547 or 6621849. OLE color: 6621849.
HSL color Cylindrical-coordinate representation of color #990A65: hue angle of 321.82º degrees, saturation: 0.88, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #990A65 is Cyan = 0, Magento = 0.93, Yellow = 0.34 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 10 | 101 | - |
| CMYK | 0 | 0.93 | 0.34 | 0.4 |
| HSL | 321.82º | 0.88% | 0.32% | - |
| HSV(B) | 321.82º | 0.93% | 0.6% | - |
| XYZ | 15.59 | 7.93 | 13.02 | - |
| YUV | 63.13 | 149.38 | 192.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 10 | 101 | 0 | 0.93 | 0.34 | 0.4 | 321.82 | 0.88 | 0.32 |
| Hex | 99 | A | 65 | 0 | 5D | 22 | 28 | 142 | 58 | 20 |
| Octal | 231 | 12 | 145 | 0 | 135 | 42 | 50 | 502 | 130 | 40 |
| Binary | 10011001 | 1010 | 1100101 | 0 | 1011101 | 100010 | 101000 | 101000010 | 1011000 | 100000 |
Color Harmonies of #990A65
Complementary color
Monochromatic Colors of #990A65
Black with #990A65
Text Example
Text Example
White with #990A65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #990A65; }
p { color: rgb(153,10,101); }
H1.HeaderClassName
{
color: #990A65;
}
.AnyTagClassName
{
color: #990A65;
}
</style>
background-color css
<style>
a { background-color: #990A65; }
a { background-color: rgb(153,10,101); }
div.DivClassName
{
background-color: #990A65;
}
.BgClassName
{
background-color: #990A65;
}
</style>
border-color css
<style>
span { border-color: #990A65; }
span { border-color: rgb(153,10,101); }
td.TdClassName
{
border-color: #990A65;
}
.TagClassName
{
border-color: #990A65;
}
</style>