Shades of Eggplant #93066C
Tints of Eggplant #93066C
RGB
CMYK
RGB Variations
Color information
#93066C (or 0x93066C) is known color: Eggplant. HEX triplet: 93, 06 and 6C. RGB value is (147,6,108). Sum of RGB (Red+Green+Blue) = 147+6+108=261 (34% of max value = 765). Red value is 147 (57.81% from 255 or 56.32% from 261); Green value is 6 (2.73% from 255 or 2.30% from 261); Blue value is 108 (42.58% from 255 or 41.38% from 261); Max value from RGB is 147 - color contains mainly: red. Hex color #93066C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #93066C is #6CF993. Grayscale: #3B3B3B. Windows color (decimal): -7141780 or 7079571. OLE color: 7079571.
HSL color Cylindrical-coordinate representation of color #93066C: hue angle of 316.6º 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 #93066C is Cyan = 0, Magento = 0.96, Yellow = 0.27 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 6 | 108 | - |
| CMYK | 0 | 0.96 | 0.27 | 0.42 |
| HSL | 316.6º | 0.92% | 0.3% | - |
| HSV(B) | 316.6º | 0.96% | 0.58% | - |
| XYZ | 14.8 | 7.42 | 14.84 | - |
| YUV | 59.79 | 155.21 | 190.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 6 | 108 | 0 | 0.96 | 0.27 | 0.42 | 316.6 | 0.92 | 0.3 |
| Hex | 93 | 6 | 6C | 0 | 60 | 1B | 2A | 13D | 5C | 1E |
| Octal | 223 | 6 | 154 | 0 | 140 | 33 | 52 | 475 | 134 | 36 |
| Binary | 10010011 | 110 | 1101100 | 0 | 1100000 | 11011 | 101010 | 100111101 | 1011100 | 11110 |
Color Harmonies of #93066C
Complementary color
Monochromatic Colors of #93066C
Black with #93066C
Text Example
Text Example
White with #93066C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93066C; }
p { color: rgb(147,6,108); }
H1.HeaderClassName
{
color: #93066C;
}
.AnyTagClassName
{
color: #93066C;
}
</style>
background-color css
<style>
a { background-color: #93066C; }
a { background-color: rgb(147,6,108); }
div.DivClassName
{
background-color: #93066C;
}
.BgClassName
{
background-color: #93066C;
}
</style>
border-color css
<style>
span { border-color: #93066C; }
span { border-color: rgb(147,6,108); }
td.TdClassName
{
border-color: #93066C;
}
.TagClassName
{
border-color: #93066C;
}
</style>