Shades of Eggplant #9F127A
Tints of Eggplant #9F127A
RGB
CMYK
RGB Variations
Color information
#9F127A (or 0x9F127A) is known color: Eggplant. HEX triplet: 9F, 12 and 7A. RGB value is (159,18,122). Sum of RGB (Red+Green+Blue) = 159+18+122=299 (39% of max value = 765). Red value is 159 (62.5% from 255 or 53.18% from 299); Green value is 18 (7.42% from 255 or 6.02% from 299); Blue value is 122 (48.05% from 255 or 40.80% from 299); Max value from RGB is 159 - color contains mainly: red. Hex color #9F127A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9F127A is #60ED85. Grayscale: #474747. Windows color (decimal): -6352262 or 8000159. OLE color: 8000159.
HSL color Cylindrical-coordinate representation of color #9F127A: hue angle of 315.74º degrees, saturation: 0.8, 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 #9F127A is Cyan = 0, Magento = 0.89, Yellow = 0.23 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 18 | 122 | - |
| CMYK | 0 | 0.89 | 0.23 | 0.38 |
| HSL | 315.74º | 0.8% | 0.35% | - |
| HSV(B) | 315.74º | 0.89% | 0.62% | - |
| XYZ | 18.03 | 9.21 | 19.24 | - |
| YUV | 72.02 | 156.21 | 190.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 18 | 122 | 0 | 0.89 | 0.23 | 0.38 | 315.74 | 0.8 | 0.35 |
| Hex | 9F | 12 | 7A | 0 | 59 | 17 | 26 | 13C | 50 | 23 |
| Octal | 237 | 22 | 172 | 0 | 131 | 27 | 46 | 474 | 120 | 43 |
| Binary | 10011111 | 10010 | 1111010 | 0 | 1011001 | 10111 | 100110 | 100111100 | 1010000 | 100011 |
Color Harmonies of #9F127A
Complementary color
Monochromatic Colors of #9F127A
Black with #9F127A
Text Example
Text Example
White with #9F127A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F127A; }
p { color: rgb(159,18,122); }
H1.HeaderClassName
{
color: #9F127A;
}
.AnyTagClassName
{
color: #9F127A;
}
</style>
background-color css
<style>
a { background-color: #9F127A; }
a { background-color: rgb(159,18,122); }
div.DivClassName
{
background-color: #9F127A;
}
.BgClassName
{
background-color: #9F127A;
}
</style>
border-color css
<style>
span { border-color: #9F127A; }
span { border-color: rgb(159,18,122); }
td.TdClassName
{
border-color: #9F127A;
}
.TagClassName
{
border-color: #9F127A;
}
</style>