Shades of Eggplant #9F016C
Tints of Eggplant #9F016C
RGB
CMYK
RGB Variations
Color information
#9F016C (or 0x9F016C) is known color: Eggplant. HEX triplet: 9F, 01 and 6C. RGB value is (159,1,108). Sum of RGB (Red+Green+Blue) = 159+1+108=268 (35% of max value = 765). Red value is 159 (62.5% from 255 or 59.33% from 268); Green value is 1 (0.78% from 255 or 0.37% from 268); Blue value is 108 (42.58% from 255 or 40.30% from 268); Max value from RGB is 159 - color contains mainly: red. Hex color #9F016C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9F016C is #60FE93. Grayscale: #3C3C3C. Windows color (decimal): -6356628 or 7078303. OLE color: 7078303.
HSL color Cylindrical-coordinate representation of color #9F016C: hue angle of 319.37º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9F016C is Cyan = 0, Magento = 0.99, Yellow = 0.32 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 1 | 108 | - |
| CMYK | 0 | 0.99 | 0.32 | 0.38 |
| HSL | 319.37º | 0.99% | 0.31% | - |
| HSV(B) | 319.37º | 0.99% | 0.62% | - |
| XYZ | 17.02 | 8.48 | 14.93 | - |
| YUV | 60.44 | 154.85 | 198.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 1 | 108 | 0 | 0.99 | 0.32 | 0.38 | 319.37 | 0.99 | 0.31 |
| Hex | 9F | 1 | 6C | 0 | 63 | 20 | 26 | 13F | 63 | 1F |
| Octal | 237 | 1 | 154 | 0 | 143 | 40 | 46 | 477 | 143 | 37 |
| Binary | 10011111 | 1 | 1101100 | 0 | 1100011 | 100000 | 100110 | 100111111 | 1100011 | 11111 |
Color Harmonies of #9F016C
Complementary color
Monochromatic Colors of #9F016C
Black with #9F016C
Text Example
Text Example
White with #9F016C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F016C; }
p { color: rgb(159,1,108); }
H1.HeaderClassName
{
color: #9F016C;
}
.AnyTagClassName
{
color: #9F016C;
}
</style>
background-color css
<style>
a { background-color: #9F016C; }
a { background-color: rgb(159,1,108); }
div.DivClassName
{
background-color: #9F016C;
}
.BgClassName
{
background-color: #9F016C;
}
</style>
border-color css
<style>
span { border-color: #9F016C; }
span { border-color: rgb(159,1,108); }
td.TdClassName
{
border-color: #9F016C;
}
.TagClassName
{
border-color: #9F016C;
}
</style>