Shades of Eggplant #9F0E6E
Tints of Eggplant #9F0E6E
RGB
CMYK
RGB Variations
Color information
#9F0E6E (or 0x9F0E6E) is known color: Eggplant. HEX triplet: 9F, 0E and 6E. RGB value is (159,14,110). Sum of RGB (Red+Green+Blue) = 159+14+110=283 (37% of max value = 765). Red value is 159 (62.5% from 255 or 56.18% from 283); Green value is 14 (5.86% from 255 or 4.95% from 283); Blue value is 110 (43.36% from 255 or 38.87% from 283); Max value from RGB is 159 - color contains mainly: red. Hex color #9F0E6E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9F0E6E is #60F191. Grayscale: #444444. Windows color (decimal): -6353298 or 7212703. OLE color: 7212703.
HSL color Cylindrical-coordinate representation of color #9F0E6E: hue angle of 320.28º degrees, saturation: 0.84, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9F0E6E is Cyan = 0, Magento = 0.91, Yellow = 0.31 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 14 | 110 | - |
| CMYK | 0 | 0.91 | 0.31 | 0.38 |
| HSL | 320.28º | 0.84% | 0.34% | - |
| HSV(B) | 320.28º | 0.91% | 0.62% | - |
| XYZ | 17.27 | 8.81 | 15.54 | - |
| YUV | 68.3 | 151.54 | 192.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 14 | 110 | 0 | 0.91 | 0.31 | 0.38 | 320.28 | 0.84 | 0.34 |
| Hex | 9F | E | 6E | 0 | 5B | 1F | 26 | 140 | 54 | 22 |
| Octal | 237 | 16 | 156 | 0 | 133 | 37 | 46 | 500 | 124 | 42 |
| Binary | 10011111 | 1110 | 1101110 | 0 | 1011011 | 11111 | 100110 | 101000000 | 1010100 | 100010 |
Color Harmonies of #9F0E6E
Complementary color
Monochromatic Colors of #9F0E6E
Black with #9F0E6E
Text Example
Text Example
White with #9F0E6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F0E6E; }
p { color: rgb(159,14,110); }
H1.HeaderClassName
{
color: #9F0E6E;
}
.AnyTagClassName
{
color: #9F0E6E;
}
</style>
background-color css
<style>
a { background-color: #9F0E6E; }
a { background-color: rgb(159,14,110); }
div.DivClassName
{
background-color: #9F0E6E;
}
.BgClassName
{
background-color: #9F0E6E;
}
</style>
border-color css
<style>
span { border-color: #9F0E6E; }
span { border-color: rgb(159,14,110); }
td.TdClassName
{
border-color: #9F0E6E;
}
.TagClassName
{
border-color: #9F0E6E;
}
</style>