Shades of Eggplant #9F126F
Tints of Eggplant #9F126F
RGB
CMYK
RGB Variations
Color information
#9F126F (or 0x9F126F) is known color: Eggplant. HEX triplet: 9F, 12 and 6F. RGB value is (159,18,111). Sum of RGB (Red+Green+Blue) = 159+18+111=288 (38% of max value = 765). Red value is 159 (62.5% from 255 or 55.21% from 288); Green value is 18 (7.42% from 255 or 6.25% from 288); Blue value is 111 (43.75% from 255 or 38.54% from 288); Max value from RGB is 159 - color contains mainly: red. Hex color #9F126F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9F126F is #60ED90. Grayscale: #464646. Windows color (decimal): -6352273 or 7279263. OLE color: 7279263.
HSL color Cylindrical-coordinate representation of color #9F126F: hue angle of 320.43º 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 #9F126F is Cyan = 0, Magento = 0.89, Yellow = 0.30 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 18 | 111 | - |
| CMYK | 0 | 0.89 | 0.30 | 0.38 |
| HSL | 320.43º | 0.8% | 0.35% | - |
| HSV(B) | 320.43º | 0.89% | 0.62% | - |
| XYZ | 17.38 | 8.95 | 15.85 | - |
| YUV | 70.76 | 150.71 | 190.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 18 | 111 | 0 | 0.89 | 0.30 | 0.38 | 320.43 | 0.8 | 0.35 |
| Hex | 9F | 12 | 6F | 0 | 59 | 1E | 26 | 140 | 50 | 23 |
| Octal | 237 | 22 | 157 | 0 | 131 | 36 | 46 | 500 | 120 | 43 |
| Binary | 10011111 | 10010 | 1101111 | 0 | 1011001 | 11110 | 100110 | 101000000 | 1010000 | 100011 |
Color Harmonies of #9F126F
Complementary color
Monochromatic Colors of #9F126F
Black with #9F126F
Text Example
Text Example
White with #9F126F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F126F; }
p { color: rgb(159,18,111); }
H1.HeaderClassName
{
color: #9F126F;
}
.AnyTagClassName
{
color: #9F126F;
}
</style>
background-color css
<style>
a { background-color: #9F126F; }
a { background-color: rgb(159,18,111); }
div.DivClassName
{
background-color: #9F126F;
}
.BgClassName
{
background-color: #9F126F;
}
</style>
border-color css
<style>
span { border-color: #9F126F; }
span { border-color: rgb(159,18,111); }
td.TdClassName
{
border-color: #9F126F;
}
.TagClassName
{
border-color: #9F126F;
}
</style>