Shades of Eggplant #9F0179
Tints of Eggplant #9F0179
RGB
CMYK
RGB Variations
Color information
#9F0179 (or 0x9F0179) is known color: Eggplant. HEX triplet: 9F, 01 and 79. RGB value is (159,1,121). Sum of RGB (Red+Green+Blue) = 159+1+121=281 (37% of max value = 765). Red value is 159 (62.5% from 255 or 56.58% from 281); Green value is 1 (0.78% from 255 or 0.36% from 281); Blue value is 121 (47.66% from 255 or 43.06% from 281); Max value from RGB is 159 - color contains mainly: red. Hex color #9F0179 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9F0179 is #60FE86. Grayscale: #3D3D3D. Windows color (decimal): -6356615 or 7930271. OLE color: 7930271.
HSL color Cylindrical-coordinate representation of color #9F0179: hue angle of 314.43º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9F0179 is Cyan = 0, Magento = 0.99, Yellow = 0.24 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 1 | 121 | - |
| CMYK | 0 | 0.99 | 0.24 | 0.38 |
| HSL | 314.43º | 0.99% | 0.31% | - |
| HSV(B) | 314.43º | 0.99% | 0.62% | - |
| XYZ | 17.76 | 8.77 | 18.85 | - |
| YUV | 61.92 | 161.35 | 197.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 1 | 121 | 0 | 0.99 | 0.24 | 0.38 | 314.43 | 0.99 | 0.31 |
| Hex | 9F | 1 | 79 | 0 | 63 | 18 | 26 | 13A | 63 | 1F |
| Octal | 237 | 1 | 171 | 0 | 143 | 30 | 46 | 472 | 143 | 37 |
| Binary | 10011111 | 1 | 1111001 | 0 | 1100011 | 11000 | 100110 | 100111010 | 1100011 | 11111 |
Color Harmonies of #9F0179
Complementary color
Monochromatic Colors of #9F0179
Black with #9F0179
Text Example
Text Example
White with #9F0179
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F0179; }
p { color: rgb(159,1,121); }
H1.HeaderClassName
{
color: #9F0179;
}
.AnyTagClassName
{
color: #9F0179;
}
</style>
background-color css
<style>
a { background-color: #9F0179; }
a { background-color: rgb(159,1,121); }
div.DivClassName
{
background-color: #9F0179;
}
.BgClassName
{
background-color: #9F0179;
}
</style>
border-color css
<style>
span { border-color: #9F0179; }
span { border-color: rgb(159,1,121); }
td.TdClassName
{
border-color: #9F0179;
}
.TagClassName
{
border-color: #9F0179;
}
</style>