Shades of Eggplant #9F0B6D
Tints of Eggplant #9F0B6D
RGB
CMYK
RGB Variations
Color information
#9F0B6D (or 0x9F0B6D) is known color: Eggplant. HEX triplet: 9F, 0B and 6D. RGB value is (159,11,109). Sum of RGB (Red+Green+Blue) = 159+11+109=279 (36% of max value = 765). Red value is 159 (62.5% from 255 or 56.99% from 279); Green value is 11 (4.69% from 255 or 3.94% from 279); Blue value is 109 (42.97% from 255 or 39.07% from 279); Max value from RGB is 159 - color contains mainly: red. Hex color #9F0B6D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9F0B6D is #60F492. Grayscale: #424242. Windows color (decimal): -6354067 or 7146399. OLE color: 7146399.
HSL color Cylindrical-coordinate representation of color #9F0B6D: hue angle of 320.27º 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 #9F0B6D is Cyan = 0, Magento = 0.93, Yellow = 0.31 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 11 | 109 | - |
| CMYK | 0 | 0.93 | 0.31 | 0.38 |
| HSL | 320.27º | 0.87% | 0.33% | - |
| HSV(B) | 320.27º | 0.93% | 0.62% | - |
| XYZ | 17.18 | 8.71 | 15.24 | - |
| YUV | 66.42 | 152.03 | 194.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 11 | 109 | 0 | 0.93 | 0.31 | 0.38 | 320.27 | 0.87 | 0.33 |
| Hex | 9F | B | 6D | 0 | 5D | 1F | 26 | 140 | 57 | 21 |
| Octal | 237 | 13 | 155 | 0 | 135 | 37 | 46 | 500 | 127 | 41 |
| Binary | 10011111 | 1011 | 1101101 | 0 | 1011101 | 11111 | 100110 | 101000000 | 1010111 | 100001 |
Color Harmonies of #9F0B6D
Complementary color
Monochromatic Colors of #9F0B6D
Black with #9F0B6D
Text Example
Text Example
White with #9F0B6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F0B6D; }
p { color: rgb(159,11,109); }
H1.HeaderClassName
{
color: #9F0B6D;
}
.AnyTagClassName
{
color: #9F0B6D;
}
</style>
background-color css
<style>
a { background-color: #9F0B6D; }
a { background-color: rgb(159,11,109); }
div.DivClassName
{
background-color: #9F0B6D;
}
.BgClassName
{
background-color: #9F0B6D;
}
</style>
border-color css
<style>
span { border-color: #9F0B6D; }
span { border-color: rgb(159,11,109); }
td.TdClassName
{
border-color: #9F0B6D;
}
.TagClassName
{
border-color: #9F0B6D;
}
</style>