Shades of Eggplant #9F0372
Tints of Eggplant #9F0372
RGB
CMYK
RGB Variations
Color information
#9F0372 (or 0x9F0372) is known color: Eggplant. HEX triplet: 9F, 03 and 72. RGB value is (159,3,114). Sum of RGB (Red+Green+Blue) = 159+3+114=276 (36% of max value = 765). Red value is 159 (62.5% from 255 or 57.61% from 276); Green value is 3 (1.56% from 255 or 1.09% from 276); Blue value is 114 (44.92% from 255 or 41.30% from 276); Max value from RGB is 159 - color contains mainly: red. Hex color #9F0372 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9F0372 is #60FC8D. Grayscale: #3E3E3E. Windows color (decimal): -6356110 or 7472031. OLE color: 7472031.
HSL color Cylindrical-coordinate representation of color #9F0372: hue angle of 317.31º 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 #9F0372 is Cyan = 0, Magento = 0.98, Yellow = 0.28 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 3 | 114 | - |
| CMYK | 0 | 0.98 | 0.28 | 0.38 |
| HSL | 317.31º | 0.96% | 0.32% | - |
| HSV(B) | 317.31º | 0.98% | 0.62% | - |
| XYZ | 17.37 | 8.65 | 16.67 | - |
| YUV | 62.3 | 157.18 | 196.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 3 | 114 | 0 | 0.98 | 0.28 | 0.38 | 317.31 | 0.96 | 0.32 |
| Hex | 9F | 3 | 72 | 0 | 62 | 1C | 26 | 13D | 60 | 20 |
| Octal | 237 | 3 | 162 | 0 | 142 | 34 | 46 | 475 | 140 | 40 |
| Binary | 10011111 | 11 | 1110010 | 0 | 1100010 | 11100 | 100110 | 100111101 | 1100000 | 100000 |
Color Harmonies of #9F0372
Complementary color
Monochromatic Colors of #9F0372
Black with #9F0372
Text Example
Text Example
White with #9F0372
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F0372; }
p { color: rgb(159,3,114); }
H1.HeaderClassName
{
color: #9F0372;
}
.AnyTagClassName
{
color: #9F0372;
}
</style>
background-color css
<style>
a { background-color: #9F0372; }
a { background-color: rgb(159,3,114); }
div.DivClassName
{
background-color: #9F0372;
}
.BgClassName
{
background-color: #9F0372;
}
</style>
border-color css
<style>
span { border-color: #9F0372; }
span { border-color: rgb(159,3,114); }
td.TdClassName
{
border-color: #9F0372;
}
.TagClassName
{
border-color: #9F0372;
}
</style>