Shades of Eggplant #9F116E
Tints of Eggplant #9F116E
RGB
CMYK
RGB Variations
Color information
#9F116E (or 0x9F116E) is known color: Eggplant. HEX triplet: 9F, 11 and 6E. RGB value is (159,17,110). Sum of RGB (Red+Green+Blue) = 159+17+110=286 (37% of max value = 765). Red value is 159 (62.5% from 255 or 55.59% from 286); Green value is 17 (7.03% from 255 or 5.94% from 286); Blue value is 110 (43.36% from 255 or 38.46% from 286); Max value from RGB is 159 - color contains mainly: red. Hex color #9F116E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9F116E is #60EE91. Grayscale: #454545. Windows color (decimal): -6352530 or 7213471. OLE color: 7213471.
HSL color Cylindrical-coordinate representation of color #9F116E: hue angle of 320.7º degrees, saturation: 0.81, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #9F116E is Cyan = 0, Magento = 0.89, Yellow = 0.31 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 17 | 110 | - |
| CMYK | 0 | 0.89 | 0.31 | 0.38 |
| HSL | 320.7º | 0.81% | 0.35% | - |
| HSV(B) | 320.7º | 0.89% | 0.62% | - |
| XYZ | 17.31 | 8.9 | 15.56 | - |
| YUV | 70.06 | 150.54 | 191.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 17 | 110 | 0 | 0.89 | 0.31 | 0.38 | 320.7 | 0.81 | 0.35 |
| Hex | 9F | 11 | 6E | 0 | 59 | 1F | 26 | 141 | 51 | 23 |
| Octal | 237 | 21 | 156 | 0 | 131 | 37 | 46 | 501 | 121 | 43 |
| Binary | 10011111 | 10001 | 1101110 | 0 | 1011001 | 11111 | 100110 | 101000001 | 1010001 | 100011 |
Color Harmonies of #9F116E
Complementary color
Monochromatic Colors of #9F116E
Black with #9F116E
Text Example
Text Example
White with #9F116E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F116E; }
p { color: rgb(159,17,110); }
H1.HeaderClassName
{
color: #9F116E;
}
.AnyTagClassName
{
color: #9F116E;
}
</style>
background-color css
<style>
a { background-color: #9F116E; }
a { background-color: rgb(159,17,110); }
div.DivClassName
{
background-color: #9F116E;
}
.BgClassName
{
background-color: #9F116E;
}
</style>
border-color css
<style>
span { border-color: #9F116E; }
span { border-color: rgb(159,17,110); }
td.TdClassName
{
border-color: #9F116E;
}
.TagClassName
{
border-color: #9F116E;
}
</style>