Shades of Eggplant #9F0677
Tints of Eggplant #9F0677
RGB
CMYK
RGB Variations
Color information
#9F0677 (or 0x9F0677) is known color: Eggplant. HEX triplet: 9F, 06 and 77. RGB value is (159,6,119). Sum of RGB (Red+Green+Blue) = 159+6+119=284 (37% of max value = 765). Red value is 159 (62.5% from 255 or 55.99% from 284); Green value is 6 (2.73% from 255 or 2.11% from 284); Blue value is 119 (46.88% from 255 or 41.90% from 284); Max value from RGB is 159 - color contains mainly: red. Hex color #9F0677 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9F0677 is #60F988. Grayscale: #404040. Windows color (decimal): -6355337 or 7800479. OLE color: 7800479.
HSL color Cylindrical-coordinate representation of color #9F0677: hue angle of 315.69º degrees, saturation: 0.93, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9F0677 is Cyan = 0, Magento = 0.96, Yellow = 0.25 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 6 | 119 | - |
| CMYK | 0 | 0.96 | 0.25 | 0.38 |
| HSL | 315.69º | 0.93% | 0.32% | - |
| HSV(B) | 315.69º | 0.96% | 0.62% | - |
| XYZ | 17.69 | 8.83 | 18.23 | - |
| YUV | 64.63 | 158.69 | 195.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 6 | 119 | 0 | 0.96 | 0.25 | 0.38 | 315.69 | 0.93 | 0.32 |
| Hex | 9F | 6 | 77 | 0 | 60 | 19 | 26 | 13C | 5D | 20 |
| Octal | 237 | 6 | 167 | 0 | 140 | 31 | 46 | 474 | 135 | 40 |
| Binary | 10011111 | 110 | 1110111 | 0 | 1100000 | 11001 | 100110 | 100111100 | 1011101 | 100000 |
Color Harmonies of #9F0677
Complementary color
Monochromatic Colors of #9F0677
Black with #9F0677
Text Example
Text Example
White with #9F0677
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F0677; }
p { color: rgb(159,6,119); }
H1.HeaderClassName
{
color: #9F0677;
}
.AnyTagClassName
{
color: #9F0677;
}
</style>
background-color css
<style>
a { background-color: #9F0677; }
a { background-color: rgb(159,6,119); }
div.DivClassName
{
background-color: #9F0677;
}
.BgClassName
{
background-color: #9F0677;
}
</style>
border-color css
<style>
span { border-color: #9F0677; }
span { border-color: rgb(159,6,119); }
td.TdClassName
{
border-color: #9F0677;
}
.TagClassName
{
border-color: #9F0677;
}
</style>