Shades of Eggplant #991066
Tints of Eggplant #991066
RGB
CMYK
RGB Variations
Color information
#991066 (or 0x991066) is known color: Eggplant. HEX triplet: 99, 10 and 66. RGB value is (153,16,102). Sum of RGB (Red+Green+Blue) = 153+16+102=271 (35% of max value = 765). Red value is 153 (60.16% from 255 or 56.46% from 271); Green value is 16 (6.64% from 255 or 5.90% from 271); Blue value is 102 (40.23% from 255 or 37.64% from 271); Max value from RGB is 153 - color contains mainly: red. Hex color #991066 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #991066 is #66EF99. Grayscale: #424242. Windows color (decimal): -6746010 or 6688921. OLE color: 6688921.
HSL color Cylindrical-coordinate representation of color #991066: hue angle of 322.34º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #991066 is Cyan = 0, Magento = 0.90, Yellow = 0.33 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 16 | 102 | - |
| CMYK | 0 | 0.90 | 0.33 | 0.4 |
| HSL | 322.34º | 0.81% | 0.33% | - |
| HSV(B) | 322.34º | 0.9% | 0.6% | - |
| XYZ | 15.72 | 8.1 | 13.31 | - |
| YUV | 66.77 | 147.89 | 189.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 16 | 102 | 0 | 0.90 | 0.33 | 0.4 | 322.34 | 0.81 | 0.33 |
| Hex | 99 | 10 | 66 | 0 | 5A | 21 | 28 | 142 | 51 | 21 |
| Octal | 231 | 20 | 146 | 0 | 132 | 41 | 50 | 502 | 121 | 41 |
| Binary | 10011001 | 10000 | 1100110 | 0 | 1011010 | 100001 | 101000 | 101000010 | 1010001 | 100001 |
Color Harmonies of #991066
Complementary color
Monochromatic Colors of #991066
Black with #991066
Text Example
Text Example
White with #991066
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #991066; }
p { color: rgb(153,16,102); }
H1.HeaderClassName
{
color: #991066;
}
.AnyTagClassName
{
color: #991066;
}
</style>
background-color css
<style>
a { background-color: #991066; }
a { background-color: rgb(153,16,102); }
div.DivClassName
{
background-color: #991066;
}
.BgClassName
{
background-color: #991066;
}
</style>
border-color css
<style>
span { border-color: #991066; }
span { border-color: rgb(153,16,102); }
td.TdClassName
{
border-color: #991066;
}
.TagClassName
{
border-color: #991066;
}
</style>