Shades of Eggplant #9F0570
Tints of Eggplant #9F0570
RGB
CMYK
RGB Variations
Color information
#9F0570 (or 0x9F0570) is known color: Eggplant. HEX triplet: 9F, 05 and 70. RGB value is (159,5,112). Sum of RGB (Red+Green+Blue) = 159+5+112=276 (36% of max value = 765). Red value is 159 (62.5% from 255 or 57.61% from 276); Green value is 5 (2.34% from 255 or 1.81% from 276); Blue value is 112 (44.14% from 255 or 40.58% from 276); Max value from RGB is 159 - color contains mainly: red. Hex color #9F0570 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9F0570 is #60FA8F. Grayscale: #3E3E3E. Windows color (decimal): -6355600 or 7341471. OLE color: 7341471.
HSL color Cylindrical-coordinate representation of color #9F0570: hue angle of 318.31º 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 #9F0570 is Cyan = 0, Magento = 0.97, Yellow = 0.30 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 5 | 112 | - |
| CMYK | 0 | 0.97 | 0.30 | 0.38 |
| HSL | 318.31º | 0.94% | 0.32% | - |
| HSV(B) | 318.31º | 0.97% | 0.62% | - |
| XYZ | 17.28 | 8.65 | 16.09 | - |
| YUV | 63.24 | 155.52 | 196.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 5 | 112 | 0 | 0.97 | 0.30 | 0.38 | 318.31 | 0.94 | 0.32 |
| Hex | 9F | 5 | 70 | 0 | 61 | 1E | 26 | 13E | 5E | 20 |
| Octal | 237 | 5 | 160 | 0 | 141 | 36 | 46 | 476 | 136 | 40 |
| Binary | 10011111 | 101 | 1110000 | 0 | 1100001 | 11110 | 100110 | 100111110 | 1011110 | 100000 |
Color Harmonies of #9F0570
Complementary color
Monochromatic Colors of #9F0570
Black with #9F0570
Text Example
Text Example
White with #9F0570
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F0570; }
p { color: rgb(159,5,112); }
H1.HeaderClassName
{
color: #9F0570;
}
.AnyTagClassName
{
color: #9F0570;
}
</style>
background-color css
<style>
a { background-color: #9F0570; }
a { background-color: rgb(159,5,112); }
div.DivClassName
{
background-color: #9F0570;
}
.BgClassName
{
background-color: #9F0570;
}
</style>
border-color css
<style>
span { border-color: #9F0570; }
span { border-color: rgb(159,5,112); }
td.TdClassName
{
border-color: #9F0570;
}
.TagClassName
{
border-color: #9F0570;
}
</style>