Shades of Eggplant #9F106D
Tints of Eggplant #9F106D
RGB
CMYK
RGB Variations
Color information
#9F106D (or 0x9F106D) is known color: Eggplant. HEX triplet: 9F, 10 and 6D. RGB value is (159,16,109). Sum of RGB (Red+Green+Blue) = 159+16+109=284 (37% of max value = 765). Red value is 159 (62.5% from 255 or 55.99% from 284); Green value is 16 (6.64% from 255 or 5.63% from 284); Blue value is 109 (42.97% from 255 or 38.38% from 284); Max value from RGB is 159 - color contains mainly: red. Hex color #9F106D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9F106D is #60EF92. Grayscale: #454545. Windows color (decimal): -6352787 or 7147679. OLE color: 7147679.
HSL color Cylindrical-coordinate representation of color #9F106D: hue angle of 320.98º 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 #9F106D is Cyan = 0, Magento = 0.90, Yellow = 0.31 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 16 | 109 | - |
| CMYK | 0 | 0.90 | 0.31 | 0.38 |
| HSL | 320.98º | 0.82% | 0.34% | - |
| HSV(B) | 320.98º | 0.9% | 0.62% | - |
| XYZ | 17.24 | 8.85 | 15.27 | - |
| YUV | 69.36 | 150.38 | 191.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 16 | 109 | 0 | 0.90 | 0.31 | 0.38 | 320.98 | 0.82 | 0.34 |
| Hex | 9F | 10 | 6D | 0 | 5A | 1F | 26 | 141 | 52 | 22 |
| Octal | 237 | 20 | 155 | 0 | 132 | 37 | 46 | 501 | 122 | 42 |
| Binary | 10011111 | 10000 | 1101101 | 0 | 1011010 | 11111 | 100110 | 101000001 | 1010010 | 100010 |
Color Harmonies of #9F106D
Complementary color
Monochromatic Colors of #9F106D
Black with #9F106D
Text Example
Text Example
White with #9F106D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F106D; }
p { color: rgb(159,16,109); }
H1.HeaderClassName
{
color: #9F106D;
}
.AnyTagClassName
{
color: #9F106D;
}
</style>
background-color css
<style>
a { background-color: #9F106D; }
a { background-color: rgb(159,16,109); }
div.DivClassName
{
background-color: #9F106D;
}
.BgClassName
{
background-color: #9F106D;
}
</style>
border-color css
<style>
span { border-color: #9F106D; }
span { border-color: rgb(159,16,109); }
td.TdClassName
{
border-color: #9F106D;
}
.TagClassName
{
border-color: #9F106D;
}
</style>