Shades of Eggplant #9F0877
Tints of Eggplant #9F0877
RGB
CMYK
RGB Variations
Color information
#9F0877 (or 0x9F0877) is known color: Eggplant. HEX triplet: 9F, 08 and 77. RGB value is (159,8,119). Sum of RGB (Red+Green+Blue) = 159+8+119=286 (37% of max value = 765). Red value is 159 (62.5% from 255 or 55.59% from 286); Green value is 8 (3.52% from 255 or 2.80% from 286); Blue value is 119 (46.88% from 255 or 41.61% from 286); Max value from RGB is 159 - color contains mainly: red. Hex color #9F0877 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9F0877 is #60F788. Grayscale: #414141. Windows color (decimal): -6354825 or 7800991. OLE color: 7800991.
HSL color Cylindrical-coordinate representation of color #9F0877: hue angle of 315.89º 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 #9F0877 is Cyan = 0, Magento = 0.95, Yellow = 0.25 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 8 | 119 | - |
| CMYK | 0 | 0.95 | 0.25 | 0.38 |
| HSL | 315.89º | 0.9% | 0.33% | - |
| HSV(B) | 315.89º | 0.95% | 0.62% | - |
| XYZ | 17.71 | 8.88 | 18.23 | - |
| YUV | 65.8 | 158.03 | 194.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 8 | 119 | 0 | 0.95 | 0.25 | 0.38 | 315.89 | 0.9 | 0.33 |
| Hex | 9F | 8 | 77 | 0 | 5F | 19 | 26 | 13C | 5A | 21 |
| Octal | 237 | 10 | 167 | 0 | 137 | 31 | 46 | 474 | 132 | 41 |
| Binary | 10011111 | 1000 | 1110111 | 0 | 1011111 | 11001 | 100110 | 100111100 | 1011010 | 100001 |
Color Harmonies of #9F0877
Complementary color
Monochromatic Colors of #9F0877
Black with #9F0877
Text Example
Text Example
White with #9F0877
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F0877; }
p { color: rgb(159,8,119); }
H1.HeaderClassName
{
color: #9F0877;
}
.AnyTagClassName
{
color: #9F0877;
}
</style>
background-color css
<style>
a { background-color: #9F0877; }
a { background-color: rgb(159,8,119); }
div.DivClassName
{
background-color: #9F0877;
}
.BgClassName
{
background-color: #9F0877;
}
</style>
border-color css
<style>
span { border-color: #9F0877; }
span { border-color: rgb(159,8,119); }
td.TdClassName
{
border-color: #9F0877;
}
.TagClassName
{
border-color: #9F0877;
}
</style>