Shades of Eggplant #9F0C7D
Tints of Eggplant #9F0C7D
RGB
CMYK
RGB Variations
Color information
#9F0C7D (or 0x9F0C7D) is known color: Eggplant. HEX triplet: 9F, 0C and 7D. RGB value is (159,12,125). Sum of RGB (Red+Green+Blue) = 159+12+125=296 (39% of max value = 765). Red value is 159 (62.5% from 255 or 53.72% from 296); Green value is 12 (5.08% from 255 or 4.05% from 296); Blue value is 125 (49.22% from 255 or 42.23% from 296); Max value from RGB is 159 - color contains mainly: red. Hex color #9F0C7D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9F0C7D is #60F382. Grayscale: #444444. Windows color (decimal): -6353795 or 8195231. OLE color: 8195231.
HSL color Cylindrical-coordinate representation of color #9F0C7D: hue angle of 313.88º degrees, saturation: 0.86, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9F0C7D is Cyan = 0, Magento = 0.92, Yellow = 0.21 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 12 | 125 | - |
| CMYK | 0 | 0.92 | 0.21 | 0.38 |
| HSL | 313.88º | 0.86% | 0.34% | - |
| HSV(B) | 313.88º | 0.92% | 0.62% | - |
| XYZ | 18.13 | 9.11 | 20.21 | - |
| YUV | 68.84 | 159.7 | 192.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 12 | 125 | 0 | 0.92 | 0.21 | 0.38 | 313.88 | 0.86 | 0.34 |
| Hex | 9F | C | 7D | 0 | 5C | 15 | 26 | 13A | 56 | 22 |
| Octal | 237 | 14 | 175 | 0 | 134 | 25 | 46 | 472 | 126 | 42 |
| Binary | 10011111 | 1100 | 1111101 | 0 | 1011100 | 10101 | 100110 | 100111010 | 1010110 | 100010 |
Color Harmonies of #9F0C7D
Complementary color
Monochromatic Colors of #9F0C7D
Black with #9F0C7D
Text Example
Text Example
White with #9F0C7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F0C7D; }
p { color: rgb(159,12,125); }
H1.HeaderClassName
{
color: #9F0C7D;
}
.AnyTagClassName
{
color: #9F0C7D;
}
</style>
background-color css
<style>
a { background-color: #9F0C7D; }
a { background-color: rgb(159,12,125); }
div.DivClassName
{
background-color: #9F0C7D;
}
.BgClassName
{
background-color: #9F0C7D;
}
</style>
border-color css
<style>
span { border-color: #9F0C7D; }
span { border-color: rgb(159,12,125); }
td.TdClassName
{
border-color: #9F0C7D;
}
.TagClassName
{
border-color: #9F0C7D;
}
</style>