Shades of Eggplant #9F0A78
Tints of Eggplant #9F0A78
RGB
CMYK
RGB Variations
Color information
#9F0A78 (or 0x9F0A78) is known color: Eggplant. HEX triplet: 9F, 0A and 78. RGB value is (159,10,120). Sum of RGB (Red+Green+Blue) = 159+10+120=289 (38% of max value = 765). Red value is 159 (62.5% from 255 or 55.02% from 289); Green value is 10 (4.30% from 255 or 3.46% from 289); Blue value is 120 (47.27% from 255 or 41.52% from 289); Max value from RGB is 159 - color contains mainly: red. Hex color #9F0A78 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9F0A78 is #60F587. Grayscale: #424242. Windows color (decimal): -6354312 or 7867039. OLE color: 7867039.
HSL color Cylindrical-coordinate representation of color #9F0A78: hue angle of 315.7º 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 #9F0A78 is Cyan = 0, Magento = 0.94, Yellow = 0.25 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 10 | 120 | - |
| CMYK | 0 | 0.94 | 0.25 | 0.38 |
| HSL | 315.7º | 0.88% | 0.33% | - |
| HSV(B) | 315.7º | 0.94% | 0.62% | - |
| XYZ | 17.8 | 8.94 | 18.56 | - |
| YUV | 67.09 | 157.86 | 193.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 10 | 120 | 0 | 0.94 | 0.25 | 0.38 | 315.7 | 0.88 | 0.33 |
| Hex | 9F | A | 78 | 0 | 5E | 19 | 26 | 13C | 58 | 21 |
| Octal | 237 | 12 | 170 | 0 | 136 | 31 | 46 | 474 | 130 | 41 |
| Binary | 10011111 | 1010 | 1111000 | 0 | 1011110 | 11001 | 100110 | 100111100 | 1011000 | 100001 |
Color Harmonies of #9F0A78
Complementary color
Monochromatic Colors of #9F0A78
Black with #9F0A78
Text Example
Text Example
White with #9F0A78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F0A78; }
p { color: rgb(159,10,120); }
H1.HeaderClassName
{
color: #9F0A78;
}
.AnyTagClassName
{
color: #9F0A78;
}
</style>
background-color css
<style>
a { background-color: #9F0A78; }
a { background-color: rgb(159,10,120); }
div.DivClassName
{
background-color: #9F0A78;
}
.BgClassName
{
background-color: #9F0A78;
}
</style>
border-color css
<style>
span { border-color: #9F0A78; }
span { border-color: rgb(159,10,120); }
td.TdClassName
{
border-color: #9F0A78;
}
.TagClassName
{
border-color: #9F0A78;
}
</style>