Shades of Eggplant #9B116D
Tints of Eggplant #9B116D
RGB
CMYK
RGB Variations
Color information
#9B116D (or 0x9B116D) is known color: Eggplant. HEX triplet: 9B, 11 and 6D. RGB value is (155,17,109). Sum of RGB (Red+Green+Blue) = 155+17+109=281 (37% of max value = 765). Red value is 155 (60.94% from 255 or 55.16% from 281); Green value is 17 (7.03% from 255 or 6.05% from 281); Blue value is 109 (42.97% from 255 or 38.79% from 281); Max value from RGB is 155 - color contains mainly: red. Hex color #9B116D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9B116D is #64EE92. Grayscale: #444444. Windows color (decimal): -6614675 or 7147931. OLE color: 7147931.
HSL color Cylindrical-coordinate representation of color #9B116D: hue angle of 320º 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 #9B116D is Cyan = 0, Magento = 0.89, Yellow = 0.30 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 17 | 109 | - |
| CMYK | 0 | 0.89 | 0.30 | 0.39 |
| HSL | 320º | 0.8% | 0.34% | - |
| HSV(B) | 320º | 0.89% | 0.61% | - |
| XYZ | 16.48 | 8.47 | 15.24 | - |
| YUV | 68.75 | 150.72 | 189.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 17 | 109 | 0 | 0.89 | 0.30 | 0.39 | 320 | 0.8 | 0.34 |
| Hex | 9B | 11 | 6D | 0 | 59 | 1E | 27 | 140 | 50 | 22 |
| Octal | 233 | 21 | 155 | 0 | 131 | 36 | 47 | 500 | 120 | 42 |
| Binary | 10011011 | 10001 | 1101101 | 0 | 1011001 | 11110 | 100111 | 101000000 | 1010000 | 100010 |
Color Harmonies of #9B116D
Complementary color
Monochromatic Colors of #9B116D
Black with #9B116D
Text Example
Text Example
White with #9B116D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B116D; }
p { color: rgb(155,17,109); }
H1.HeaderClassName
{
color: #9B116D;
}
.AnyTagClassName
{
color: #9B116D;
}
</style>
background-color css
<style>
a { background-color: #9B116D; }
a { background-color: rgb(155,17,109); }
div.DivClassName
{
background-color: #9B116D;
}
.BgClassName
{
background-color: #9B116D;
}
</style>
border-color css
<style>
span { border-color: #9B116D; }
span { border-color: rgb(155,17,109); }
td.TdClassName
{
border-color: #9B116D;
}
.TagClassName
{
border-color: #9B116D;
}
</style>