Shades of Eggplant #9F007A
Tints of Eggplant #9F007A
RGB
CMYK
RGB Variations
Color information
#9F007A (or 0x9F007A) is known color: Eggplant. HEX triplet: 9F, 00 and 7A. RGB value is (159,0,122). Sum of RGB (Red+Green+Blue) = 159+0+122=281 (37% of max value = 765). Red value is 159 (62.5% from 255 or 56.58% from 281); Green value is 0 (0.39% from 255 or 0% from 281); Blue value is 122 (48.05% from 255 or 43.42% from 281); Max value from RGB is 159 - color contains mainly: red. Hex color #9F007A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9F007A is #60FF85. Grayscale: #3D3D3D. Windows color (decimal): -6356870 or 7995551. OLE color: 7995551.
HSL color Cylindrical-coordinate representation of color #9F007A: hue angle of 313.96º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9F007A is Cyan = 0, Magento = 1, Yellow = 0.23 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 0 | 122 | - |
| CMYK | 0 | 1 | 0.23 | 0.38 |
| HSL | 313.96º | 1% | 0.31% | - |
| HSV(B) | 313.96º | 1% | 0.62% | - |
| XYZ | 17.81 | 8.78 | 19.17 | - |
| YUV | 61.45 | 162.18 | 197.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 0 | 122 | 0 | 1 | 0.23 | 0.38 | 313.96 | 1 | 0.31 |
| Hex | 9F | 0 | 7A | 0 | 64 | 17 | 26 | 13A | 64 | 1F |
| Octal | 237 | 0 | 172 | 0 | 144 | 27 | 46 | 472 | 144 | 37 |
| Binary | 10011111 | 0 | 1111010 | 0 | 1100100 | 10111 | 100110 | 100111010 | 1100100 | 11111 |
Color Harmonies of #9F007A
Complementary color
Monochromatic Colors of #9F007A
Black with #9F007A
Text Example
Text Example
White with #9F007A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F007A; }
p { color: rgb(159,0,122); }
H1.HeaderClassName
{
color: #9F007A;
}
.AnyTagClassName
{
color: #9F007A;
}
</style>
background-color css
<style>
a { background-color: #9F007A; }
a { background-color: rgb(159,0,122); }
div.DivClassName
{
background-color: #9F007A;
}
.BgClassName
{
background-color: #9F007A;
}
</style>
border-color css
<style>
span { border-color: #9F007A; }
span { border-color: rgb(159,0,122); }
td.TdClassName
{
border-color: #9F007A;
}
.TagClassName
{
border-color: #9F007A;
}
</style>