Shades of Eggplant #9F117A
Tints of Eggplant #9F117A
RGB
CMYK
RGB Variations
Color information
#9F117A (or 0x9F117A) is known color: Eggplant. HEX triplet: 9F, 11 and 7A. RGB value is (159,17,122). Sum of RGB (Red+Green+Blue) = 159+17+122=298 (39% of max value = 765). Red value is 159 (62.5% from 255 or 53.36% from 298); Green value is 17 (7.03% from 255 or 5.70% from 298); Blue value is 122 (48.05% from 255 or 40.94% from 298); Max value from RGB is 159 - color contains mainly: red. Hex color #9F117A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9F117A is #60EE85. Grayscale: #474747. Windows color (decimal): -6352518 or 7999903. OLE color: 7999903.
HSL color Cylindrical-coordinate representation of color #9F117A: hue angle of 315.63º 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 #9F117A is Cyan = 0, Magento = 0.89, Yellow = 0.23 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 17 | 122 | - |
| CMYK | 0 | 0.89 | 0.23 | 0.38 |
| HSL | 315.63º | 0.81% | 0.35% | - |
| HSV(B) | 315.63º | 0.89% | 0.62% | - |
| XYZ | 18.01 | 9.18 | 19.23 | - |
| YUV | 71.43 | 156.54 | 190.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 17 | 122 | 0 | 0.89 | 0.23 | 0.38 | 315.63 | 0.81 | 0.35 |
| Hex | 9F | 11 | 7A | 0 | 59 | 17 | 26 | 13C | 51 | 23 |
| Octal | 237 | 21 | 172 | 0 | 131 | 27 | 46 | 474 | 121 | 43 |
| Binary | 10011111 | 10001 | 1111010 | 0 | 1011001 | 10111 | 100110 | 100111100 | 1010001 | 100011 |
Color Harmonies of #9F117A
Complementary color
Monochromatic Colors of #9F117A
Black with #9F117A
Text Example
Text Example
White with #9F117A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F117A; }
p { color: rgb(159,17,122); }
H1.HeaderClassName
{
color: #9F117A;
}
.AnyTagClassName
{
color: #9F117A;
}
</style>
background-color css
<style>
a { background-color: #9F117A; }
a { background-color: rgb(159,17,122); }
div.DivClassName
{
background-color: #9F117A;
}
.BgClassName
{
background-color: #9F117A;
}
</style>
border-color css
<style>
span { border-color: #9F117A; }
span { border-color: rgb(159,17,122); }
td.TdClassName
{
border-color: #9F117A;
}
.TagClassName
{
border-color: #9F117A;
}
</style>