Shades of Eggplant #9F056E
Tints of Eggplant #9F056E
RGB
CMYK
RGB Variations
Color information
#9F056E (or 0x9F056E) is known color: Eggplant. HEX triplet: 9F, 05 and 6E. RGB value is (159,5,110). Sum of RGB (Red+Green+Blue) = 159+5+110=274 (36% of max value = 765). Red value is 159 (62.5% from 255 or 58.03% from 274); Green value is 5 (2.34% from 255 or 1.82% from 274); Blue value is 110 (43.36% from 255 or 40.15% from 274); Max value from RGB is 159 - color contains mainly: red. Hex color #9F056E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9F056E is #60FA91. Grayscale: #3E3E3E. Windows color (decimal): -6355602 or 7210399. OLE color: 7210399.
HSL color Cylindrical-coordinate representation of color #9F056E: hue angle of 319.09º degrees, saturation: 0.94, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9F056E is Cyan = 0, Magento = 0.97, Yellow = 0.31 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 5 | 110 | - |
| CMYK | 0 | 0.97 | 0.31 | 0.38 |
| HSL | 319.09º | 0.94% | 0.32% | - |
| HSV(B) | 319.09º | 0.97% | 0.62% | - |
| XYZ | 17.17 | 8.61 | 15.51 | - |
| YUV | 63.02 | 154.52 | 196.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 5 | 110 | 0 | 0.97 | 0.31 | 0.38 | 319.09 | 0.94 | 0.32 |
| Hex | 9F | 5 | 6E | 0 | 61 | 1F | 26 | 13F | 5E | 20 |
| Octal | 237 | 5 | 156 | 0 | 141 | 37 | 46 | 477 | 136 | 40 |
| Binary | 10011111 | 101 | 1101110 | 0 | 1100001 | 11111 | 100110 | 100111111 | 1011110 | 100000 |
Color Harmonies of #9F056E
Complementary color
Monochromatic Colors of #9F056E
Black with #9F056E
Text Example
Text Example
White with #9F056E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F056E; }
p { color: rgb(159,5,110); }
H1.HeaderClassName
{
color: #9F056E;
}
.AnyTagClassName
{
color: #9F056E;
}
</style>
background-color css
<style>
a { background-color: #9F056E; }
a { background-color: rgb(159,5,110); }
div.DivClassName
{
background-color: #9F056E;
}
.BgClassName
{
background-color: #9F056E;
}
</style>
border-color css
<style>
span { border-color: #9F056E; }
span { border-color: rgb(159,5,110); }
td.TdClassName
{
border-color: #9F056E;
}
.TagClassName
{
border-color: #9F056E;
}
</style>