Shades of Eggplant #9F077C
Tints of Eggplant #9F077C
RGB
CMYK
RGB Variations
Color information
#9F077C (or 0x9F077C) is known color: Eggplant. HEX triplet: 9F, 07 and 7C. RGB value is (159,7,124). Sum of RGB (Red+Green+Blue) = 159+7+124=290 (38% of max value = 765). Red value is 159 (62.5% from 255 or 54.83% from 290); Green value is 7 (3.12% from 255 or 2.41% from 290); Blue value is 124 (48.83% from 255 or 42.76% from 290); Max value from RGB is 159 - color contains mainly: red. Hex color #9F077C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9F077C is #60F883. Grayscale: #414141. Windows color (decimal): -6355076 or 8128415. OLE color: 8128415.
HSL color Cylindrical-coordinate representation of color #9F077C: hue angle of 313.82º 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 #9F077C is Cyan = 0, Magento = 0.96, Yellow = 0.22 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 7 | 124 | - |
| CMYK | 0 | 0.96 | 0.22 | 0.38 |
| HSL | 313.82º | 0.92% | 0.33% | - |
| HSV(B) | 313.82º | 0.96% | 0.62% | - |
| XYZ | 18.01 | 8.98 | 19.85 | - |
| YUV | 65.79 | 160.86 | 194.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 7 | 124 | 0 | 0.96 | 0.22 | 0.38 | 313.82 | 0.92 | 0.33 |
| Hex | 9F | 7 | 7C | 0 | 60 | 16 | 26 | 13A | 5C | 21 |
| Octal | 237 | 7 | 174 | 0 | 140 | 26 | 46 | 472 | 134 | 41 |
| Binary | 10011111 | 111 | 1111100 | 0 | 1100000 | 10110 | 100110 | 100111010 | 1011100 | 100001 |
Color Harmonies of #9F077C
Complementary color
Monochromatic Colors of #9F077C
Black with #9F077C
Text Example
Text Example
White with #9F077C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F077C; }
p { color: rgb(159,7,124); }
H1.HeaderClassName
{
color: #9F077C;
}
.AnyTagClassName
{
color: #9F077C;
}
</style>
background-color css
<style>
a { background-color: #9F077C; }
a { background-color: rgb(159,7,124); }
div.DivClassName
{
background-color: #9F077C;
}
.BgClassName
{
background-color: #9F077C;
}
</style>
border-color css
<style>
span { border-color: #9F077C; }
span { border-color: rgb(159,7,124); }
td.TdClassName
{
border-color: #9F077C;
}
.TagClassName
{
border-color: #9F077C;
}
</style>