Shades of Eggplant #93076D
Tints of Eggplant #93076D
RGB
CMYK
RGB Variations
Color information
#93076D (or 0x93076D) is known color: Eggplant. HEX triplet: 93, 07 and 6D. RGB value is (147,7,109). Sum of RGB (Red+Green+Blue) = 147+7+109=263 (34% of max value = 765). Red value is 147 (57.81% from 255 or 55.89% from 263); Green value is 7 (3.12% from 255 or 2.66% from 263); Blue value is 109 (42.97% from 255 or 41.44% from 263); Max value from RGB is 147 - color contains mainly: red. Hex color #93076D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #93076D is #6CF892. Grayscale: #3C3C3C. Windows color (decimal): -7141523 or 7145363. OLE color: 7145363.
HSL color Cylindrical-coordinate representation of color #93076D: hue angle of 316.29º degrees, saturation: 0.91, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #93076D is Cyan = 0, Magento = 0.95, Yellow = 0.26 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 7 | 109 | - |
| CMYK | 0 | 0.95 | 0.26 | 0.42 |
| HSL | 316.29º | 0.91% | 0.3% | - |
| HSV(B) | 316.29º | 0.95% | 0.58% | - |
| XYZ | 14.87 | 7.46 | 15.12 | - |
| YUV | 60.49 | 155.38 | 189.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 7 | 109 | 0 | 0.95 | 0.26 | 0.42 | 316.29 | 0.91 | 0.3 |
| Hex | 93 | 7 | 6D | 0 | 5F | 1A | 2A | 13C | 5B | 1E |
| Octal | 223 | 7 | 155 | 0 | 137 | 32 | 52 | 474 | 133 | 36 |
| Binary | 10010011 | 111 | 1101101 | 0 | 1011111 | 11010 | 101010 | 100111100 | 1011011 | 11110 |
Color Harmonies of #93076D
Complementary color
Monochromatic Colors of #93076D
Black with #93076D
Text Example
Text Example
White with #93076D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93076D; }
p { color: rgb(147,7,109); }
H1.HeaderClassName
{
color: #93076D;
}
.AnyTagClassName
{
color: #93076D;
}
</style>
background-color css
<style>
a { background-color: #93076D; }
a { background-color: rgb(147,7,109); }
div.DivClassName
{
background-color: #93076D;
}
.BgClassName
{
background-color: #93076D;
}
</style>
border-color css
<style>
span { border-color: #93076D; }
span { border-color: rgb(147,7,109); }
td.TdClassName
{
border-color: #93076D;
}
.TagClassName
{
border-color: #93076D;
}
</style>