Shades of Eggplant #93136B
Tints of Eggplant #93136B
RGB
CMYK
RGB Variations
Color information
#93136B (or 0x93136B) is known color: Eggplant. HEX triplet: 93, 13 and 6B. RGB value is (147,19,107). Sum of RGB (Red+Green+Blue) = 147+19+107=273 (36% of max value = 765). Red value is 147 (57.81% from 255 or 53.85% from 273); Green value is 19 (7.81% from 255 or 6.96% from 273); Blue value is 107 (42.19% from 255 or 39.19% from 273); Max value from RGB is 147 - color contains mainly: red. Hex color #93136B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #93136B is #6CEC94. Grayscale: #434343. Windows color (decimal): -7138453 or 7017363. OLE color: 7017363.
HSL color Cylindrical-coordinate representation of color #93136B: hue angle of 318.75º 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 #93136B is Cyan = 0, Magento = 0.87, Yellow = 0.27 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 19 | 107 | - |
| CMYK | 0 | 0.87 | 0.27 | 0.42 |
| HSL | 318.75º | 0.77% | 0.33% | - |
| HSV(B) | 318.75º | 0.87% | 0.58% | - |
| XYZ | 14.92 | 7.73 | 14.62 | - |
| YUV | 67.3 | 150.41 | 184.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 19 | 107 | 0 | 0.87 | 0.27 | 0.42 | 318.75 | 0.77 | 0.33 |
| Hex | 93 | 13 | 6B | 0 | 57 | 1B | 2A | 13F | 4D | 21 |
| Octal | 223 | 23 | 153 | 0 | 127 | 33 | 52 | 477 | 115 | 41 |
| Binary | 10010011 | 10011 | 1101011 | 0 | 1010111 | 11011 | 101010 | 100111111 | 1001101 | 100001 |
Color Harmonies of #93136B
Complementary color
Monochromatic Colors of #93136B
Black with #93136B
Text Example
Text Example
White with #93136B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93136B; }
p { color: rgb(147,19,107); }
H1.HeaderClassName
{
color: #93136B;
}
.AnyTagClassName
{
color: #93136B;
}
</style>
background-color css
<style>
a { background-color: #93136B; }
a { background-color: rgb(147,19,107); }
div.DivClassName
{
background-color: #93136B;
}
.BgClassName
{
background-color: #93136B;
}
</style>
border-color css
<style>
span { border-color: #93136B; }
span { border-color: rgb(147,19,107); }
td.TdClassName
{
border-color: #93136B;
}
.TagClassName
{
border-color: #93136B;
}
</style>