Shades of Eggplant #9F0F70
Tints of Eggplant #9F0F70
RGB
CMYK
RGB Variations
Color information
#9F0F70 (or 0x9F0F70) is known color: Eggplant. HEX triplet: 9F, 0F and 70. RGB value is (159,15,112). Sum of RGB (Red+Green+Blue) = 159+15+112=286 (37% of max value = 765). Red value is 159 (62.5% from 255 or 55.59% from 286); Green value is 15 (6.25% from 255 or 5.24% from 286); Blue value is 112 (44.14% from 255 or 39.16% from 286); Max value from RGB is 159 - color contains mainly: red. Hex color #9F0F70 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9F0F70 is #60F08F. Grayscale: #444444. Windows color (decimal): -6353040 or 7344031. OLE color: 7344031.
HSL color Cylindrical-coordinate representation of color #9F0F70: hue angle of 319.58º degrees, saturation: 0.83, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9F0F70 is Cyan = 0, Magento = 0.91, Yellow = 0.30 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 15 | 112 | - |
| CMYK | 0 | 0.91 | 0.30 | 0.38 |
| HSL | 319.58º | 0.83% | 0.34% | - |
| HSV(B) | 319.58º | 0.91% | 0.62% | - |
| XYZ | 17.39 | 8.88 | 16.13 | - |
| YUV | 69.11 | 152.21 | 192.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 15 | 112 | 0 | 0.91 | 0.30 | 0.38 | 319.58 | 0.83 | 0.34 |
| Hex | 9F | F | 70 | 0 | 5B | 1E | 26 | 140 | 53 | 22 |
| Octal | 237 | 17 | 160 | 0 | 133 | 36 | 46 | 500 | 123 | 42 |
| Binary | 10011111 | 1111 | 1110000 | 0 | 1011011 | 11110 | 100110 | 101000000 | 1010011 | 100010 |
Color Harmonies of #9F0F70
Complementary color
Monochromatic Colors of #9F0F70
Black with #9F0F70
Text Example
Text Example
White with #9F0F70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F0F70; }
p { color: rgb(159,15,112); }
H1.HeaderClassName
{
color: #9F0F70;
}
.AnyTagClassName
{
color: #9F0F70;
}
</style>
background-color css
<style>
a { background-color: #9F0F70; }
a { background-color: rgb(159,15,112); }
div.DivClassName
{
background-color: #9F0F70;
}
.BgClassName
{
background-color: #9F0F70;
}
</style>
border-color css
<style>
span { border-color: #9F0F70; }
span { border-color: rgb(159,15,112); }
td.TdClassName
{
border-color: #9F0F70;
}
.TagClassName
{
border-color: #9F0F70;
}
</style>