Shades of Eggplant #930C72
Tints of Eggplant #930C72
RGB
CMYK
RGB Variations
Color information
#930C72 (or 0x930C72) is known color: Eggplant. HEX triplet: 93, 0C and 72. RGB value is (147,12,114). Sum of RGB (Red+Green+Blue) = 147+12+114=273 (36% of max value = 765). Red value is 147 (57.81% from 255 or 53.85% from 273); Green value is 12 (5.08% from 255 or 4.40% from 273); Blue value is 114 (44.92% from 255 or 41.76% from 273); Max value from RGB is 147 - color contains mainly: red. Hex color #930C72 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #930C72 is #6CF38D. Grayscale: #3F3F3F. Windows color (decimal): -7140238 or 7474323. OLE color: 7474323.
HSL color Cylindrical-coordinate representation of color #930C72: hue angle of 314.67º degrees, saturation: 0.85, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #930C72 is Cyan = 0, Magento = 0.92, Yellow = 0.22 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 12 | 114 | - |
| CMYK | 0 | 0.92 | 0.22 | 0.42 |
| HSL | 314.67º | 0.85% | 0.31% | - |
| HSV(B) | 314.67º | 0.92% | 0.58% | - |
| XYZ | 15.2 | 7.68 | 16.6 | - |
| YUV | 63.99 | 156.23 | 187.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 12 | 114 | 0 | 0.92 | 0.22 | 0.42 | 314.67 | 0.85 | 0.31 |
| Hex | 93 | C | 72 | 0 | 5C | 16 | 2A | 13B | 55 | 1F |
| Octal | 223 | 14 | 162 | 0 | 134 | 26 | 52 | 473 | 125 | 37 |
| Binary | 10010011 | 1100 | 1110010 | 0 | 1011100 | 10110 | 101010 | 100111011 | 1010101 | 11111 |
Color Harmonies of #930C72
Complementary color
Monochromatic Colors of #930C72
Black with #930C72
Text Example
Text Example
White with #930C72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #930C72; }
p { color: rgb(147,12,114); }
H1.HeaderClassName
{
color: #930C72;
}
.AnyTagClassName
{
color: #930C72;
}
</style>
background-color css
<style>
a { background-color: #930C72; }
a { background-color: rgb(147,12,114); }
div.DivClassName
{
background-color: #930C72;
}
.BgClassName
{
background-color: #930C72;
}
</style>
border-color css
<style>
span { border-color: #930C72; }
span { border-color: rgb(147,12,114); }
td.TdClassName
{
border-color: #930C72;
}
.TagClassName
{
border-color: #930C72;
}
</style>