Shades of Eggplant #9F097F
Tints of Eggplant #9F097F
RGB
CMYK
RGB Variations
Color information
#9F097F (or 0x9F097F) is known color: Eggplant. HEX triplet: 9F, 09 and 7F. RGB value is (159,9,127). Sum of RGB (Red+Green+Blue) = 159+9+127=295 (39% of max value = 765). Red value is 159 (62.5% from 255 or 53.90% from 295); Green value is 9 (3.91% from 255 or 3.05% from 295); Blue value is 127 (50% from 255 or 43.05% from 295); Max value from RGB is 159 - color contains mainly: red. Hex color #9F097F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9F097F is #60F680. Grayscale: #424242. Windows color (decimal): -6354561 or 8325535. OLE color: 8325535.
HSL color Cylindrical-coordinate representation of color #9F097F: hue angle of 312.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 #9F097F is Cyan = 0, Magento = 0.94, Yellow = 0.20 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 9 | 127 | - |
| CMYK | 0 | 0.94 | 0.20 | 0.38 |
| HSL | 312.8º | 0.89% | 0.33% | - |
| HSV(B) | 312.8º | 0.94% | 0.62% | - |
| XYZ | 18.23 | 9.1 | 20.87 | - |
| YUV | 67.3 | 161.7 | 193.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 9 | 127 | 0 | 0.94 | 0.20 | 0.38 | 312.8 | 0.89 | 0.33 |
| Hex | 9F | 9 | 7F | 0 | 5E | 14 | 26 | 139 | 59 | 21 |
| Octal | 237 | 11 | 177 | 0 | 136 | 24 | 46 | 471 | 131 | 41 |
| Binary | 10011111 | 1001 | 1111111 | 0 | 1011110 | 10100 | 100110 | 100111001 | 1011001 | 100001 |
Color Harmonies of #9F097F
Complementary color
Monochromatic Colors of #9F097F
Black with #9F097F
Text Example
Text Example
White with #9F097F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F097F; }
p { color: rgb(159,9,127); }
H1.HeaderClassName
{
color: #9F097F;
}
.AnyTagClassName
{
color: #9F097F;
}
</style>
background-color css
<style>
a { background-color: #9F097F; }
a { background-color: rgb(159,9,127); }
div.DivClassName
{
background-color: #9F097F;
}
.BgClassName
{
background-color: #9F097F;
}
</style>
border-color css
<style>
span { border-color: #9F097F; }
span { border-color: rgb(159,9,127); }
td.TdClassName
{
border-color: #9F097F;
}
.TagClassName
{
border-color: #9F097F;
}
</style>