Shades of Eggplant #9F0970
Tints of Eggplant #9F0970
RGB
CMYK
RGB Variations
Color information
#9F0970 (or 0x9F0970) is known color: Eggplant. HEX triplet: 9F, 09 and 70. RGB value is (159,9,112). Sum of RGB (Red+Green+Blue) = 159+9+112=280 (37% of max value = 765). Red value is 159 (62.5% from 255 or 56.79% from 280); Green value is 9 (3.91% from 255 or 3.21% from 280); Blue value is 112 (44.14% from 255 or 40% from 280); Max value from RGB is 159 - color contains mainly: red. Hex color #9F0970 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9F0970 is #60F68F. Grayscale: #414141. Windows color (decimal): -6354576 or 7342495. OLE color: 7342495.
HSL color Cylindrical-coordinate representation of color #9F0970: hue angle of 318.8º degrees, saturation: 0.89, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #9F0970 is Cyan = 0, Magento = 0.94, Yellow = 0.30 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 9 | 112 | - |
| CMYK | 0 | 0.94 | 0.30 | 0.38 |
| HSL | 318.8º | 0.89% | 0.33% | - |
| HSV(B) | 318.8º | 0.94% | 0.62% | - |
| XYZ | 17.32 | 8.74 | 16.1 | - |
| YUV | 65.59 | 154.2 | 194.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 9 | 112 | 0 | 0.94 | 0.30 | 0.38 | 318.8 | 0.89 | 0.33 |
| Hex | 9F | 9 | 70 | 0 | 5E | 1E | 26 | 13F | 59 | 21 |
| Octal | 237 | 11 | 160 | 0 | 136 | 36 | 46 | 477 | 131 | 41 |
| Binary | 10011111 | 1001 | 1110000 | 0 | 1011110 | 11110 | 100110 | 100111111 | 1011001 | 100001 |
Color Harmonies of #9F0970
Complementary color
Monochromatic Colors of #9F0970
Black with #9F0970
Text Example
Text Example
White with #9F0970
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F0970; }
p { color: rgb(159,9,112); }
H1.HeaderClassName
{
color: #9F0970;
}
.AnyTagClassName
{
color: #9F0970;
}
</style>
background-color css
<style>
a { background-color: #9F0970; }
a { background-color: rgb(159,9,112); }
div.DivClassName
{
background-color: #9F0970;
}
.BgClassName
{
background-color: #9F0970;
}
</style>
border-color css
<style>
span { border-color: #9F0970; }
span { border-color: rgb(159,9,112); }
td.TdClassName
{
border-color: #9F0970;
}
.TagClassName
{
border-color: #9F0970;
}
</style>