Shades of Eggplant #930F71
Tints of Eggplant #930F71
RGB
CMYK
RGB Variations
Color information
#930F71 (or 0x930F71) is known color: Eggplant. HEX triplet: 93, 0F and 71. RGB value is (147,15,113). Sum of RGB (Red+Green+Blue) = 147+15+113=275 (36% of max value = 765). Red value is 147 (57.81% from 255 or 53.45% from 275); Green value is 15 (6.25% from 255 or 5.45% from 275); Blue value is 113 (44.53% from 255 or 41.09% from 275); Max value from RGB is 147 - color contains mainly: red. Hex color #930F71 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #930F71 is #6CF08E. Grayscale: #414141. Windows color (decimal): -7139471 or 7409555. OLE color: 7409555.
HSL color Cylindrical-coordinate representation of color #930F71: hue angle of 315.45º degrees, saturation: 0.81, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #930F71 is Cyan = 0, Magento = 0.90, Yellow = 0.23 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 15 | 113 | - |
| CMYK | 0 | 0.90 | 0.23 | 0.42 |
| HSL | 315.45º | 0.81% | 0.32% | - |
| HSV(B) | 315.45º | 0.9% | 0.58% | - |
| XYZ | 15.18 | 7.74 | 16.32 | - |
| YUV | 65.64 | 154.73 | 186.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 15 | 113 | 0 | 0.90 | 0.23 | 0.42 | 315.45 | 0.81 | 0.32 |
| Hex | 93 | F | 71 | 0 | 5A | 17 | 2A | 13B | 51 | 20 |
| Octal | 223 | 17 | 161 | 0 | 132 | 27 | 52 | 473 | 121 | 40 |
| Binary | 10010011 | 1111 | 1110001 | 0 | 1011010 | 10111 | 101010 | 100111011 | 1010001 | 100000 |
Color Harmonies of #930F71
Complementary color
Monochromatic Colors of #930F71
Black with #930F71
Text Example
Text Example
White with #930F71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #930F71; }
p { color: rgb(147,15,113); }
H1.HeaderClassName
{
color: #930F71;
}
.AnyTagClassName
{
color: #930F71;
}
</style>
background-color css
<style>
a { background-color: #930F71; }
a { background-color: rgb(147,15,113); }
div.DivClassName
{
background-color: #930F71;
}
.BgClassName
{
background-color: #930F71;
}
</style>
border-color css
<style>
span { border-color: #930F71; }
span { border-color: rgb(147,15,113); }
td.TdClassName
{
border-color: #930F71;
}
.TagClassName
{
border-color: #930F71;
}
</style>