Shades of Eggplant #930A74
Tints of Eggplant #930A74
RGB
CMYK
RGB Variations
Color information
#930A74 (or 0x930A74) is known color: Eggplant. HEX triplet: 93, 0A and 74. RGB value is (147,10,116). Sum of RGB (Red+Green+Blue) = 147+10+116=273 (36% of max value = 765). Red value is 147 (57.81% from 255 or 53.85% from 273); Green value is 10 (4.30% from 255 or 3.66% from 273); Blue value is 116 (45.70% from 255 or 42.49% from 273); Max value from RGB is 147 - color contains mainly: red. Hex color #930A74 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #930A74 is #6CF58B. Grayscale: #3E3E3E. Windows color (decimal): -7140748 or 7604883. OLE color: 7604883.
HSL color Cylindrical-coordinate representation of color #930A74: hue angle of 313.58º degrees, saturation: 0.87, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #930A74 is Cyan = 0, Magento = 0.93, Yellow = 0.21 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 10 | 116 | - |
| CMYK | 0 | 0.93 | 0.21 | 0.42 |
| HSL | 313.58º | 0.87% | 0.31% | - |
| HSV(B) | 313.58º | 0.93% | 0.58% | - |
| XYZ | 15.29 | 7.68 | 17.2 | - |
| YUV | 63.05 | 157.89 | 187.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 10 | 116 | 0 | 0.93 | 0.21 | 0.42 | 313.58 | 0.87 | 0.31 |
| Hex | 93 | A | 74 | 0 | 5D | 15 | 2A | 13A | 57 | 1F |
| Octal | 223 | 12 | 164 | 0 | 135 | 25 | 52 | 472 | 127 | 37 |
| Binary | 10010011 | 1010 | 1110100 | 0 | 1011101 | 10101 | 101010 | 100111010 | 1010111 | 11111 |
Color Harmonies of #930A74
Complementary color
Monochromatic Colors of #930A74
Black with #930A74
Text Example
Text Example
White with #930A74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #930A74; }
p { color: rgb(147,10,116); }
H1.HeaderClassName
{
color: #930A74;
}
.AnyTagClassName
{
color: #930A74;
}
</style>
background-color css
<style>
a { background-color: #930A74; }
a { background-color: rgb(147,10,116); }
div.DivClassName
{
background-color: #930A74;
}
.BgClassName
{
background-color: #930A74;
}
</style>
border-color css
<style>
span { border-color: #930A74; }
span { border-color: rgb(147,10,116); }
td.TdClassName
{
border-color: #930A74;
}
.TagClassName
{
border-color: #930A74;
}
</style>