Shades of Eggplant #9F027A
Tints of Eggplant #9F027A
RGB
CMYK
RGB Variations
Color information
#9F027A (or 0x9F027A) is known color: Eggplant. HEX triplet: 9F, 02 and 7A. RGB value is (159,2,122). Sum of RGB (Red+Green+Blue) = 159+2+122=283 (37% of max value = 765). Red value is 159 (62.5% from 255 or 56.18% from 283); Green value is 2 (1.17% from 255 or 0.71% from 283); Blue value is 122 (48.05% from 255 or 43.11% from 283); Max value from RGB is 159 - color contains mainly: red. Hex color #9F027A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9F027A is #60FD85. Grayscale: #3E3E3E. Windows color (decimal): -6356358 or 7996063. OLE color: 7996063.
HSL color Cylindrical-coordinate representation of color #9F027A: hue angle of 314.14º 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 #9F027A is Cyan = 0, Magento = 0.99, Yellow = 0.23 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 2 | 122 | - |
| CMYK | 0 | 0.99 | 0.23 | 0.38 |
| HSL | 314.14º | 0.98% | 0.32% | - |
| HSV(B) | 314.14º | 0.99% | 0.62% | - |
| XYZ | 17.83 | 8.82 | 19.17 | - |
| YUV | 62.62 | 161.51 | 196.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 2 | 122 | 0 | 0.99 | 0.23 | 0.38 | 314.14 | 0.98 | 0.32 |
| Hex | 9F | 2 | 7A | 0 | 63 | 17 | 26 | 13A | 62 | 20 |
| Octal | 237 | 2 | 172 | 0 | 143 | 27 | 46 | 472 | 142 | 40 |
| Binary | 10011111 | 10 | 1111010 | 0 | 1100011 | 10111 | 100110 | 100111010 | 1100010 | 100000 |
Color Harmonies of #9F027A
Complementary color
Monochromatic Colors of #9F027A
Black with #9F027A
Text Example
Text Example
White with #9F027A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F027A; }
p { color: rgb(159,2,122); }
H1.HeaderClassName
{
color: #9F027A;
}
.AnyTagClassName
{
color: #9F027A;
}
</style>
background-color css
<style>
a { background-color: #9F027A; }
a { background-color: rgb(159,2,122); }
div.DivClassName
{
background-color: #9F027A;
}
.BgClassName
{
background-color: #9F027A;
}
</style>
border-color css
<style>
span { border-color: #9F027A; }
span { border-color: rgb(159,2,122); }
td.TdClassName
{
border-color: #9F027A;
}
.TagClassName
{
border-color: #9F027A;
}
</style>