Shades of Eggplant #9F0B6E
Tints of Eggplant #9F0B6E
RGB
CMYK
RGB Variations
Color information
#9F0B6E (or 0x9F0B6E) is known color: Eggplant. HEX triplet: 9F, 0B and 6E. RGB value is (159,11,110). Sum of RGB (Red+Green+Blue) = 159+11+110=280 (37% of max value = 765). Red value is 159 (62.5% from 255 or 56.79% from 280); Green value is 11 (4.69% from 255 or 3.93% from 280); Blue value is 110 (43.36% from 255 or 39.29% from 280); Max value from RGB is 159 - color contains mainly: red. Hex color #9F0B6E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9F0B6E is #60F491. Grayscale: #424242. Windows color (decimal): -6354066 or 7211935. OLE color: 7211935.
HSL color Cylindrical-coordinate representation of color #9F0B6E: hue angle of 319.86º degrees, saturation: 0.87, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #9F0B6E is Cyan = 0, Magento = 0.93, Yellow = 0.31 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 11 | 110 | - |
| CMYK | 0 | 0.93 | 0.31 | 0.38 |
| HSL | 319.86º | 0.87% | 0.33% | - |
| HSV(B) | 319.86º | 0.93% | 0.62% | - |
| XYZ | 17.23 | 8.74 | 15.53 | - |
| YUV | 66.54 | 152.53 | 193.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 11 | 110 | 0 | 0.93 | 0.31 | 0.38 | 319.86 | 0.87 | 0.33 |
| Hex | 9F | B | 6E | 0 | 5D | 1F | 26 | 140 | 57 | 21 |
| Octal | 237 | 13 | 156 | 0 | 135 | 37 | 46 | 500 | 127 | 41 |
| Binary | 10011111 | 1011 | 1101110 | 0 | 1011101 | 11111 | 100110 | 101000000 | 1010111 | 100001 |
Color Harmonies of #9F0B6E
Complementary color
Monochromatic Colors of #9F0B6E
Black with #9F0B6E
Text Example
Text Example
White with #9F0B6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F0B6E; }
p { color: rgb(159,11,110); }
H1.HeaderClassName
{
color: #9F0B6E;
}
.AnyTagClassName
{
color: #9F0B6E;
}
</style>
background-color css
<style>
a { background-color: #9F0B6E; }
a { background-color: rgb(159,11,110); }
div.DivClassName
{
background-color: #9F0B6E;
}
.BgClassName
{
background-color: #9F0B6E;
}
</style>
border-color css
<style>
span { border-color: #9F0B6E; }
span { border-color: rgb(159,11,110); }
td.TdClassName
{
border-color: #9F0B6E;
}
.TagClassName
{
border-color: #9F0B6E;
}
</style>