Shades of Eggplant #93146D
Tints of Eggplant #93146D
RGB
CMYK
RGB Variations
Color information
#93146D (or 0x93146D) is known color: Eggplant. HEX triplet: 93, 14 and 6D. RGB value is (147,20,109). Sum of RGB (Red+Green+Blue) = 147+20+109=276 (36% of max value = 765). Red value is 147 (57.81% from 255 or 53.26% from 276); Green value is 20 (8.20% from 255 or 7.25% from 276); Blue value is 109 (42.97% from 255 or 39.49% from 276); Max value from RGB is 147 - color contains mainly: red. Hex color #93146D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #93146D is #6CEB92. Grayscale: #434343. Windows color (decimal): -7138195 or 7148691. OLE color: 7148691.
HSL color Cylindrical-coordinate representation of color #93146D: hue angle of 317.95º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #93146D is Cyan = 0, Magento = 0.86, Yellow = 0.26 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 20 | 109 | - |
| CMYK | 0 | 0.86 | 0.26 | 0.42 |
| HSL | 317.95º | 0.76% | 0.33% | - |
| HSV(B) | 317.95º | 0.86% | 0.58% | - |
| XYZ | 15.04 | 7.81 | 15.18 | - |
| YUV | 68.12 | 151.08 | 184.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 20 | 109 | 0 | 0.86 | 0.26 | 0.42 | 317.95 | 0.76 | 0.33 |
| Hex | 93 | 14 | 6D | 0 | 56 | 1A | 2A | 13E | 4C | 21 |
| Octal | 223 | 24 | 155 | 0 | 126 | 32 | 52 | 476 | 114 | 41 |
| Binary | 10010011 | 10100 | 1101101 | 0 | 1010110 | 11010 | 101010 | 100111110 | 1001100 | 100001 |
Color Harmonies of #93146D
Complementary color
Monochromatic Colors of #93146D
Black with #93146D
Text Example
Text Example
White with #93146D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93146D; }
p { color: rgb(147,20,109); }
H1.HeaderClassName
{
color: #93146D;
}
.AnyTagClassName
{
color: #93146D;
}
</style>
background-color css
<style>
a { background-color: #93146D; }
a { background-color: rgb(147,20,109); }
div.DivClassName
{
background-color: #93146D;
}
.BgClassName
{
background-color: #93146D;
}
</style>
border-color css
<style>
span { border-color: #93146D; }
span { border-color: rgb(147,20,109); }
td.TdClassName
{
border-color: #93146D;
}
.TagClassName
{
border-color: #93146D;
}
</style>