Shades of Eggplant #9F096C
Tints of Eggplant #9F096C
RGB
CMYK
RGB Variations
Color information
#9F096C (or 0x9F096C) is known color: Eggplant. HEX triplet: 9F, 09 and 6C. RGB value is (159,9,108). Sum of RGB (Red+Green+Blue) = 159+9+108=276 (36% of max value = 765). Red value is 159 (62.5% from 255 or 57.61% from 276); Green value is 9 (3.91% from 255 or 3.26% from 276); Blue value is 108 (42.58% from 255 or 39.13% from 276); Max value from RGB is 159 - color contains mainly: red. Hex color #9F096C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9F096C is #60F693. Grayscale: #404040. Windows color (decimal): -6354580 or 7080351. OLE color: 7080351.
HSL color Cylindrical-coordinate representation of color #9F096C: hue angle of 320.4º 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 #9F096C is Cyan = 0, Magento = 0.94, Yellow = 0.32 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 9 | 108 | - |
| CMYK | 0 | 0.94 | 0.32 | 0.38 |
| HSL | 320.4º | 0.89% | 0.33% | - |
| HSV(B) | 320.4º | 0.94% | 0.62% | - |
| XYZ | 17.1 | 8.65 | 14.96 | - |
| YUV | 65.14 | 152.2 | 194.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 9 | 108 | 0 | 0.94 | 0.32 | 0.38 | 320.4 | 0.89 | 0.33 |
| Hex | 9F | 9 | 6C | 0 | 5E | 20 | 26 | 140 | 59 | 21 |
| Octal | 237 | 11 | 154 | 0 | 136 | 40 | 46 | 500 | 131 | 41 |
| Binary | 10011111 | 1001 | 1101100 | 0 | 1011110 | 100000 | 100110 | 101000000 | 1011001 | 100001 |
Color Harmonies of #9F096C
Complementary color
Monochromatic Colors of #9F096C
Black with #9F096C
Text Example
Text Example
White with #9F096C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F096C; }
p { color: rgb(159,9,108); }
H1.HeaderClassName
{
color: #9F096C;
}
.AnyTagClassName
{
color: #9F096C;
}
</style>
background-color css
<style>
a { background-color: #9F096C; }
a { background-color: rgb(159,9,108); }
div.DivClassName
{
background-color: #9F096C;
}
.BgClassName
{
background-color: #9F096C;
}
</style>
border-color css
<style>
span { border-color: #9F096C; }
span { border-color: rgb(159,9,108); }
td.TdClassName
{
border-color: #9F096C;
}
.TagClassName
{
border-color: #9F096C;
}
</style>