Shades of Eggplant #93116D
Tints of Eggplant #93116D
RGB
CMYK
RGB Variations
Color information
#93116D (or 0x93116D) is known color: Eggplant. HEX triplet: 93, 11 and 6D. RGB value is (147,17,109). Sum of RGB (Red+Green+Blue) = 147+17+109=273 (36% of max value = 765). Red value is 147 (57.81% from 255 or 53.85% from 273); Green value is 17 (7.03% from 255 or 6.23% from 273); Blue value is 109 (42.97% from 255 or 39.93% from 273); Max value from RGB is 147 - color contains mainly: red. Hex color #93116D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #93116D is #6CEE92. Grayscale: #424242. Windows color (decimal): -7138963 or 7147923. OLE color: 7147923.
HSL color Cylindrical-coordinate representation of color #93116D: hue angle of 317.54º degrees, saturation: 0.79, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #93116D is Cyan = 0, Magento = 0.88, Yellow = 0.26 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 17 | 109 | - |
| CMYK | 0 | 0.88 | 0.26 | 0.42 |
| HSL | 317.54º | 0.79% | 0.32% | - |
| HSV(B) | 317.54º | 0.88% | 0.58% | - |
| XYZ | 14.99 | 7.71 | 15.17 | - |
| YUV | 66.36 | 152.07 | 185.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 17 | 109 | 0 | 0.88 | 0.26 | 0.42 | 317.54 | 0.79 | 0.32 |
| Hex | 93 | 11 | 6D | 0 | 58 | 1A | 2A | 13E | 4F | 20 |
| Octal | 223 | 21 | 155 | 0 | 130 | 32 | 52 | 476 | 117 | 40 |
| Binary | 10010011 | 10001 | 1101101 | 0 | 1011000 | 11010 | 101010 | 100111110 | 1001111 | 100000 |
Color Harmonies of #93116D
Complementary color
Monochromatic Colors of #93116D
Black with #93116D
Text Example
Text Example
White with #93116D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93116D; }
p { color: rgb(147,17,109); }
H1.HeaderClassName
{
color: #93116D;
}
.AnyTagClassName
{
color: #93116D;
}
</style>
background-color css
<style>
a { background-color: #93116D; }
a { background-color: rgb(147,17,109); }
div.DivClassName
{
background-color: #93116D;
}
.BgClassName
{
background-color: #93116D;
}
</style>
border-color css
<style>
span { border-color: #93116D; }
span { border-color: rgb(147,17,109); }
td.TdClassName
{
border-color: #93116D;
}
.TagClassName
{
border-color: #93116D;
}
</style>