Shades of Eggplant #93046E
Tints of Eggplant #93046E
RGB
CMYK
RGB Variations
Color information
#93046E (or 0x93046E) is known color: Eggplant. HEX triplet: 93, 04 and 6E. RGB value is (147,4,110). Sum of RGB (Red+Green+Blue) = 147+4+110=261 (34% of max value = 765). Red value is 147 (57.81% from 255 or 56.32% from 261); Green value is 4 (1.95% from 255 or 1.53% from 261); Blue value is 110 (43.36% from 255 or 42.15% from 261); Max value from RGB is 147 - color contains mainly: red. Hex color #93046E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #93046E is #6CFB91. Grayscale: #3A3A3A. Windows color (decimal): -7142290 or 7210131. OLE color: 7210131.
HSL color Cylindrical-coordinate representation of color #93046E: hue angle of 315.52º degrees, saturation: 0.95, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #93046E is Cyan = 0, Magento = 0.97, Yellow = 0.25 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 4 | 110 | - |
| CMYK | 0 | 0.97 | 0.25 | 0.42 |
| HSL | 315.52º | 0.95% | 0.3% | - |
| HSV(B) | 315.52º | 0.97% | 0.58% | - |
| XYZ | 14.89 | 7.42 | 15.4 | - |
| YUV | 58.84 | 156.88 | 190.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 4 | 110 | 0 | 0.97 | 0.25 | 0.42 | 315.52 | 0.95 | 0.3 |
| Hex | 93 | 4 | 6E | 0 | 61 | 19 | 2A | 13C | 5F | 1E |
| Octal | 223 | 4 | 156 | 0 | 141 | 31 | 52 | 474 | 137 | 36 |
| Binary | 10010011 | 100 | 1101110 | 0 | 1100001 | 11001 | 101010 | 100111100 | 1011111 | 11110 |
Color Harmonies of #93046E
Complementary color
Monochromatic Colors of #93046E
Black with #93046E
Text Example
Text Example
White with #93046E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93046E; }
p { color: rgb(147,4,110); }
H1.HeaderClassName
{
color: #93046E;
}
.AnyTagClassName
{
color: #93046E;
}
</style>
background-color css
<style>
a { background-color: #93046E; }
a { background-color: rgb(147,4,110); }
div.DivClassName
{
background-color: #93046E;
}
.BgClassName
{
background-color: #93046E;
}
</style>
border-color css
<style>
span { border-color: #93046E; }
span { border-color: rgb(147,4,110); }
td.TdClassName
{
border-color: #93046E;
}
.TagClassName
{
border-color: #93046E;
}
</style>