Shades of Eggplant #93046D
Tints of Eggplant #93046D
RGB
CMYK
RGB Variations
Color information
#93046D (or 0x93046D) is known color: Eggplant. HEX triplet: 93, 04 and 6D. RGB value is (147,4,109). Sum of RGB (Red+Green+Blue) = 147+4+109=260 (34% of max value = 765). Red value is 147 (57.81% from 255 or 56.54% from 260); Green value is 4 (1.95% from 255 or 1.54% from 260); Blue value is 109 (42.97% from 255 or 41.92% from 260); Max value from RGB is 147 - color contains mainly: red. Hex color #93046D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #93046D is #6CFB92. Grayscale: #3A3A3A. Windows color (decimal): -7142291 or 7144595. OLE color: 7144595.
HSL color Cylindrical-coordinate representation of color #93046D: hue angle of 315.94º 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 #93046D is Cyan = 0, Magento = 0.97, Yellow = 0.26 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 4 | 109 | - |
| CMYK | 0 | 0.97 | 0.26 | 0.42 |
| HSL | 315.94º | 0.95% | 0.3% | - |
| HSV(B) | 315.94º | 0.97% | 0.58% | - |
| XYZ | 14.84 | 7.39 | 15.11 | - |
| YUV | 58.73 | 156.38 | 190.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 4 | 109 | 0 | 0.97 | 0.26 | 0.42 | 315.94 | 0.95 | 0.3 |
| Hex | 93 | 4 | 6D | 0 | 61 | 1A | 2A | 13C | 5F | 1E |
| Octal | 223 | 4 | 155 | 0 | 141 | 32 | 52 | 474 | 137 | 36 |
| Binary | 10010011 | 100 | 1101101 | 0 | 1100001 | 11010 | 101010 | 100111100 | 1011111 | 11110 |
Color Harmonies of #93046D
Complementary color
Monochromatic Colors of #93046D
Black with #93046D
Text Example
Text Example
White with #93046D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93046D; }
p { color: rgb(147,4,109); }
H1.HeaderClassName
{
color: #93046D;
}
.AnyTagClassName
{
color: #93046D;
}
</style>
background-color css
<style>
a { background-color: #93046D; }
a { background-color: rgb(147,4,109); }
div.DivClassName
{
background-color: #93046D;
}
.BgClassName
{
background-color: #93046D;
}
</style>
border-color css
<style>
span { border-color: #93046D; }
span { border-color: rgb(147,4,109); }
td.TdClassName
{
border-color: #93046D;
}
.TagClassName
{
border-color: #93046D;
}
</style>