Shades of Eggplant #990B65
Tints of Eggplant #990B65
RGB
CMYK
RGB Variations
Color information
#990B65 (or 0x990B65) is known color: Eggplant. HEX triplet: 99, 0B and 65. RGB value is (153,11,101). Sum of RGB (Red+Green+Blue) = 153+11+101=265 (35% of max value = 765). Red value is 153 (60.16% from 255 or 57.74% from 265); Green value is 11 (4.69% from 255 or 4.15% from 265); Blue value is 101 (39.84% from 255 or 38.11% from 265); Max value from RGB is 153 - color contains mainly: red. Hex color #990B65 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #990B65 is #66F49A. Grayscale: #3F3F3F. Windows color (decimal): -6747291 or 6622105. OLE color: 6622105.
HSL color Cylindrical-coordinate representation of color #990B65: hue angle of 321.97º degrees, saturation: 0.87, 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 #990B65 is Cyan = 0, Magento = 0.93, Yellow = 0.34 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 11 | 101 | - |
| CMYK | 0 | 0.93 | 0.34 | 0.4 |
| HSL | 321.97º | 0.87% | 0.32% | - |
| HSV(B) | 321.97º | 0.93% | 0.6% | - |
| XYZ | 15.61 | 7.95 | 13.02 | - |
| YUV | 63.72 | 149.04 | 191.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 11 | 101 | 0 | 0.93 | 0.34 | 0.4 | 321.97 | 0.87 | 0.32 |
| Hex | 99 | B | 65 | 0 | 5D | 22 | 28 | 142 | 57 | 20 |
| Octal | 231 | 13 | 145 | 0 | 135 | 42 | 50 | 502 | 127 | 40 |
| Binary | 10011001 | 1011 | 1100101 | 0 | 1011101 | 100010 | 101000 | 101000010 | 1010111 | 100000 |
Color Harmonies of #990B65
Complementary color
Monochromatic Colors of #990B65
Black with #990B65
Text Example
Text Example
White with #990B65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #990B65; }
p { color: rgb(153,11,101); }
H1.HeaderClassName
{
color: #990B65;
}
.AnyTagClassName
{
color: #990B65;
}
</style>
background-color css
<style>
a { background-color: #990B65; }
a { background-color: rgb(153,11,101); }
div.DivClassName
{
background-color: #990B65;
}
.BgClassName
{
background-color: #990B65;
}
</style>
border-color css
<style>
span { border-color: #990B65; }
span { border-color: rgb(153,11,101); }
td.TdClassName
{
border-color: #990B65;
}
.TagClassName
{
border-color: #990B65;
}
</style>