Shades of Eggplant #9F0974
Tints of Eggplant #9F0974
RGB
CMYK
RGB Variations
Color information
#9F0974 (or 0x9F0974) is known color: Eggplant. HEX triplet: 9F, 09 and 74. RGB value is (159,9,116). Sum of RGB (Red+Green+Blue) = 159+9+116=284 (37% of max value = 765). Red value is 159 (62.5% from 255 or 55.99% from 284); Green value is 9 (3.91% from 255 or 3.17% from 284); Blue value is 116 (45.70% from 255 or 40.85% from 284); Max value from RGB is 159 - color contains mainly: red. Hex color #9F0974 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9F0974 is #60F68B. Grayscale: #414141. Windows color (decimal): -6354572 or 7604639. OLE color: 7604639.
HSL color Cylindrical-coordinate representation of color #9F0974: hue angle of 317.2º 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 #9F0974 is Cyan = 0, Magento = 0.94, Yellow = 0.27 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 9 | 116 | - |
| CMYK | 0 | 0.94 | 0.27 | 0.38 |
| HSL | 317.2º | 0.89% | 0.33% | - |
| HSV(B) | 317.2º | 0.94% | 0.62% | - |
| XYZ | 17.55 | 8.83 | 17.3 | - |
| YUV | 66.05 | 156.2 | 194.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 9 | 116 | 0 | 0.94 | 0.27 | 0.38 | 317.2 | 0.89 | 0.33 |
| Hex | 9F | 9 | 74 | 0 | 5E | 1B | 26 | 13D | 59 | 21 |
| Octal | 237 | 11 | 164 | 0 | 136 | 33 | 46 | 475 | 131 | 41 |
| Binary | 10011111 | 1001 | 1110100 | 0 | 1011110 | 11011 | 100110 | 100111101 | 1011001 | 100001 |
Color Harmonies of #9F0974
Complementary color
Monochromatic Colors of #9F0974
Black with #9F0974
Text Example
Text Example
White with #9F0974
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F0974; }
p { color: rgb(159,9,116); }
H1.HeaderClassName
{
color: #9F0974;
}
.AnyTagClassName
{
color: #9F0974;
}
</style>
background-color css
<style>
a { background-color: #9F0974; }
a { background-color: rgb(159,9,116); }
div.DivClassName
{
background-color: #9F0974;
}
.BgClassName
{
background-color: #9F0974;
}
</style>
border-color css
<style>
span { border-color: #9F0974; }
span { border-color: rgb(159,9,116); }
td.TdClassName
{
border-color: #9F0974;
}
.TagClassName
{
border-color: #9F0974;
}
</style>