Shades of Eggplant #9F096E
Tints of Eggplant #9F096E
RGB
CMYK
RGB Variations
Color information
#9F096E (or 0x9F096E) is known color: Eggplant. HEX triplet: 9F, 09 and 6E. RGB value is (159,9,110). Sum of RGB (Red+Green+Blue) = 159+9+110=278 (36% of max value = 765). Red value is 159 (62.5% from 255 or 57.19% from 278); Green value is 9 (3.91% from 255 or 3.24% from 278); Blue value is 110 (43.36% from 255 or 39.57% from 278); Max value from RGB is 159 - color contains mainly: red. Hex color #9F096E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9F096E is #60F691. Grayscale: #414141. Windows color (decimal): -6354578 or 7211423. OLE color: 7211423.
HSL color Cylindrical-coordinate representation of color #9F096E: hue angle of 319.6º 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 #9F096E is Cyan = 0, Magento = 0.94, Yellow = 0.31 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 9 | 110 | - |
| CMYK | 0 | 0.94 | 0.31 | 0.38 |
| HSL | 319.6º | 0.89% | 0.33% | - |
| HSV(B) | 319.6º | 0.94% | 0.62% | - |
| XYZ | 17.21 | 8.69 | 15.52 | - |
| YUV | 65.36 | 153.2 | 194.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 9 | 110 | 0 | 0.94 | 0.31 | 0.38 | 319.6 | 0.89 | 0.33 |
| Hex | 9F | 9 | 6E | 0 | 5E | 1F | 26 | 140 | 59 | 21 |
| Octal | 237 | 11 | 156 | 0 | 136 | 37 | 46 | 500 | 131 | 41 |
| Binary | 10011111 | 1001 | 1101110 | 0 | 1011110 | 11111 | 100110 | 101000000 | 1011001 | 100001 |
Color Harmonies of #9F096E
Complementary color
Monochromatic Colors of #9F096E
Black with #9F096E
Text Example
Text Example
White with #9F096E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F096E; }
p { color: rgb(159,9,110); }
H1.HeaderClassName
{
color: #9F096E;
}
.AnyTagClassName
{
color: #9F096E;
}
</style>
background-color css
<style>
a { background-color: #9F096E; }
a { background-color: rgb(159,9,110); }
div.DivClassName
{
background-color: #9F096E;
}
.BgClassName
{
background-color: #9F096E;
}
</style>
border-color css
<style>
span { border-color: #9F096E; }
span { border-color: rgb(159,9,110); }
td.TdClassName
{
border-color: #9F096E;
}
.TagClassName
{
border-color: #9F096E;
}
</style>