Shades of Eggplant #9F107C
Tints of Eggplant #9F107C
RGB
CMYK
RGB Variations
Color information
#9F107C (or 0x9F107C) is known color: Eggplant. HEX triplet: 9F, 10 and 7C. RGB value is (159,16,124). Sum of RGB (Red+Green+Blue) = 159+16+124=299 (39% of max value = 765). Red value is 159 (62.5% from 255 or 53.18% from 299); Green value is 16 (6.64% from 255 or 5.35% from 299); Blue value is 124 (48.83% from 255 or 41.47% from 299); Max value from RGB is 159 - color contains mainly: red. Hex color #9F107C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9F107C is #60EF83. Grayscale: #464646. Windows color (decimal): -6352772 or 8130719. OLE color: 8130719.
HSL color Cylindrical-coordinate representation of color #9F107C: hue angle of 314.69º degrees, saturation: 0.82, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9F107C is Cyan = 0, Magento = 0.90, Yellow = 0.22 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 16 | 124 | - |
| CMYK | 0 | 0.90 | 0.22 | 0.38 |
| HSL | 314.69º | 0.82% | 0.34% | - |
| HSV(B) | 314.69º | 0.9% | 0.62% | - |
| XYZ | 18.12 | 9.2 | 19.89 | - |
| YUV | 71.07 | 157.88 | 190.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 16 | 124 | 0 | 0.90 | 0.22 | 0.38 | 314.69 | 0.82 | 0.34 |
| Hex | 9F | 10 | 7C | 0 | 5A | 16 | 26 | 13B | 52 | 22 |
| Octal | 237 | 20 | 174 | 0 | 132 | 26 | 46 | 473 | 122 | 42 |
| Binary | 10011111 | 10000 | 1111100 | 0 | 1011010 | 10110 | 100110 | 100111011 | 1010010 | 100010 |
Color Harmonies of #9F107C
Complementary color
Monochromatic Colors of #9F107C
Black with #9F107C
Text Example
Text Example
White with #9F107C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F107C; }
p { color: rgb(159,16,124); }
H1.HeaderClassName
{
color: #9F107C;
}
.AnyTagClassName
{
color: #9F107C;
}
</style>
background-color css
<style>
a { background-color: #9F107C; }
a { background-color: rgb(159,16,124); }
div.DivClassName
{
background-color: #9F107C;
}
.BgClassName
{
background-color: #9F107C;
}
</style>
border-color css
<style>
span { border-color: #9F107C; }
span { border-color: rgb(159,16,124); }
td.TdClassName
{
border-color: #9F107C;
}
.TagClassName
{
border-color: #9F107C;
}
</style>