Shades of Eggplant #9F027E
Tints of Eggplant #9F027E
RGB
CMYK
RGB Variations
Color information
#9F027E (or 0x9F027E) is known color: Eggplant. HEX triplet: 9F, 02 and 7E. RGB value is (159,2,126). Sum of RGB (Red+Green+Blue) = 159+2+126=287 (38% of max value = 765). Red value is 159 (62.5% from 255 or 55.40% from 287); Green value is 2 (1.17% from 255 or 0.70% from 287); Blue value is 126 (49.61% from 255 or 43.90% from 287); Max value from RGB is 159 - color contains mainly: red. Hex color #9F027E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9F027E is #60FD81. Grayscale: #3E3E3E. Windows color (decimal): -6356354 or 8258207. OLE color: 8258207.
HSL color Cylindrical-coordinate representation of color #9F027E: hue angle of 312.61º degrees, saturation: 0.98, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9F027E is Cyan = 0, Magento = 0.99, Yellow = 0.21 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 2 | 126 | - |
| CMYK | 0 | 0.99 | 0.21 | 0.38 |
| HSL | 312.61º | 0.98% | 0.32% | - |
| HSV(B) | 312.61º | 0.99% | 0.62% | - |
| XYZ | 18.09 | 8.92 | 20.51 | - |
| YUV | 63.08 | 163.51 | 196.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 2 | 126 | 0 | 0.99 | 0.21 | 0.38 | 312.61 | 0.98 | 0.32 |
| Hex | 9F | 2 | 7E | 0 | 63 | 15 | 26 | 139 | 62 | 20 |
| Octal | 237 | 2 | 176 | 0 | 143 | 25 | 46 | 471 | 142 | 40 |
| Binary | 10011111 | 10 | 1111110 | 0 | 1100011 | 10101 | 100110 | 100111001 | 1100010 | 100000 |
Color Harmonies of #9F027E
Complementary color
Monochromatic Colors of #9F027E
Black with #9F027E
Text Example
Text Example
White with #9F027E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F027E; }
p { color: rgb(159,2,126); }
H1.HeaderClassName
{
color: #9F027E;
}
.AnyTagClassName
{
color: #9F027E;
}
</style>
background-color css
<style>
a { background-color: #9F027E; }
a { background-color: rgb(159,2,126); }
div.DivClassName
{
background-color: #9F027E;
}
.BgClassName
{
background-color: #9F027E;
}
</style>
border-color css
<style>
span { border-color: #9F027E; }
span { border-color: rgb(159,2,126); }
td.TdClassName
{
border-color: #9F027E;
}
.TagClassName
{
border-color: #9F027E;
}
</style>