Shades of Eggplant #9F007C
Tints of Eggplant #9F007C
RGB
CMYK
RGB Variations
Color information
#9F007C (or 0x9F007C) is known color: Eggplant. HEX triplet: 9F, 00 and 7C. RGB value is (159,0,124). Sum of RGB (Red+Green+Blue) = 159+0+124=283 (37% of max value = 765). Red value is 159 (62.5% from 255 or 56.18% from 283); Green value is 0 (0.39% from 255 or 0% from 283); Blue value is 124 (48.83% from 255 or 43.82% from 283); Max value from RGB is 159 - color contains mainly: red. Hex color #9F007C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9F007C is #60FF83. Grayscale: #3D3D3D. Windows color (decimal): -6356868 or 8126623. OLE color: 8126623.
HSL color Cylindrical-coordinate representation of color #9F007C: hue angle of 313.21º 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 #9F007C is Cyan = 0, Magento = 1, Yellow = 0.22 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 0 | 124 | - |
| CMYK | 0 | 1 | 0.22 | 0.38 |
| HSL | 313.21º | 1% | 0.31% | - |
| HSV(B) | 313.21º | 1% | 0.62% | - |
| XYZ | 17.94 | 8.83 | 19.83 | - |
| YUV | 61.68 | 163.18 | 197.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 0 | 124 | 0 | 1 | 0.22 | 0.38 | 313.21 | 1 | 0.31 |
| Hex | 9F | 0 | 7C | 0 | 64 | 16 | 26 | 139 | 64 | 1F |
| Octal | 237 | 0 | 174 | 0 | 144 | 26 | 46 | 471 | 144 | 37 |
| Binary | 10011111 | 0 | 1111100 | 0 | 1100100 | 10110 | 100110 | 100111001 | 1100100 | 11111 |
Color Harmonies of #9F007C
Complementary color
Monochromatic Colors of #9F007C
Black with #9F007C
Text Example
Text Example
White with #9F007C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F007C; }
p { color: rgb(159,0,124); }
H1.HeaderClassName
{
color: #9F007C;
}
.AnyTagClassName
{
color: #9F007C;
}
</style>
background-color css
<style>
a { background-color: #9F007C; }
a { background-color: rgb(159,0,124); }
div.DivClassName
{
background-color: #9F007C;
}
.BgClassName
{
background-color: #9F007C;
}
</style>
border-color css
<style>
span { border-color: #9F007C; }
span { border-color: rgb(159,0,124); }
td.TdClassName
{
border-color: #9F007C;
}
.TagClassName
{
border-color: #9F007C;
}
</style>