Shades of Eggplant #930F73
Tints of Eggplant #930F73
RGB
CMYK
RGB Variations
Color information
#930F73 (or 0x930F73) is known color: Eggplant. HEX triplet: 93, 0F and 73. RGB value is (147,15,115). Sum of RGB (Red+Green+Blue) = 147+15+115=277 (36% of max value = 765). Red value is 147 (57.81% from 255 or 53.07% from 277); Green value is 15 (6.25% from 255 or 5.42% from 277); Blue value is 115 (45.31% from 255 or 41.52% from 277); Max value from RGB is 147 - color contains mainly: red. Hex color #930F73 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #930F73 is #6CF08C. Grayscale: #414141. Windows color (decimal): -7139469 or 7540627. OLE color: 7540627.
HSL color Cylindrical-coordinate representation of color #930F73: hue angle of 314.55º 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 #930F73 is Cyan = 0, Magento = 0.90, Yellow = 0.22 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 15 | 115 | - |
| CMYK | 0 | 0.90 | 0.22 | 0.42 |
| HSL | 314.55º | 0.81% | 0.32% | - |
| HSV(B) | 314.55º | 0.9% | 0.58% | - |
| XYZ | 15.3 | 7.78 | 16.92 | - |
| YUV | 65.87 | 155.73 | 185.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 15 | 115 | 0 | 0.90 | 0.22 | 0.42 | 314.55 | 0.81 | 0.32 |
| Hex | 93 | F | 73 | 0 | 5A | 16 | 2A | 13B | 51 | 20 |
| Octal | 223 | 17 | 163 | 0 | 132 | 26 | 52 | 473 | 121 | 40 |
| Binary | 10010011 | 1111 | 1110011 | 0 | 1011010 | 10110 | 101010 | 100111011 | 1010001 | 100000 |
Color Harmonies of #930F73
Complementary color
Monochromatic Colors of #930F73
Black with #930F73
Text Example
Text Example
White with #930F73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #930F73; }
p { color: rgb(147,15,115); }
H1.HeaderClassName
{
color: #930F73;
}
.AnyTagClassName
{
color: #930F73;
}
</style>
background-color css
<style>
a { background-color: #930F73; }
a { background-color: rgb(147,15,115); }
div.DivClassName
{
background-color: #930F73;
}
.BgClassName
{
background-color: #930F73;
}
</style>
border-color css
<style>
span { border-color: #930F73; }
span { border-color: rgb(147,15,115); }
td.TdClassName
{
border-color: #930F73;
}
.TagClassName
{
border-color: #930F73;
}
</style>