Shades of Eggplant #9F106C
Tints of Eggplant #9F106C
RGB
CMYK
RGB Variations
Color information
#9F106C (or 0x9F106C) is known color: Eggplant. HEX triplet: 9F, 10 and 6C. RGB value is (159,16,108). Sum of RGB (Red+Green+Blue) = 159+16+108=283 (37% of max value = 765). Red value is 159 (62.5% from 255 or 56.18% from 283); Green value is 16 (6.64% from 255 or 5.65% from 283); Blue value is 108 (42.58% from 255 or 38.16% from 283); Max value from RGB is 159 - color contains mainly: red. Hex color #9F106C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9F106C is #60EF93. Grayscale: #454545. Windows color (decimal): -6352788 or 7082143. OLE color: 7082143.
HSL color Cylindrical-coordinate representation of color #9F106C: hue angle of 321.4º 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 #9F106C is Cyan = 0, Magento = 0.90, Yellow = 0.32 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 16 | 108 | - |
| CMYK | 0 | 0.90 | 0.32 | 0.38 |
| HSL | 321.4º | 0.82% | 0.34% | - |
| HSV(B) | 321.4º | 0.9% | 0.62% | - |
| XYZ | 17.19 | 8.82 | 14.98 | - |
| YUV | 69.25 | 149.88 | 192.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 16 | 108 | 0 | 0.90 | 0.32 | 0.38 | 321.4 | 0.82 | 0.34 |
| Hex | 9F | 10 | 6C | 0 | 5A | 20 | 26 | 141 | 52 | 22 |
| Octal | 237 | 20 | 154 | 0 | 132 | 40 | 46 | 501 | 122 | 42 |
| Binary | 10011111 | 10000 | 1101100 | 0 | 1011010 | 100000 | 100110 | 101000001 | 1010010 | 100010 |
Color Harmonies of #9F106C
Complementary color
Monochromatic Colors of #9F106C
Black with #9F106C
Text Example
Text Example
White with #9F106C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F106C; }
p { color: rgb(159,16,108); }
H1.HeaderClassName
{
color: #9F106C;
}
.AnyTagClassName
{
color: #9F106C;
}
</style>
background-color css
<style>
a { background-color: #9F106C; }
a { background-color: rgb(159,16,108); }
div.DivClassName
{
background-color: #9F106C;
}
.BgClassName
{
background-color: #9F106C;
}
</style>
border-color css
<style>
span { border-color: #9F106C; }
span { border-color: rgb(159,16,108); }
td.TdClassName
{
border-color: #9F106C;
}
.TagClassName
{
border-color: #9F106C;
}
</style>