Shades of Eggplant #990B66
Tints of Eggplant #990B66
RGB
CMYK
RGB Variations
Color information
#990B66 (or 0x990B66) is known color: Eggplant. HEX triplet: 99, 0B and 66. RGB value is (153,11,102). Sum of RGB (Red+Green+Blue) = 153+11+102=266 (35% of max value = 765). Red value is 153 (60.16% from 255 or 57.52% from 266); Green value is 11 (4.69% from 255 or 4.14% from 266); Blue value is 102 (40.23% from 255 or 38.35% from 266); Max value from RGB is 153 - color contains mainly: red. Hex color #990B66 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #990B66 is #66F499. Grayscale: #3F3F3F. Windows color (decimal): -6747290 or 6687641. OLE color: 6687641.
HSL color Cylindrical-coordinate representation of color #990B66: hue angle of 321.55º 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 #990B66 is Cyan = 0, Magento = 0.93, Yellow = 0.33 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 11 | 102 | - |
| CMYK | 0 | 0.93 | 0.33 | 0.4 |
| HSL | 321.55º | 0.87% | 0.32% | - |
| HSV(B) | 321.55º | 0.93% | 0.6% | - |
| XYZ | 15.65 | 7.97 | 13.28 | - |
| YUV | 63.83 | 149.54 | 191.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 11 | 102 | 0 | 0.93 | 0.33 | 0.4 | 321.55 | 0.87 | 0.32 |
| Hex | 99 | B | 66 | 0 | 5D | 21 | 28 | 142 | 57 | 20 |
| Octal | 231 | 13 | 146 | 0 | 135 | 41 | 50 | 502 | 127 | 40 |
| Binary | 10011001 | 1011 | 1100110 | 0 | 1011101 | 100001 | 101000 | 101000010 | 1010111 | 100000 |
Color Harmonies of #990B66
Complementary color
Monochromatic Colors of #990B66
Black with #990B66
Text Example
Text Example
White with #990B66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #990B66; }
p { color: rgb(153,11,102); }
H1.HeaderClassName
{
color: #990B66;
}
.AnyTagClassName
{
color: #990B66;
}
</style>
background-color css
<style>
a { background-color: #990B66; }
a { background-color: rgb(153,11,102); }
div.DivClassName
{
background-color: #990B66;
}
.BgClassName
{
background-color: #990B66;
}
</style>
border-color css
<style>
span { border-color: #990B66; }
span { border-color: rgb(153,11,102); }
td.TdClassName
{
border-color: #990B66;
}
.TagClassName
{
border-color: #990B66;
}
</style>