Shades of Eggplant #990168
Tints of Eggplant #990168
RGB
CMYK
RGB Variations
Color information
#990168 (or 0x990168) is known color: Eggplant. HEX triplet: 99, 01 and 68. RGB value is (153,1,104). Sum of RGB (Red+Green+Blue) = 153+1+104=258 (34% of max value = 765). Red value is 153 (60.16% from 255 or 59.30% from 258); Green value is 1 (0.78% from 255 or 0.39% from 258); Blue value is 104 (41.02% from 255 or 40.31% from 258); Max value from RGB is 153 - color contains mainly: red. Hex color #990168 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #990168 is #66FE97. Grayscale: #393939. Windows color (decimal): -6749848 or 6816153. OLE color: 6816153.
HSL color Cylindrical-coordinate representation of color #990168: hue angle of 319.34º 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 #990168 is Cyan = 0, Magento = 0.99, Yellow = 0.32 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 1 | 104 | - |
| CMYK | 0 | 0.99 | 0.32 | 0.4 |
| HSL | 319.34º | 0.99% | 0.3% | - |
| HSV(B) | 319.34º | 0.99% | 0.6% | - |
| XYZ | 15.65 | 7.79 | 13.78 | - |
| YUV | 58.19 | 153.86 | 195.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 1 | 104 | 0 | 0.99 | 0.32 | 0.4 | 319.34 | 0.99 | 0.3 |
| Hex | 99 | 1 | 68 | 0 | 63 | 20 | 28 | 13F | 63 | 1E |
| Octal | 231 | 1 | 150 | 0 | 143 | 40 | 50 | 477 | 143 | 36 |
| Binary | 10011001 | 1 | 1101000 | 0 | 1100011 | 100000 | 101000 | 100111111 | 1100011 | 11110 |
Color Harmonies of #990168
Complementary color
Monochromatic Colors of #990168
Black with #990168
Text Example
Text Example
White with #990168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #990168; }
p { color: rgb(153,1,104); }
H1.HeaderClassName
{
color: #990168;
}
.AnyTagClassName
{
color: #990168;
}
</style>
background-color css
<style>
a { background-color: #990168; }
a { background-color: rgb(153,1,104); }
div.DivClassName
{
background-color: #990168;
}
.BgClassName
{
background-color: #990168;
}
</style>
border-color css
<style>
span { border-color: #990168; }
span { border-color: rgb(153,1,104); }
td.TdClassName
{
border-color: #990168;
}
.TagClassName
{
border-color: #990168;
}
</style>