Shades of Eggplant #9B116F
Tints of Eggplant #9B116F
RGB
CMYK
RGB Variations
Color information
#9B116F (or 0x9B116F) is known color: Eggplant. HEX triplet: 9B, 11 and 6F. RGB value is (155,17,111). Sum of RGB (Red+Green+Blue) = 155+17+111=283 (37% of max value = 765). Red value is 155 (60.94% from 255 or 54.77% from 283); Green value is 17 (7.03% from 255 or 6.01% from 283); Blue value is 111 (43.75% from 255 or 39.22% from 283); Max value from RGB is 155 - color contains mainly: red. Hex color #9B116F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9B116F is #64EE90. Grayscale: #444444. Windows color (decimal): -6614673 or 7279003. OLE color: 7279003.
HSL color Cylindrical-coordinate representation of color #9B116F: hue angle of 319.13º degrees, saturation: 0.8, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #9B116F is Cyan = 0, Magento = 0.89, Yellow = 0.28 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 17 | 111 | - |
| CMYK | 0 | 0.89 | 0.28 | 0.39 |
| HSL | 319.13º | 0.8% | 0.34% | - |
| HSV(B) | 319.13º | 0.89% | 0.61% | - |
| XYZ | 16.59 | 8.52 | 15.81 | - |
| YUV | 68.98 | 151.72 | 189.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 17 | 111 | 0 | 0.89 | 0.28 | 0.39 | 319.13 | 0.8 | 0.34 |
| Hex | 9B | 11 | 6F | 0 | 59 | 1C | 27 | 13F | 50 | 22 |
| Octal | 233 | 21 | 157 | 0 | 131 | 34 | 47 | 477 | 120 | 42 |
| Binary | 10011011 | 10001 | 1101111 | 0 | 1011001 | 11100 | 100111 | 100111111 | 1010000 | 100010 |
Color Harmonies of #9B116F
Complementary color
Monochromatic Colors of #9B116F
Black with #9B116F
Text Example
Text Example
White with #9B116F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B116F; }
p { color: rgb(155,17,111); }
H1.HeaderClassName
{
color: #9B116F;
}
.AnyTagClassName
{
color: #9B116F;
}
</style>
background-color css
<style>
a { background-color: #9B116F; }
a { background-color: rgb(155,17,111); }
div.DivClassName
{
background-color: #9B116F;
}
.BgClassName
{
background-color: #9B116F;
}
</style>
border-color css
<style>
span { border-color: #9B116F; }
span { border-color: rgb(155,17,111); }
td.TdClassName
{
border-color: #9B116F;
}
.TagClassName
{
border-color: #9B116F;
}
</style>