Shades of Eggplant #93136D
Tints of Eggplant #93136D
RGB
CMYK
RGB Variations
Color information
#93136D (or 0x93136D) is known color: Eggplant. HEX triplet: 93, 13 and 6D. RGB value is (147,19,109). Sum of RGB (Red+Green+Blue) = 147+19+109=275 (36% of max value = 765). Red value is 147 (57.81% from 255 or 53.45% from 275); Green value is 19 (7.81% from 255 or 6.91% from 275); Blue value is 109 (42.97% from 255 or 39.64% from 275); Max value from RGB is 147 - color contains mainly: red. Hex color #93136D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #93136D is #6CEC92. Grayscale: #434343. Windows color (decimal): -7138451 or 7148435. OLE color: 7148435.
HSL color Cylindrical-coordinate representation of color #93136D: hue angle of 317.81º 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 #93136D is Cyan = 0, Magento = 0.87, Yellow = 0.26 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 19 | 109 | - |
| CMYK | 0 | 0.87 | 0.26 | 0.42 |
| HSL | 317.81º | 0.77% | 0.33% | - |
| HSV(B) | 317.81º | 0.87% | 0.58% | - |
| XYZ | 15.03 | 7.77 | 15.18 | - |
| YUV | 67.53 | 151.41 | 184.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 19 | 109 | 0 | 0.87 | 0.26 | 0.42 | 317.81 | 0.77 | 0.33 |
| Hex | 93 | 13 | 6D | 0 | 57 | 1A | 2A | 13E | 4D | 21 |
| Octal | 223 | 23 | 155 | 0 | 127 | 32 | 52 | 476 | 115 | 41 |
| Binary | 10010011 | 10011 | 1101101 | 0 | 1010111 | 11010 | 101010 | 100111110 | 1001101 | 100001 |
Color Harmonies of #93136D
Complementary color
Monochromatic Colors of #93136D
Black with #93136D
Text Example
Text Example
White with #93136D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93136D; }
p { color: rgb(147,19,109); }
H1.HeaderClassName
{
color: #93136D;
}
.AnyTagClassName
{
color: #93136D;
}
</style>
background-color css
<style>
a { background-color: #93136D; }
a { background-color: rgb(147,19,109); }
div.DivClassName
{
background-color: #93136D;
}
.BgClassName
{
background-color: #93136D;
}
</style>
border-color css
<style>
span { border-color: #93136D; }
span { border-color: rgb(147,19,109); }
td.TdClassName
{
border-color: #93136D;
}
.TagClassName
{
border-color: #93136D;
}
</style>