Shades of Eggplant #93136A
Tints of Eggplant #93136A
RGB
CMYK
RGB Variations
Color information
#93136A (or 0x93136A) is known color: Eggplant. HEX triplet: 93, 13 and 6A. RGB value is (147,19,106). Sum of RGB (Red+Green+Blue) = 147+19+106=272 (36% of max value = 765). Red value is 147 (57.81% from 255 or 54.04% from 272); Green value is 19 (7.81% from 255 or 6.99% from 272); Blue value is 106 (41.80% from 255 or 38.97% from 272); Max value from RGB is 147 - color contains mainly: red. Hex color #93136A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #93136A is #6CEC95. Grayscale: #424242. Windows color (decimal): -7138454 or 6951827. OLE color: 6951827.
HSL color Cylindrical-coordinate representation of color #93136A: hue angle of 319.22º degrees, saturation: 0.77, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #93136A is Cyan = 0, Magento = 0.87, Yellow = 0.28 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 19 | 106 | - |
| CMYK | 0 | 0.87 | 0.28 | 0.42 |
| HSL | 319.22º | 0.77% | 0.33% | - |
| HSV(B) | 319.22º | 0.87% | 0.58% | - |
| XYZ | 14.87 | 7.71 | 14.34 | - |
| YUV | 67.19 | 149.91 | 184.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 19 | 106 | 0 | 0.87 | 0.28 | 0.42 | 319.22 | 0.77 | 0.33 |
| Hex | 93 | 13 | 6A | 0 | 57 | 1C | 2A | 13F | 4D | 21 |
| Octal | 223 | 23 | 152 | 0 | 127 | 34 | 52 | 477 | 115 | 41 |
| Binary | 10010011 | 10011 | 1101010 | 0 | 1010111 | 11100 | 101010 | 100111111 | 1001101 | 100001 |
Color Harmonies of #93136A
Complementary color
Monochromatic Colors of #93136A
Black with #93136A
Text Example
Text Example
White with #93136A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93136A; }
p { color: rgb(147,19,106); }
H1.HeaderClassName
{
color: #93136A;
}
.AnyTagClassName
{
color: #93136A;
}
</style>
background-color css
<style>
a { background-color: #93136A; }
a { background-color: rgb(147,19,106); }
div.DivClassName
{
background-color: #93136A;
}
.BgClassName
{
background-color: #93136A;
}
</style>
border-color css
<style>
span { border-color: #93136A; }
span { border-color: rgb(147,19,106); }
td.TdClassName
{
border-color: #93136A;
}
.TagClassName
{
border-color: #93136A;
}
</style>