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