Shades of Eggplant #9F106E
Tints of Eggplant #9F106E
RGB
CMYK
RGB Variations
Color information
#9F106E (or 0x9F106E) is known color: Eggplant. HEX triplet: 9F, 10 and 6E. RGB value is (159,16,110). Sum of RGB (Red+Green+Blue) = 159+16+110=285 (37% of max value = 765). Red value is 159 (62.5% from 255 or 55.79% from 285); Green value is 16 (6.64% from 255 or 5.61% from 285); Blue value is 110 (43.36% from 255 or 38.60% from 285); Max value from RGB is 159 - color contains mainly: red. Hex color #9F106E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9F106E is #60EF91. Grayscale: #454545. Windows color (decimal): -6352786 or 7213215. OLE color: 7213215.
HSL color Cylindrical-coordinate representation of color #9F106E: hue angle of 320.56º 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 #9F106E is Cyan = 0, Magento = 0.90, Yellow = 0.31 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 16 | 110 | - |
| CMYK | 0 | 0.90 | 0.31 | 0.38 |
| HSL | 320.56º | 0.82% | 0.34% | - |
| HSV(B) | 320.56º | 0.9% | 0.62% | - |
| XYZ | 17.3 | 8.87 | 15.55 | - |
| YUV | 69.47 | 150.88 | 191.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 16 | 110 | 0 | 0.90 | 0.31 | 0.38 | 320.56 | 0.82 | 0.34 |
| Hex | 9F | 10 | 6E | 0 | 5A | 1F | 26 | 141 | 52 | 22 |
| Octal | 237 | 20 | 156 | 0 | 132 | 37 | 46 | 501 | 122 | 42 |
| Binary | 10011111 | 10000 | 1101110 | 0 | 1011010 | 11111 | 100110 | 101000001 | 1010010 | 100010 |
Color Harmonies of #9F106E
Complementary color
Monochromatic Colors of #9F106E
Black with #9F106E
Text Example
Text Example
White with #9F106E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F106E; }
p { color: rgb(159,16,110); }
H1.HeaderClassName
{
color: #9F106E;
}
.AnyTagClassName
{
color: #9F106E;
}
</style>
background-color css
<style>
a { background-color: #9F106E; }
a { background-color: rgb(159,16,110); }
div.DivClassName
{
background-color: #9F106E;
}
.BgClassName
{
background-color: #9F106E;
}
</style>
border-color css
<style>
span { border-color: #9F106E; }
span { border-color: rgb(159,16,110); }
td.TdClassName
{
border-color: #9F106E;
}
.TagClassName
{
border-color: #9F106E;
}
</style>