Shades of Eggplant #93116F
Tints of Eggplant #93116F
RGB
CMYK
RGB Variations
Color information
#93116F (or 0x93116F) is known color: Eggplant. HEX triplet: 93, 11 and 6F. RGB value is (147,17,111). Sum of RGB (Red+Green+Blue) = 147+17+111=275 (36% of max value = 765). Red value is 147 (57.81% from 255 or 53.45% from 275); Green value is 17 (7.03% from 255 or 6.18% from 275); Blue value is 111 (43.75% from 255 or 40.36% from 275); Max value from RGB is 147 - color contains mainly: red. Hex color #93116F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #93116F is #6CEE90. Grayscale: #424242. Windows color (decimal): -7138961 or 7278995. OLE color: 7278995.
HSL color Cylindrical-coordinate representation of color #93116F: hue angle of 316.62º 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 #93116F is Cyan = 0, Magento = 0.88, Yellow = 0.24 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 17 | 111 | - |
| CMYK | 0 | 0.88 | 0.24 | 0.42 |
| HSL | 316.62º | 0.79% | 0.32% | - |
| HSV(B) | 316.62º | 0.88% | 0.58% | - |
| XYZ | 15.1 | 7.75 | 15.74 | - |
| YUV | 66.59 | 153.07 | 185.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 17 | 111 | 0 | 0.88 | 0.24 | 0.42 | 316.62 | 0.79 | 0.32 |
| Hex | 93 | 11 | 6F | 0 | 58 | 18 | 2A | 13D | 4F | 20 |
| Octal | 223 | 21 | 157 | 0 | 130 | 30 | 52 | 475 | 117 | 40 |
| Binary | 10010011 | 10001 | 1101111 | 0 | 1011000 | 11000 | 101010 | 100111101 | 1001111 | 100000 |
Color Harmonies of #93116F
Complementary color
Monochromatic Colors of #93116F
Black with #93116F
Text Example
Text Example
White with #93116F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93116F; }
p { color: rgb(147,17,111); }
H1.HeaderClassName
{
color: #93116F;
}
.AnyTagClassName
{
color: #93116F;
}
</style>
background-color css
<style>
a { background-color: #93116F; }
a { background-color: rgb(147,17,111); }
div.DivClassName
{
background-color: #93116F;
}
.BgClassName
{
background-color: #93116F;
}
</style>
border-color css
<style>
span { border-color: #93116F; }
span { border-color: rgb(147,17,111); }
td.TdClassName
{
border-color: #93116F;
}
.TagClassName
{
border-color: #93116F;
}
</style>