Shades of Eggplant #93035E
Tints of Eggplant #93035E
RGB
CMYK
RGB Variations
Color information
#93035E (or 0x93035E) is known color: Eggplant. HEX triplet: 93, 03 and 5E. RGB value is (147,3,94). Sum of RGB (Red+Green+Blue) = 147+3+94=244 (32% of max value = 765). Red value is 147 (57.81% from 255 or 60.25% from 244); Green value is 3 (1.56% from 255 or 1.23% from 244); Blue value is 94 (37.11% from 255 or 38.52% from 244); Max value from RGB is 147 - color contains mainly: red. Hex color #93035E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #93035E is #6CFCA1. Grayscale: #383838. Windows color (decimal): -7142562 or 6161299. OLE color: 6161299.
HSL color Cylindrical-coordinate representation of color #93035E: hue angle of 322.08º degrees, saturation: 0.96, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #93035E is Cyan = 0, Magento = 0.98, Yellow = 0.36 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 3 | 94 | - |
| CMYK | 0 | 0.98 | 0.36 | 0.42 |
| HSL | 322.08º | 0.96% | 0.29% | - |
| HSV(B) | 322.08º | 0.98% | 0.58% | - |
| XYZ | 14.09 | 7.08 | 11.21 | - |
| YUV | 56.43 | 149.21 | 192.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 3 | 94 | 0 | 0.98 | 0.36 | 0.42 | 322.08 | 0.96 | 0.29 |
| Hex | 93 | 3 | 5E | 0 | 62 | 24 | 2A | 142 | 60 | 1D |
| Octal | 223 | 3 | 136 | 0 | 142 | 44 | 52 | 502 | 140 | 35 |
| Binary | 10010011 | 11 | 1011110 | 0 | 1100010 | 100100 | 101010 | 101000010 | 1100000 | 11101 |
Color Harmonies of #93035E
Complementary color
Monochromatic Colors of #93035E
Black with #93035E
Text Example
Text Example
White with #93035E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93035E; }
p { color: rgb(147,3,94); }
H1.HeaderClassName
{
color: #93035E;
}
.AnyTagClassName
{
color: #93035E;
}
</style>
background-color css
<style>
a { background-color: #93035E; }
a { background-color: rgb(147,3,94); }
div.DivClassName
{
background-color: #93035E;
}
.BgClassName
{
background-color: #93035E;
}
</style>
border-color css
<style>
span { border-color: #93035E; }
span { border-color: rgb(147,3,94); }
td.TdClassName
{
border-color: #93035E;
}
.TagClassName
{
border-color: #93035E;
}
</style>