Shades of Eggplant #930F6F
Tints of Eggplant #930F6F
RGB
CMYK
RGB Variations
Color information
#930F6F (or 0x930F6F) is known color: Eggplant. HEX triplet: 93, 0F and 6F. RGB value is (147,15,111). Sum of RGB (Red+Green+Blue) = 147+15+111=273 (36% of max value = 765). Red value is 147 (57.81% from 255 or 53.85% from 273); Green value is 15 (6.25% from 255 or 5.49% from 273); Blue value is 111 (43.75% from 255 or 40.66% from 273); Max value from RGB is 147 - color contains mainly: red. Hex color #930F6F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #930F6F is #6CF090. Grayscale: #414141. Windows color (decimal): -7139473 or 7278483. OLE color: 7278483.
HSL color Cylindrical-coordinate representation of color #930F6F: hue angle of 316.36º 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 #930F6F is Cyan = 0, Magento = 0.90, Yellow = 0.24 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 15 | 111 | - |
| CMYK | 0 | 0.90 | 0.24 | 0.42 |
| HSL | 316.36º | 0.81% | 0.32% | - |
| HSV(B) | 316.36º | 0.9% | 0.58% | - |
| XYZ | 15.07 | 7.69 | 15.73 | - |
| YUV | 65.41 | 153.73 | 186.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 15 | 111 | 0 | 0.90 | 0.24 | 0.42 | 316.36 | 0.81 | 0.32 |
| Hex | 93 | F | 6F | 0 | 5A | 18 | 2A | 13C | 51 | 20 |
| Octal | 223 | 17 | 157 | 0 | 132 | 30 | 52 | 474 | 121 | 40 |
| Binary | 10010011 | 1111 | 1101111 | 0 | 1011010 | 11000 | 101010 | 100111100 | 1010001 | 100000 |
Color Harmonies of #930F6F
Complementary color
Monochromatic Colors of #930F6F
Black with #930F6F
Text Example
Text Example
White with #930F6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #930F6F; }
p { color: rgb(147,15,111); }
H1.HeaderClassName
{
color: #930F6F;
}
.AnyTagClassName
{
color: #930F6F;
}
</style>
background-color css
<style>
a { background-color: #930F6F; }
a { background-color: rgb(147,15,111); }
div.DivClassName
{
background-color: #930F6F;
}
.BgClassName
{
background-color: #930F6F;
}
</style>
border-color css
<style>
span { border-color: #930F6F; }
span { border-color: rgb(147,15,111); }
td.TdClassName
{
border-color: #930F6F;
}
.TagClassName
{
border-color: #930F6F;
}
</style>