Shades of Eggplant #9F006C
Tints of Eggplant #9F006C
RGB
CMYK
RGB Variations
Color information
#9F006C (or 0x9F006C) is known color: Eggplant. HEX triplet: 9F, 00 and 6C. RGB value is (159,0,108). Sum of RGB (Red+Green+Blue) = 159+0+108=267 (35% of max value = 765). Red value is 159 (62.5% from 255 or 59.55% from 267); Green value is 0 (0.39% from 255 or 0% from 267); Blue value is 108 (42.58% from 255 or 40.45% from 267); Max value from RGB is 159 - color contains mainly: red. Hex color #9F006C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9F006C is #60FF93. Grayscale: #3B3B3B. Windows color (decimal): -6356884 or 7078047. OLE color: 7078047.
HSL color Cylindrical-coordinate representation of color #9F006C: hue angle of 319.25º 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 #9F006C is Cyan = 0, Magento = 1, Yellow = 0.32 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 0 | 108 | - |
| CMYK | 0 | 1 | 0.32 | 0.38 |
| HSL | 319.25º | 1% | 0.31% | - |
| HSV(B) | 319.25º | 1% | 0.62% | - |
| XYZ | 17 | 8.45 | 14.92 | - |
| YUV | 59.85 | 155.18 | 198.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 0 | 108 | 0 | 1 | 0.32 | 0.38 | 319.25 | 1 | 0.31 |
| Hex | 9F | 0 | 6C | 0 | 64 | 20 | 26 | 13F | 64 | 1F |
| Octal | 237 | 0 | 154 | 0 | 144 | 40 | 46 | 477 | 144 | 37 |
| Binary | 10011111 | 0 | 1101100 | 0 | 1100100 | 100000 | 100110 | 100111111 | 1100100 | 11111 |
Color Harmonies of #9F006C
Complementary color
Monochromatic Colors of #9F006C
Black with #9F006C
Text Example
Text Example
White with #9F006C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F006C; }
p { color: rgb(159,0,108); }
H1.HeaderClassName
{
color: #9F006C;
}
.AnyTagClassName
{
color: #9F006C;
}
</style>
background-color css
<style>
a { background-color: #9F006C; }
a { background-color: rgb(159,0,108); }
div.DivClassName
{
background-color: #9F006C;
}
.BgClassName
{
background-color: #9F006C;
}
</style>
border-color css
<style>
span { border-color: #9F006C; }
span { border-color: rgb(159,0,108); }
td.TdClassName
{
border-color: #9F006C;
}
.TagClassName
{
border-color: #9F006C;
}
</style>