Shades of Eggplant #93066E
Tints of Eggplant #93066E
RGB
CMYK
RGB Variations
Color information
#93066E (or 0x93066E) is known color: Eggplant. HEX triplet: 93, 06 and 6E. RGB value is (147,6,110). Sum of RGB (Red+Green+Blue) = 147+6+110=263 (34% of max value = 765). Red value is 147 (57.81% from 255 or 55.89% from 263); Green value is 6 (2.73% from 255 or 2.28% from 263); Blue value is 110 (43.36% from 255 or 41.83% from 263); Max value from RGB is 147 - color contains mainly: red. Hex color #93066E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #93066E is #6CF991. Grayscale: #3B3B3B. Windows color (decimal): -7141778 or 7210643. OLE color: 7210643.
HSL color Cylindrical-coordinate representation of color #93066E: hue angle of 315.74º degrees, saturation: 0.92, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #93066E is Cyan = 0, Magento = 0.96, Yellow = 0.25 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 6 | 110 | - |
| CMYK | 0 | 0.96 | 0.25 | 0.42 |
| HSL | 315.74º | 0.92% | 0.3% | - |
| HSV(B) | 315.74º | 0.96% | 0.58% | - |
| XYZ | 14.91 | 7.46 | 15.41 | - |
| YUV | 60.02 | 156.21 | 190.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 6 | 110 | 0 | 0.96 | 0.25 | 0.42 | 315.74 | 0.92 | 0.3 |
| Hex | 93 | 6 | 6E | 0 | 60 | 19 | 2A | 13C | 5C | 1E |
| Octal | 223 | 6 | 156 | 0 | 140 | 31 | 52 | 474 | 134 | 36 |
| Binary | 10010011 | 110 | 1101110 | 0 | 1100000 | 11001 | 101010 | 100111100 | 1011100 | 11110 |
Color Harmonies of #93066E
Complementary color
Monochromatic Colors of #93066E
Black with #93066E
Text Example
Text Example
White with #93066E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93066E; }
p { color: rgb(147,6,110); }
H1.HeaderClassName
{
color: #93066E;
}
.AnyTagClassName
{
color: #93066E;
}
</style>
background-color css
<style>
a { background-color: #93066E; }
a { background-color: rgb(147,6,110); }
div.DivClassName
{
background-color: #93066E;
}
.BgClassName
{
background-color: #93066E;
}
</style>
border-color css
<style>
span { border-color: #93066E; }
span { border-color: rgb(147,6,110); }
td.TdClassName
{
border-color: #93066E;
}
.TagClassName
{
border-color: #93066E;
}
</style>