Shades of Eggplant #9F1571
Tints of Eggplant #9F1571
RGB
CMYK
RGB Variations
Color information
#9F1571 (or 0x9F1571) is known color: Eggplant. HEX triplet: 9F, 15 and 71. RGB value is (159,21,113). Sum of RGB (Red+Green+Blue) = 159+21+113=293 (38% of max value = 765). Red value is 159 (62.5% from 255 or 54.27% from 293); Green value is 21 (8.59% from 255 or 7.17% from 293); Blue value is 113 (44.53% from 255 or 38.57% from 293); Max value from RGB is 159 - color contains mainly: red. Hex color #9F1571 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9F1571 is #60EA8E. Grayscale: #484848. Windows color (decimal): -6351503 or 7411103. OLE color: 7411103.
HSL color Cylindrical-coordinate representation of color #9F1571: hue angle of 320º degrees, saturation: 0.77, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #9F1571 is Cyan = 0, Magento = 0.87, Yellow = 0.29 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 21 | 113 | - |
| CMYK | 0 | 0.87 | 0.29 | 0.38 |
| HSL | 320º | 0.77% | 0.35% | - |
| HSV(B) | 320º | 0.87% | 0.62% | - |
| XYZ | 17.55 | 9.1 | 16.45 | - |
| YUV | 72.75 | 150.72 | 189.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 21 | 113 | 0 | 0.87 | 0.29 | 0.38 | 320 | 0.77 | 0.35 |
| Hex | 9F | 15 | 71 | 0 | 57 | 1D | 26 | 140 | 4D | 23 |
| Octal | 237 | 25 | 161 | 0 | 127 | 35 | 46 | 500 | 115 | 43 |
| Binary | 10011111 | 10101 | 1110001 | 0 | 1010111 | 11101 | 100110 | 101000000 | 1001101 | 100011 |
Color Harmonies of #9F1571
Complementary color
Monochromatic Colors of #9F1571
Black with #9F1571
Text Example
Text Example
White with #9F1571
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F1571; }
p { color: rgb(159,21,113); }
H1.HeaderClassName
{
color: #9F1571;
}
.AnyTagClassName
{
color: #9F1571;
}
</style>
background-color css
<style>
a { background-color: #9F1571; }
a { background-color: rgb(159,21,113); }
div.DivClassName
{
background-color: #9F1571;
}
.BgClassName
{
background-color: #9F1571;
}
</style>
border-color css
<style>
span { border-color: #9F1571; }
span { border-color: rgb(159,21,113); }
td.TdClassName
{
border-color: #9F1571;
}
.TagClassName
{
border-color: #9F1571;
}
</style>