Shades of Eggplant #990166
Tints of Eggplant #990166
RGB
CMYK
RGB Variations
Color information
#990166 (or 0x990166) is known color: Eggplant. HEX triplet: 99, 01 and 66. RGB value is (153,1,102). Sum of RGB (Red+Green+Blue) = 153+1+102=256 (33% of max value = 765). Red value is 153 (60.16% from 255 or 59.77% from 256); Green value is 1 (0.78% from 255 or 0.39% from 256); Blue value is 102 (40.23% from 255 or 39.84% from 256); Max value from RGB is 153 - color contains mainly: red. Hex color #990166 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #990166 is #66FE99. Grayscale: #393939. Windows color (decimal): -6749850 or 6685081. OLE color: 6685081.
HSL color Cylindrical-coordinate representation of color #990166: hue angle of 320.13º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #990166 is Cyan = 0, Magento = 0.99, Yellow = 0.33 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 1 | 102 | - |
| CMYK | 0 | 0.99 | 0.33 | 0.4 |
| HSL | 320.13º | 0.99% | 0.3% | - |
| HSV(B) | 320.13º | 0.99% | 0.6% | - |
| XYZ | 15.55 | 7.75 | 13.25 | - |
| YUV | 57.96 | 152.86 | 195.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 1 | 102 | 0 | 0.99 | 0.33 | 0.4 | 320.13 | 0.99 | 0.3 |
| Hex | 99 | 1 | 66 | 0 | 63 | 21 | 28 | 140 | 63 | 1E |
| Octal | 231 | 1 | 146 | 0 | 143 | 41 | 50 | 500 | 143 | 36 |
| Binary | 10011001 | 1 | 1100110 | 0 | 1100011 | 100001 | 101000 | 101000000 | 1100011 | 11110 |
Color Harmonies of #990166
Complementary color
Monochromatic Colors of #990166
Black with #990166
Text Example
Text Example
White with #990166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #990166; }
p { color: rgb(153,1,102); }
H1.HeaderClassName
{
color: #990166;
}
.AnyTagClassName
{
color: #990166;
}
</style>
background-color css
<style>
a { background-color: #990166; }
a { background-color: rgb(153,1,102); }
div.DivClassName
{
background-color: #990166;
}
.BgClassName
{
background-color: #990166;
}
</style>
border-color css
<style>
span { border-color: #990166; }
span { border-color: rgb(153,1,102); }
td.TdClassName
{
border-color: #990166;
}
.TagClassName
{
border-color: #990166;
}
</style>