Shades of Eggplant #9F0170
Tints of Eggplant #9F0170
RGB
CMYK
RGB Variations
Color information
#9F0170 (or 0x9F0170) is known color: Eggplant. HEX triplet: 9F, 01 and 70. RGB value is (159,1,112). Sum of RGB (Red+Green+Blue) = 159+1+112=272 (36% of max value = 765). Red value is 159 (62.5% from 255 or 58.46% from 272); Green value is 1 (0.78% from 255 or 0.37% from 272); Blue value is 112 (44.14% from 255 or 41.18% from 272); Max value from RGB is 159 - color contains mainly: red. Hex color #9F0170 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9F0170 is #60FE8F. Grayscale: #3C3C3C. Windows color (decimal): -6356624 or 7340447. OLE color: 7340447.
HSL color Cylindrical-coordinate representation of color #9F0170: hue angle of 317.85º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9F0170 is Cyan = 0, Magento = 0.99, Yellow = 0.30 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 1 | 112 | - |
| CMYK | 0 | 0.99 | 0.30 | 0.38 |
| HSL | 317.85º | 0.99% | 0.31% | - |
| HSV(B) | 317.85º | 0.99% | 0.62% | - |
| XYZ | 17.23 | 8.56 | 16.07 | - |
| YUV | 60.9 | 156.85 | 197.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 1 | 112 | 0 | 0.99 | 0.30 | 0.38 | 317.85 | 0.99 | 0.31 |
| Hex | 9F | 1 | 70 | 0 | 63 | 1E | 26 | 13E | 63 | 1F |
| Octal | 237 | 1 | 160 | 0 | 143 | 36 | 46 | 476 | 143 | 37 |
| Binary | 10011111 | 1 | 1110000 | 0 | 1100011 | 11110 | 100110 | 100111110 | 1100011 | 11111 |
Color Harmonies of #9F0170
Complementary color
Monochromatic Colors of #9F0170
Black with #9F0170
Text Example
Text Example
White with #9F0170
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F0170; }
p { color: rgb(159,1,112); }
H1.HeaderClassName
{
color: #9F0170;
}
.AnyTagClassName
{
color: #9F0170;
}
</style>
background-color css
<style>
a { background-color: #9F0170; }
a { background-color: rgb(159,1,112); }
div.DivClassName
{
background-color: #9F0170;
}
.BgClassName
{
background-color: #9F0170;
}
</style>
border-color css
<style>
span { border-color: #9F0170; }
span { border-color: rgb(159,1,112); }
td.TdClassName
{
border-color: #9F0170;
}
.TagClassName
{
border-color: #9F0170;
}
</style>