Shades of Eggplant #9F017E
Tints of Eggplant #9F017E
RGB
CMYK
RGB Variations
Color information
#9F017E (or 0x9F017E) is known color: Eggplant. HEX triplet: 9F, 01 and 7E. RGB value is (159,1,126). Sum of RGB (Red+Green+Blue) = 159+1+126=286 (37% of max value = 765). Red value is 159 (62.5% from 255 or 55.59% from 286); Green value is 1 (0.78% from 255 or 0.35% from 286); Blue value is 126 (49.61% from 255 or 44.06% from 286); Max value from RGB is 159 - color contains mainly: red. Hex color #9F017E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9F017E is #60FE81. Grayscale: #3E3E3E. Windows color (decimal): -6356610 or 8257951. OLE color: 8257951.
HSL color Cylindrical-coordinate representation of color #9F017E: hue angle of 312.53º 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 #9F017E is Cyan = 0, Magento = 0.99, Yellow = 0.21 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 1 | 126 | - |
| CMYK | 0 | 0.99 | 0.21 | 0.38 |
| HSL | 312.53º | 0.99% | 0.31% | - |
| HSV(B) | 312.53º | 0.99% | 0.62% | - |
| XYZ | 18.07 | 8.9 | 20.5 | - |
| YUV | 62.49 | 163.85 | 196.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 1 | 126 | 0 | 0.99 | 0.21 | 0.38 | 312.53 | 0.99 | 0.31 |
| Hex | 9F | 1 | 7E | 0 | 63 | 15 | 26 | 139 | 63 | 1F |
| Octal | 237 | 1 | 176 | 0 | 143 | 25 | 46 | 471 | 143 | 37 |
| Binary | 10011111 | 1 | 1111110 | 0 | 1100011 | 10101 | 100110 | 100111001 | 1100011 | 11111 |
Color Harmonies of #9F017E
Complementary color
Monochromatic Colors of #9F017E
Black with #9F017E
Text Example
Text Example
White with #9F017E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F017E; }
p { color: rgb(159,1,126); }
H1.HeaderClassName
{
color: #9F017E;
}
.AnyTagClassName
{
color: #9F017E;
}
</style>
background-color css
<style>
a { background-color: #9F017E; }
a { background-color: rgb(159,1,126); }
div.DivClassName
{
background-color: #9F017E;
}
.BgClassName
{
background-color: #9F017E;
}
</style>
border-color css
<style>
span { border-color: #9F017E; }
span { border-color: rgb(159,1,126); }
td.TdClassName
{
border-color: #9F017E;
}
.TagClassName
{
border-color: #9F017E;
}
</style>