Shades of Eggplant #99016F
Tints of Eggplant #99016F
RGB
CMYK
RGB Variations
Color information
#99016F (or 0x99016F) is known color: Eggplant. HEX triplet: 99, 01 and 6F. RGB value is (153,1,111). Sum of RGB (Red+Green+Blue) = 153+1+111=265 (35% of max value = 765). Red value is 153 (60.16% from 255 or 57.74% from 265); Green value is 1 (0.78% from 255 or 0.38% from 265); Blue value is 111 (43.75% from 255 or 41.89% from 265); Max value from RGB is 153 - color contains mainly: red. Hex color #99016F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #99016F is #66FE90. Grayscale: #3A3A3A. Windows color (decimal): -6749841 or 7274905. OLE color: 7274905.
HSL color Cylindrical-coordinate representation of color #99016F: hue angle of 316.58º 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 #99016F is Cyan = 0, Magento = 0.99, Yellow = 0.27 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 1 | 111 | - |
| CMYK | 0 | 0.99 | 0.27 | 0.4 |
| HSL | 316.58º | 0.99% | 0.3% | - |
| HSV(B) | 316.58º | 0.99% | 0.6% | - |
| XYZ | 16.02 | 7.94 | 15.73 | - |
| YUV | 58.99 | 157.36 | 195.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 1 | 111 | 0 | 0.99 | 0.27 | 0.4 | 316.58 | 0.99 | 0.3 |
| Hex | 99 | 1 | 6F | 0 | 63 | 1B | 28 | 13D | 63 | 1E |
| Octal | 231 | 1 | 157 | 0 | 143 | 33 | 50 | 475 | 143 | 36 |
| Binary | 10011001 | 1 | 1101111 | 0 | 1100011 | 11011 | 101000 | 100111101 | 1100011 | 11110 |
Color Harmonies of #99016F
Complementary color
Monochromatic Colors of #99016F
Black with #99016F
Text Example
Text Example
White with #99016F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99016F; }
p { color: rgb(153,1,111); }
H1.HeaderClassName
{
color: #99016F;
}
.AnyTagClassName
{
color: #99016F;
}
</style>
background-color css
<style>
a { background-color: #99016F; }
a { background-color: rgb(153,1,111); }
div.DivClassName
{
background-color: #99016F;
}
.BgClassName
{
background-color: #99016F;
}
</style>
border-color css
<style>
span { border-color: #99016F; }
span { border-color: rgb(153,1,111); }
td.TdClassName
{
border-color: #99016F;
}
.TagClassName
{
border-color: #99016F;
}
</style>