Shades of Eggplant #9F057C
Tints of Eggplant #9F057C
RGB
CMYK
RGB Variations
Color information
#9F057C (or 0x9F057C) is known color: Eggplant. HEX triplet: 9F, 05 and 7C. RGB value is (159,5,124). Sum of RGB (Red+Green+Blue) = 159+5+124=288 (38% of max value = 765). Red value is 159 (62.5% from 255 or 55.21% from 288); Green value is 5 (2.34% from 255 or 1.74% from 288); Blue value is 124 (48.83% from 255 or 43.06% from 288); Max value from RGB is 159 - color contains mainly: red. Hex color #9F057C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9F057C is #60FA83. Grayscale: #404040. Windows color (decimal): -6355588 or 8127903. OLE color: 8127903.
HSL color Cylindrical-coordinate representation of color #9F057C: hue angle of 313.64º 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 #9F057C is Cyan = 0, Magento = 0.97, Yellow = 0.22 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 5 | 124 | - |
| CMYK | 0 | 0.97 | 0.22 | 0.38 |
| HSL | 313.64º | 0.94% | 0.32% | - |
| HSV(B) | 313.64º | 0.97% | 0.62% | - |
| XYZ | 17.99 | 8.93 | 19.85 | - |
| YUV | 64.61 | 161.52 | 195.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 5 | 124 | 0 | 0.97 | 0.22 | 0.38 | 313.64 | 0.94 | 0.32 |
| Hex | 9F | 5 | 7C | 0 | 61 | 16 | 26 | 13A | 5E | 20 |
| Octal | 237 | 5 | 174 | 0 | 141 | 26 | 46 | 472 | 136 | 40 |
| Binary | 10011111 | 101 | 1111100 | 0 | 1100001 | 10110 | 100110 | 100111010 | 1011110 | 100000 |
Color Harmonies of #9F057C
Complementary color
Monochromatic Colors of #9F057C
Black with #9F057C
Text Example
Text Example
White with #9F057C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F057C; }
p { color: rgb(159,5,124); }
H1.HeaderClassName
{
color: #9F057C;
}
.AnyTagClassName
{
color: #9F057C;
}
</style>
background-color css
<style>
a { background-color: #9F057C; }
a { background-color: rgb(159,5,124); }
div.DivClassName
{
background-color: #9F057C;
}
.BgClassName
{
background-color: #9F057C;
}
</style>
border-color css
<style>
span { border-color: #9F057C; }
span { border-color: rgb(159,5,124); }
td.TdClassName
{
border-color: #9F057C;
}
.TagClassName
{
border-color: #9F057C;
}
</style>