Shades of Eggplant #930573
Tints of Eggplant #930573
RGB
CMYK
RGB Variations
Color information
#930573 (or 0x930573) is known color: Eggplant. HEX triplet: 93, 05 and 73. RGB value is (147,5,115). Sum of RGB (Red+Green+Blue) = 147+5+115=267 (35% of max value = 765). Red value is 147 (57.81% from 255 or 55.06% from 267); Green value is 5 (2.34% from 255 or 1.87% from 267); Blue value is 115 (45.31% from 255 or 43.07% from 267); Max value from RGB is 147 - color contains mainly: red. Hex color #930573 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #930573 is #6CFA8C. Grayscale: #3B3B3B. Windows color (decimal): -7142029 or 7538067. OLE color: 7538067.
HSL color Cylindrical-coordinate representation of color #930573: hue angle of 313.52º degrees, saturation: 0.93, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #930573 is Cyan = 0, Magento = 0.97, Yellow = 0.22 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 5 | 115 | - |
| CMYK | 0 | 0.97 | 0.22 | 0.42 |
| HSL | 313.52º | 0.93% | 0.3% | - |
| HSV(B) | 313.52º | 0.97% | 0.58% | - |
| XYZ | 15.18 | 7.55 | 16.88 | - |
| YUV | 60 | 159.04 | 190.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 5 | 115 | 0 | 0.97 | 0.22 | 0.42 | 313.52 | 0.93 | 0.3 |
| Hex | 93 | 5 | 73 | 0 | 61 | 16 | 2A | 13A | 5D | 1E |
| Octal | 223 | 5 | 163 | 0 | 141 | 26 | 52 | 472 | 135 | 36 |
| Binary | 10010011 | 101 | 1110011 | 0 | 1100001 | 10110 | 101010 | 100111010 | 1011101 | 11110 |
Color Harmonies of #930573
Complementary color
Monochromatic Colors of #930573
Black with #930573
Text Example
Text Example
White with #930573
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #930573; }
p { color: rgb(147,5,115); }
H1.HeaderClassName
{
color: #930573;
}
.AnyTagClassName
{
color: #930573;
}
</style>
background-color css
<style>
a { background-color: #930573; }
a { background-color: rgb(147,5,115); }
div.DivClassName
{
background-color: #930573;
}
.BgClassName
{
background-color: #930573;
}
</style>
border-color css
<style>
span { border-color: #930573; }
span { border-color: rgb(147,5,115); }
td.TdClassName
{
border-color: #930573;
}
.TagClassName
{
border-color: #930573;
}
</style>