Shades of Eggplant #9F037A
Tints of Eggplant #9F037A
RGB
CMYK
RGB Variations
Color information
#9F037A (or 0x9F037A) is known color: Eggplant. HEX triplet: 9F, 03 and 7A. RGB value is (159,3,122). Sum of RGB (Red+Green+Blue) = 159+3+122=284 (37% of max value = 765). Red value is 159 (62.5% from 255 or 55.99% from 284); Green value is 3 (1.56% from 255 or 1.06% from 284); Blue value is 122 (48.05% from 255 or 42.96% from 284); Max value from RGB is 159 - color contains mainly: red. Hex color #9F037A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9F037A is #60FC85. Grayscale: #3E3E3E. Windows color (decimal): -6356102 or 7996319. OLE color: 7996319.
HSL color Cylindrical-coordinate representation of color #9F037A: hue angle of 314.23º degrees, saturation: 0.96, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #9F037A is Cyan = 0, Magento = 0.98, Yellow = 0.23 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 3 | 122 | - |
| CMYK | 0 | 0.98 | 0.23 | 0.38 |
| HSL | 314.23º | 0.96% | 0.32% | - |
| HSV(B) | 314.23º | 0.98% | 0.62% | - |
| XYZ | 17.84 | 8.84 | 19.18 | - |
| YUV | 63.21 | 161.18 | 196.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 3 | 122 | 0 | 0.98 | 0.23 | 0.38 | 314.23 | 0.96 | 0.32 |
| Hex | 9F | 3 | 7A | 0 | 62 | 17 | 26 | 13A | 60 | 20 |
| Octal | 237 | 3 | 172 | 0 | 142 | 27 | 46 | 472 | 140 | 40 |
| Binary | 10011111 | 11 | 1111010 | 0 | 1100010 | 10111 | 100110 | 100111010 | 1100000 | 100000 |
Color Harmonies of #9F037A
Complementary color
Monochromatic Colors of #9F037A
Black with #9F037A
Text Example
Text Example
White with #9F037A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F037A; }
p { color: rgb(159,3,122); }
H1.HeaderClassName
{
color: #9F037A;
}
.AnyTagClassName
{
color: #9F037A;
}
</style>
background-color css
<style>
a { background-color: #9F037A; }
a { background-color: rgb(159,3,122); }
div.DivClassName
{
background-color: #9F037A;
}
.BgClassName
{
background-color: #9F037A;
}
</style>
border-color css
<style>
span { border-color: #9F037A; }
span { border-color: rgb(159,3,122); }
td.TdClassName
{
border-color: #9F037A;
}
.TagClassName
{
border-color: #9F037A;
}
</style>