Shades of Eggplant #9F0975
Tints of Eggplant #9F0975
RGB
CMYK
RGB Variations
Color information
#9F0975 (or 0x9F0975) is known color: Eggplant. HEX triplet: 9F, 09 and 75. RGB value is (159,9,117). Sum of RGB (Red+Green+Blue) = 159+9+117=285 (37% of max value = 765). Red value is 159 (62.5% from 255 or 55.79% from 285); Green value is 9 (3.91% from 255 or 3.16% from 285); Blue value is 117 (46.09% from 255 or 41.05% from 285); Max value from RGB is 159 - color contains mainly: red. Hex color #9F0975 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9F0975 is #60F68A. Grayscale: #414141. Windows color (decimal): -6354571 or 7670175. OLE color: 7670175.
HSL color Cylindrical-coordinate representation of color #9F0975: hue angle of 316.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 #9F0975 is Cyan = 0, Magento = 0.94, Yellow = 0.26 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 9 | 117 | - |
| CMYK | 0 | 0.94 | 0.26 | 0.38 |
| HSL | 316.8º | 0.89% | 0.33% | - |
| HSV(B) | 316.8º | 0.94% | 0.62% | - |
| XYZ | 17.61 | 8.85 | 17.61 | - |
| YUV | 66.16 | 156.7 | 194.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 9 | 117 | 0 | 0.94 | 0.26 | 0.38 | 316.8 | 0.89 | 0.33 |
| Hex | 9F | 9 | 75 | 0 | 5E | 1A | 26 | 13D | 59 | 21 |
| Octal | 237 | 11 | 165 | 0 | 136 | 32 | 46 | 475 | 131 | 41 |
| Binary | 10011111 | 1001 | 1110101 | 0 | 1011110 | 11010 | 100110 | 100111101 | 1011001 | 100001 |
Color Harmonies of #9F0975
Complementary color
Monochromatic Colors of #9F0975
Black with #9F0975
Text Example
Text Example
White with #9F0975
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F0975; }
p { color: rgb(159,9,117); }
H1.HeaderClassName
{
color: #9F0975;
}
.AnyTagClassName
{
color: #9F0975;
}
</style>
background-color css
<style>
a { background-color: #9F0975; }
a { background-color: rgb(159,9,117); }
div.DivClassName
{
background-color: #9F0975;
}
.BgClassName
{
background-color: #9F0975;
}
</style>
border-color css
<style>
span { border-color: #9F0975; }
span { border-color: rgb(159,9,117); }
td.TdClassName
{
border-color: #9F0975;
}
.TagClassName
{
border-color: #9F0975;
}
</style>