Shades of Eggplant #99096E
Tints of Eggplant #99096E
RGB
CMYK
RGB Variations
Color information
#99096E (or 0x99096E) is known color: Eggplant. HEX triplet: 99, 09 and 6E. RGB value is (153,9,110). Sum of RGB (Red+Green+Blue) = 153+9+110=272 (36% of max value = 765). Red value is 153 (60.16% from 255 or 56.25% from 272); Green value is 9 (3.91% from 255 or 3.31% from 272); Blue value is 110 (43.36% from 255 or 40.44% from 272); Max value from RGB is 153 - color contains mainly: red. Hex color #99096E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #99096E is #66F691. Grayscale: #3F3F3F. Windows color (decimal): -6747794 or 7211417. OLE color: 7211417.
HSL color Cylindrical-coordinate representation of color #99096E: hue angle of 317.92º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #99096E is Cyan = 0, Magento = 0.94, Yellow = 0.28 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 9 | 110 | - |
| CMYK | 0 | 0.94 | 0.28 | 0.4 |
| HSL | 317.92º | 0.89% | 0.32% | - |
| HSV(B) | 317.92º | 0.94% | 0.6% | - |
| XYZ | 16.05 | 8.09 | 15.47 | - |
| YUV | 63.57 | 154.21 | 191.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 9 | 110 | 0 | 0.94 | 0.28 | 0.4 | 317.92 | 0.89 | 0.32 |
| Hex | 99 | 9 | 6E | 0 | 5E | 1C | 28 | 13E | 59 | 20 |
| Octal | 231 | 11 | 156 | 0 | 136 | 34 | 50 | 476 | 131 | 40 |
| Binary | 10011001 | 1001 | 1101110 | 0 | 1011110 | 11100 | 101000 | 100111110 | 1011001 | 100000 |
Color Harmonies of #99096E
Complementary color
Monochromatic Colors of #99096E
Black with #99096E
Text Example
Text Example
White with #99096E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99096E; }
p { color: rgb(153,9,110); }
H1.HeaderClassName
{
color: #99096E;
}
.AnyTagClassName
{
color: #99096E;
}
</style>
background-color css
<style>
a { background-color: #99096E; }
a { background-color: rgb(153,9,110); }
div.DivClassName
{
background-color: #99096E;
}
.BgClassName
{
background-color: #99096E;
}
</style>
border-color css
<style>
span { border-color: #99096E; }
span { border-color: rgb(153,9,110); }
td.TdClassName
{
border-color: #99096E;
}
.TagClassName
{
border-color: #99096E;
}
</style>