Shades of Eggplant #9F076C
Tints of Eggplant #9F076C
RGB
CMYK
RGB Variations
Color information
#9F076C (or 0x9F076C) is known color: Eggplant. HEX triplet: 9F, 07 and 6C. RGB value is (159,7,108). Sum of RGB (Red+Green+Blue) = 159+7+108=274 (36% of max value = 765). Red value is 159 (62.5% from 255 or 58.03% from 274); Green value is 7 (3.12% from 255 or 2.55% from 274); Blue value is 108 (42.58% from 255 or 39.42% from 274); Max value from RGB is 159 - color contains mainly: red. Hex color #9F076C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9F076C is #60F893. Grayscale: #3F3F3F. Windows color (decimal): -6355092 or 7079839. OLE color: 7079839.
HSL color Cylindrical-coordinate representation of color #9F076C: hue angle of 320.13º degrees, saturation: 0.92, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9F076C is Cyan = 0, Magento = 0.96, Yellow = 0.32 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 7 | 108 | - |
| CMYK | 0 | 0.96 | 0.32 | 0.38 |
| HSL | 320.13º | 0.92% | 0.33% | - |
| HSV(B) | 320.13º | 0.96% | 0.62% | - |
| XYZ | 17.08 | 8.61 | 14.95 | - |
| YUV | 63.96 | 152.86 | 195.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 7 | 108 | 0 | 0.96 | 0.32 | 0.38 | 320.13 | 0.92 | 0.33 |
| Hex | 9F | 7 | 6C | 0 | 60 | 20 | 26 | 140 | 5C | 21 |
| Octal | 237 | 7 | 154 | 0 | 140 | 40 | 46 | 500 | 134 | 41 |
| Binary | 10011111 | 111 | 1101100 | 0 | 1100000 | 100000 | 100110 | 101000000 | 1011100 | 100001 |
Color Harmonies of #9F076C
Complementary color
Monochromatic Colors of #9F076C
Black with #9F076C
Text Example
Text Example
White with #9F076C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F076C; }
p { color: rgb(159,7,108); }
H1.HeaderClassName
{
color: #9F076C;
}
.AnyTagClassName
{
color: #9F076C;
}
</style>
background-color css
<style>
a { background-color: #9F076C; }
a { background-color: rgb(159,7,108); }
div.DivClassName
{
background-color: #9F076C;
}
.BgClassName
{
background-color: #9F076C;
}
</style>
border-color css
<style>
span { border-color: #9F076C; }
span { border-color: rgb(159,7,108); }
td.TdClassName
{
border-color: #9F076C;
}
.TagClassName
{
border-color: #9F076C;
}
</style>