Shades of Eggplant #9F0871
Tints of Eggplant #9F0871
RGB
CMYK
RGB Variations
Color information
#9F0871 (or 0x9F0871) is known color: Eggplant. HEX triplet: 9F, 08 and 71. RGB value is (159,8,113). Sum of RGB (Red+Green+Blue) = 159+8+113=280 (37% of max value = 765). Red value is 159 (62.5% from 255 or 56.79% from 280); Green value is 8 (3.52% from 255 or 2.86% from 280); Blue value is 113 (44.53% from 255 or 40.36% from 280); Max value from RGB is 159 - color contains mainly: red. Hex color #9F0871 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9F0871 is #60F78E. Grayscale: #404040. Windows color (decimal): -6354831 or 7407775. OLE color: 7407775.
HSL color Cylindrical-coordinate representation of color #9F0871: hue angle of 318.28º degrees, saturation: 0.9, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #9F0871 is Cyan = 0, Magento = 0.95, Yellow = 0.29 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 8 | 113 | - |
| CMYK | 0 | 0.95 | 0.29 | 0.38 |
| HSL | 318.28º | 0.9% | 0.33% | - |
| HSV(B) | 318.28º | 0.95% | 0.62% | - |
| XYZ | 17.37 | 8.74 | 16.39 | - |
| YUV | 65.12 | 155.03 | 194.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 8 | 113 | 0 | 0.95 | 0.29 | 0.38 | 318.28 | 0.9 | 0.33 |
| Hex | 9F | 8 | 71 | 0 | 5F | 1D | 26 | 13E | 5A | 21 |
| Octal | 237 | 10 | 161 | 0 | 137 | 35 | 46 | 476 | 132 | 41 |
| Binary | 10011111 | 1000 | 1110001 | 0 | 1011111 | 11101 | 100110 | 100111110 | 1011010 | 100001 |
Color Harmonies of #9F0871
Complementary color
Monochromatic Colors of #9F0871
Black with #9F0871
Text Example
Text Example
White with #9F0871
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F0871; }
p { color: rgb(159,8,113); }
H1.HeaderClassName
{
color: #9F0871;
}
.AnyTagClassName
{
color: #9F0871;
}
</style>
background-color css
<style>
a { background-color: #9F0871; }
a { background-color: rgb(159,8,113); }
div.DivClassName
{
background-color: #9F0871;
}
.BgClassName
{
background-color: #9F0871;
}
</style>
border-color css
<style>
span { border-color: #9F0871; }
span { border-color: rgb(159,8,113); }
td.TdClassName
{
border-color: #9F0871;
}
.TagClassName
{
border-color: #9F0871;
}
</style>