Shades of Eggplant #93096D
Tints of Eggplant #93096D
RGB
CMYK
RGB Variations
Color information
#93096D (or 0x93096D) is known color: Eggplant. HEX triplet: 93, 09 and 6D. RGB value is (147,9,109). Sum of RGB (Red+Green+Blue) = 147+9+109=265 (35% of max value = 765). Red value is 147 (57.81% from 255 or 55.47% from 265); Green value is 9 (3.91% from 255 or 3.40% from 265); Blue value is 109 (42.97% from 255 or 41.13% from 265); Max value from RGB is 147 - color contains mainly: red. Hex color #93096D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #93096D is #6CF692. Grayscale: #3D3D3D. Windows color (decimal): -7141011 or 7145875. OLE color: 7145875.
HSL color Cylindrical-coordinate representation of color #93096D: hue angle of 316.52º degrees, saturation: 0.88, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #93096D is Cyan = 0, Magento = 0.94, Yellow = 0.26 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 9 | 109 | - |
| CMYK | 0 | 0.94 | 0.26 | 0.42 |
| HSL | 316.52º | 0.88% | 0.31% | - |
| HSV(B) | 316.52º | 0.94% | 0.58% | - |
| XYZ | 14.89 | 7.5 | 15.13 | - |
| YUV | 61.66 | 154.72 | 188.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 9 | 109 | 0 | 0.94 | 0.26 | 0.42 | 316.52 | 0.88 | 0.31 |
| Hex | 93 | 9 | 6D | 0 | 5E | 1A | 2A | 13D | 58 | 1F |
| Octal | 223 | 11 | 155 | 0 | 136 | 32 | 52 | 475 | 130 | 37 |
| Binary | 10010011 | 1001 | 1101101 | 0 | 1011110 | 11010 | 101010 | 100111101 | 1011000 | 11111 |
Color Harmonies of #93096D
Complementary color
Monochromatic Colors of #93096D
Black with #93096D
Text Example
Text Example
White with #93096D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93096D; }
p { color: rgb(147,9,109); }
H1.HeaderClassName
{
color: #93096D;
}
.AnyTagClassName
{
color: #93096D;
}
</style>
background-color css
<style>
a { background-color: #93096D; }
a { background-color: rgb(147,9,109); }
div.DivClassName
{
background-color: #93096D;
}
.BgClassName
{
background-color: #93096D;
}
</style>
border-color css
<style>
span { border-color: #93096D; }
span { border-color: rgb(147,9,109); }
td.TdClassName
{
border-color: #93096D;
}
.TagClassName
{
border-color: #93096D;
}
</style>