Shades of Eggplant #93006D
Tints of Eggplant #93006D
RGB
CMYK
RGB Variations
Color information
#93006D (or 0x93006D) is known color: Eggplant. HEX triplet: 93, 00 and 6D. RGB value is (147,0,109). Sum of RGB (Red+Green+Blue) = 147+0+109=256 (33% of max value = 765). Red value is 147 (57.81% from 255 or 57.42% from 256); Green value is 0 (0.39% from 255 or 0% from 256); Blue value is 109 (42.97% from 255 or 42.58% from 256); Max value from RGB is 147 - color contains mainly: red. Hex color #93006D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #93006D is #6CFF92. Grayscale: #383838. Windows color (decimal): -7143315 or 7143571. OLE color: 7143571.
HSL color Cylindrical-coordinate representation of color #93006D: hue angle of 315.51º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 1%. Process color model (Four color, CMYK) of #93006D is Cyan = 0, Magento = 1, Yellow = 0.26 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 0 | 109 | - |
| CMYK | 0 | 1 | 0.26 | 0.42 |
| HSL | 315.51º | 1% | 0.29% | - |
| HSV(B) | 315.51º | 1% | 0.58% | - |
| XYZ | 14.79 | 7.31 | 15.1 | - |
| YUV | 56.38 | 157.7 | 192.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 0 | 109 | 0 | 1 | 0.26 | 0.42 | 315.51 | 1 | 0.29 |
| Hex | 93 | 0 | 6D | 0 | 64 | 1A | 2A | 13C | 64 | 1D |
| Octal | 223 | 0 | 155 | 0 | 144 | 32 | 52 | 474 | 144 | 35 |
| Binary | 10010011 | 0 | 1101101 | 0 | 1100100 | 11010 | 101010 | 100111100 | 1100100 | 11101 |
Color Harmonies of #93006D
Complementary color
Monochromatic Colors of #93006D
Black with #93006D
Text Example
Text Example
White with #93006D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93006D; }
p { color: rgb(147,0,109); }
H1.HeaderClassName
{
color: #93006D;
}
.AnyTagClassName
{
color: #93006D;
}
</style>
background-color css
<style>
a { background-color: #93006D; }
a { background-color: rgb(147,0,109); }
div.DivClassName
{
background-color: #93006D;
}
.BgClassName
{
background-color: #93006D;
}
</style>
border-color css
<style>
span { border-color: #93006D; }
span { border-color: rgb(147,0,109); }
td.TdClassName
{
border-color: #93006D;
}
.TagClassName
{
border-color: #93006D;
}
</style>