Shades of Eggplant #930576
Tints of Eggplant #930576
RGB
CMYK
RGB Variations
Color information
#930576 (or 0x930576) is known color: Eggplant. HEX triplet: 93, 05 and 76. RGB value is (147,5,118). Sum of RGB (Red+Green+Blue) = 147+5+118=270 (35% of max value = 765). Red value is 147 (57.81% from 255 or 54.44% from 270); Green value is 5 (2.34% from 255 or 1.85% from 270); Blue value is 118 (46.48% from 255 or 43.70% from 270); Max value from RGB is 147 - color contains mainly: red. Hex color #930576 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #930576 is #6CFA89. Grayscale: #3C3C3C. Windows color (decimal): -7142026 or 7734675. OLE color: 7734675.
HSL color Cylindrical-coordinate representation of color #930576: hue angle of 312.25º 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 #930576 is Cyan = 0, Magento = 0.97, Yellow = 0.20 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 5 | 118 | - |
| CMYK | 0 | 0.97 | 0.20 | 0.42 |
| HSL | 312.25º | 0.93% | 0.3% | - |
| HSV(B) | 312.25º | 0.97% | 0.58% | - |
| XYZ | 15.36 | 7.62 | 17.8 | - |
| YUV | 60.34 | 160.54 | 189.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 5 | 118 | 0 | 0.97 | 0.20 | 0.42 | 312.25 | 0.93 | 0.3 |
| Hex | 93 | 5 | 76 | 0 | 61 | 14 | 2A | 138 | 5D | 1E |
| Octal | 223 | 5 | 166 | 0 | 141 | 24 | 52 | 470 | 135 | 36 |
| Binary | 10010011 | 101 | 1110110 | 0 | 1100001 | 10100 | 101010 | 100111000 | 1011101 | 11110 |
Color Harmonies of #930576
Complementary color
Monochromatic Colors of #930576
Black with #930576
Text Example
Text Example
White with #930576
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #930576; }
p { color: rgb(147,5,118); }
H1.HeaderClassName
{
color: #930576;
}
.AnyTagClassName
{
color: #930576;
}
</style>
background-color css
<style>
a { background-color: #930576; }
a { background-color: rgb(147,5,118); }
div.DivClassName
{
background-color: #930576;
}
.BgClassName
{
background-color: #930576;
}
</style>
border-color css
<style>
span { border-color: #930576; }
span { border-color: rgb(147,5,118); }
td.TdClassName
{
border-color: #930576;
}
.TagClassName
{
border-color: #930576;
}
</style>