Shades of Eggplant #9F0A7C
Tints of Eggplant #9F0A7C
RGB
CMYK
RGB Variations
Color information
#9F0A7C (or 0x9F0A7C) is known color: Eggplant. HEX triplet: 9F, 0A and 7C. RGB value is (159,10,124). Sum of RGB (Red+Green+Blue) = 159+10+124=293 (38% of max value = 765). Red value is 159 (62.5% from 255 or 54.27% from 293); Green value is 10 (4.30% from 255 or 3.41% from 293); Blue value is 124 (48.83% from 255 or 42.32% from 293); Max value from RGB is 159 - color contains mainly: red. Hex color #9F0A7C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9F0A7C is #60F583. Grayscale: #434343. Windows color (decimal): -6354308 or 8129183. OLE color: 8129183.
HSL color Cylindrical-coordinate representation of color #9F0A7C: hue angle of 314.09º degrees, saturation: 0.88, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #9F0A7C is Cyan = 0, Magento = 0.94, Yellow = 0.22 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 10 | 124 | - |
| CMYK | 0 | 0.94 | 0.22 | 0.38 |
| HSL | 314.09º | 0.88% | 0.33% | - |
| HSV(B) | 314.09º | 0.94% | 0.62% | - |
| XYZ | 18.04 | 9.04 | 19.86 | - |
| YUV | 67.55 | 159.86 | 193.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 10 | 124 | 0 | 0.94 | 0.22 | 0.38 | 314.09 | 0.88 | 0.33 |
| Hex | 9F | A | 7C | 0 | 5E | 16 | 26 | 13A | 58 | 21 |
| Octal | 237 | 12 | 174 | 0 | 136 | 26 | 46 | 472 | 130 | 41 |
| Binary | 10011111 | 1010 | 1111100 | 0 | 1011110 | 10110 | 100110 | 100111010 | 1011000 | 100001 |
Color Harmonies of #9F0A7C
Complementary color
Monochromatic Colors of #9F0A7C
Black with #9F0A7C
Text Example
Text Example
White with #9F0A7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F0A7C; }
p { color: rgb(159,10,124); }
H1.HeaderClassName
{
color: #9F0A7C;
}
.AnyTagClassName
{
color: #9F0A7C;
}
</style>
background-color css
<style>
a { background-color: #9F0A7C; }
a { background-color: rgb(159,10,124); }
div.DivClassName
{
background-color: #9F0A7C;
}
.BgClassName
{
background-color: #9F0A7C;
}
</style>
border-color css
<style>
span { border-color: #9F0A7C; }
span { border-color: rgb(159,10,124); }
td.TdClassName
{
border-color: #9F0A7C;
}
.TagClassName
{
border-color: #9F0A7C;
}
</style>