Shades of Eggplant #9F056F
Tints of Eggplant #9F056F
RGB
CMYK
RGB Variations
Color information
#9F056F (or 0x9F056F) is known color: Eggplant. HEX triplet: 9F, 05 and 6F. RGB value is (159,5,111). Sum of RGB (Red+Green+Blue) = 159+5+111=275 (36% of max value = 765). Red value is 159 (62.5% from 255 or 57.82% from 275); Green value is 5 (2.34% from 255 or 1.82% from 275); Blue value is 111 (43.75% from 255 or 40.36% from 275); Max value from RGB is 159 - color contains mainly: red. Hex color #9F056F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9F056F is #60FA90. Grayscale: #3E3E3E. Windows color (decimal): -6355601 or 7275935. OLE color: 7275935.
HSL color Cylindrical-coordinate representation of color #9F056F: hue angle of 318.7º 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 #9F056F is Cyan = 0, Magento = 0.97, Yellow = 0.30 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 5 | 111 | - |
| CMYK | 0 | 0.97 | 0.30 | 0.38 |
| HSL | 318.7º | 0.94% | 0.32% | - |
| HSV(B) | 318.7º | 0.97% | 0.62% | - |
| XYZ | 17.22 | 8.63 | 15.8 | - |
| YUV | 63.13 | 155.02 | 196.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 5 | 111 | 0 | 0.97 | 0.30 | 0.38 | 318.7 | 0.94 | 0.32 |
| Hex | 9F | 5 | 6F | 0 | 61 | 1E | 26 | 13F | 5E | 20 |
| Octal | 237 | 5 | 157 | 0 | 141 | 36 | 46 | 477 | 136 | 40 |
| Binary | 10011111 | 101 | 1101111 | 0 | 1100001 | 11110 | 100110 | 100111111 | 1011110 | 100000 |
Color Harmonies of #9F056F
Complementary color
Monochromatic Colors of #9F056F
Black with #9F056F
Text Example
Text Example
White with #9F056F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F056F; }
p { color: rgb(159,5,111); }
H1.HeaderClassName
{
color: #9F056F;
}
.AnyTagClassName
{
color: #9F056F;
}
</style>
background-color css
<style>
a { background-color: #9F056F; }
a { background-color: rgb(159,5,111); }
div.DivClassName
{
background-color: #9F056F;
}
.BgClassName
{
background-color: #9F056F;
}
</style>
border-color css
<style>
span { border-color: #9F056F; }
span { border-color: rgb(159,5,111); }
td.TdClassName
{
border-color: #9F056F;
}
.TagClassName
{
border-color: #9F056F;
}
</style>