Shades of Eggplant #9F087C
Tints of Eggplant #9F087C
RGB
CMYK
RGB Variations
Color information
#9F087C (or 0x9F087C) is known color: Eggplant. HEX triplet: 9F, 08 and 7C. RGB value is (159,8,124). Sum of RGB (Red+Green+Blue) = 159+8+124=291 (38% of max value = 765). Red value is 159 (62.5% from 255 or 54.64% from 291); Green value is 8 (3.52% from 255 or 2.75% from 291); Blue value is 124 (48.83% from 255 or 42.61% from 291); Max value from RGB is 159 - color contains mainly: red. Hex color #9F087C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9F087C is #60F783. Grayscale: #424242. Windows color (decimal): -6354820 or 8128671. OLE color: 8128671.
HSL color Cylindrical-coordinate representation of color #9F087C: hue angle of 313.91º degrees, saturation: 0.9, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #9F087C is Cyan = 0, Magento = 0.95, Yellow = 0.22 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 8 | 124 | - |
| CMYK | 0 | 0.95 | 0.22 | 0.38 |
| HSL | 313.91º | 0.9% | 0.33% | - |
| HSV(B) | 313.91º | 0.95% | 0.62% | - |
| XYZ | 18.02 | 9 | 19.86 | - |
| YUV | 66.37 | 160.53 | 194.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 8 | 124 | 0 | 0.95 | 0.22 | 0.38 | 313.91 | 0.9 | 0.33 |
| Hex | 9F | 8 | 7C | 0 | 5F | 16 | 26 | 13A | 5A | 21 |
| Octal | 237 | 10 | 174 | 0 | 137 | 26 | 46 | 472 | 132 | 41 |
| Binary | 10011111 | 1000 | 1111100 | 0 | 1011111 | 10110 | 100110 | 100111010 | 1011010 | 100001 |
Color Harmonies of #9F087C
Complementary color
Monochromatic Colors of #9F087C
Black with #9F087C
Text Example
Text Example
White with #9F087C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F087C; }
p { color: rgb(159,8,124); }
H1.HeaderClassName
{
color: #9F087C;
}
.AnyTagClassName
{
color: #9F087C;
}
</style>
background-color css
<style>
a { background-color: #9F087C; }
a { background-color: rgb(159,8,124); }
div.DivClassName
{
background-color: #9F087C;
}
.BgClassName
{
background-color: #9F087C;
}
</style>
border-color css
<style>
span { border-color: #9F087C; }
span { border-color: rgb(159,8,124); }
td.TdClassName
{
border-color: #9F087C;
}
.TagClassName
{
border-color: #9F087C;
}
</style>