Shades of Eggplant #9F0176
Tints of Eggplant #9F0176
RGB
CMYK
RGB Variations
Color information
#9F0176 (or 0x9F0176) is known color: Eggplant. HEX triplet: 9F, 01 and 76. RGB value is (159,1,118). Sum of RGB (Red+Green+Blue) = 159+1+118=278 (36% of max value = 765). Red value is 159 (62.5% from 255 or 57.19% from 278); Green value is 1 (0.78% from 255 or 0.36% from 278); Blue value is 118 (46.48% from 255 or 42.45% from 278); Max value from RGB is 159 - color contains mainly: red. Hex color #9F0176 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9F0176 is #60FE89. Grayscale: #3D3D3D. Windows color (decimal): -6356618 or 7733663. OLE color: 7733663.
HSL color Cylindrical-coordinate representation of color #9F0176: hue angle of 315.57º 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 #9F0176 is Cyan = 0, Magento = 0.99, Yellow = 0.26 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 1 | 118 | - |
| CMYK | 0 | 0.99 | 0.26 | 0.38 |
| HSL | 315.57º | 0.99% | 0.31% | - |
| HSV(B) | 315.57º | 0.99% | 0.62% | - |
| XYZ | 17.58 | 8.7 | 17.89 | - |
| YUV | 61.58 | 159.85 | 197.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 1 | 118 | 0 | 0.99 | 0.26 | 0.38 | 315.57 | 0.99 | 0.31 |
| Hex | 9F | 1 | 76 | 0 | 63 | 1A | 26 | 13C | 63 | 1F |
| Octal | 237 | 1 | 166 | 0 | 143 | 32 | 46 | 474 | 143 | 37 |
| Binary | 10011111 | 1 | 1110110 | 0 | 1100011 | 11010 | 100110 | 100111100 | 1100011 | 11111 |
Color Harmonies of #9F0176
Complementary color
Monochromatic Colors of #9F0176
Black with #9F0176
Text Example
Text Example
White with #9F0176
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F0176; }
p { color: rgb(159,1,118); }
H1.HeaderClassName
{
color: #9F0176;
}
.AnyTagClassName
{
color: #9F0176;
}
</style>
background-color css
<style>
a { background-color: #9F0176; }
a { background-color: rgb(159,1,118); }
div.DivClassName
{
background-color: #9F0176;
}
.BgClassName
{
background-color: #9F0176;
}
</style>
border-color css
<style>
span { border-color: #9F0176; }
span { border-color: rgb(159,1,118); }
td.TdClassName
{
border-color: #9F0176;
}
.TagClassName
{
border-color: #9F0176;
}
</style>