Shades of Eggplant #93126C
Tints of Eggplant #93126C
RGB
CMYK
RGB Variations
Color information
#93126C (or 0x93126C) is known color: Eggplant. HEX triplet: 93, 12 and 6C. RGB value is (147,18,108). Sum of RGB (Red+Green+Blue) = 147+18+108=273 (36% of max value = 765). Red value is 147 (57.81% from 255 or 53.85% from 273); Green value is 18 (7.42% from 255 or 6.59% from 273); Blue value is 108 (42.58% from 255 or 39.56% from 273); Max value from RGB is 147 - color contains mainly: red. Hex color #93126C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #93126C is #6CED93. Grayscale: #424242. Windows color (decimal): -7138708 or 7082643. OLE color: 7082643.
HSL color Cylindrical-coordinate representation of color #93126C: hue angle of 318.14º degrees, saturation: 0.78, 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 #93126C is Cyan = 0, Magento = 0.88, Yellow = 0.27 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 18 | 108 | - |
| CMYK | 0 | 0.88 | 0.27 | 0.42 |
| HSL | 318.14º | 0.78% | 0.32% | - |
| HSV(B) | 318.14º | 0.88% | 0.58% | - |
| XYZ | 14.96 | 7.72 | 14.89 | - |
| YUV | 66.83 | 151.24 | 185.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 18 | 108 | 0 | 0.88 | 0.27 | 0.42 | 318.14 | 0.78 | 0.32 |
| Hex | 93 | 12 | 6C | 0 | 58 | 1B | 2A | 13E | 4E | 20 |
| Octal | 223 | 22 | 154 | 0 | 130 | 33 | 52 | 476 | 116 | 40 |
| Binary | 10010011 | 10010 | 1101100 | 0 | 1011000 | 11011 | 101010 | 100111110 | 1001110 | 100000 |
Color Harmonies of #93126C
Complementary color
Monochromatic Colors of #93126C
Black with #93126C
Text Example
Text Example
White with #93126C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93126C; }
p { color: rgb(147,18,108); }
H1.HeaderClassName
{
color: #93126C;
}
.AnyTagClassName
{
color: #93126C;
}
</style>
background-color css
<style>
a { background-color: #93126C; }
a { background-color: rgb(147,18,108); }
div.DivClassName
{
background-color: #93126C;
}
.BgClassName
{
background-color: #93126C;
}
</style>
border-color css
<style>
span { border-color: #93126C; }
span { border-color: rgb(147,18,108); }
td.TdClassName
{
border-color: #93126C;
}
.TagClassName
{
border-color: #93126C;
}
</style>