Shades of Eggplant #930F68
Tints of Eggplant #930F68
RGB
CMYK
RGB Variations
Color information
#930F68 (or 0x930F68) is known color: Eggplant. HEX triplet: 93, 0F and 68. RGB value is (147,15,104). Sum of RGB (Red+Green+Blue) = 147+15+104=266 (35% of max value = 765). Red value is 147 (57.81% from 255 or 55.26% from 266); Green value is 15 (6.25% from 255 or 5.64% from 266); Blue value is 104 (41.02% from 255 or 39.10% from 266); Max value from RGB is 147 - color contains mainly: red. Hex color #930F68 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #930F68 is #6CF097. Grayscale: #404040. Windows color (decimal): -7139480 or 6819731. OLE color: 6819731.
HSL color Cylindrical-coordinate representation of color #930F68: hue angle of 319.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 #930F68 is Cyan = 0, Magento = 0.90, Yellow = 0.29 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 15 | 104 | - |
| CMYK | 0 | 0.90 | 0.29 | 0.42 |
| HSL | 319.55º | 0.81% | 0.32% | - |
| HSV(B) | 319.55º | 0.9% | 0.58% | - |
| XYZ | 14.7 | 7.54 | 13.78 | - |
| YUV | 64.61 | 150.23 | 186.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 15 | 104 | 0 | 0.90 | 0.29 | 0.42 | 319.55 | 0.81 | 0.32 |
| Hex | 93 | F | 68 | 0 | 5A | 1D | 2A | 140 | 51 | 20 |
| Octal | 223 | 17 | 150 | 0 | 132 | 35 | 52 | 500 | 121 | 40 |
| Binary | 10010011 | 1111 | 1101000 | 0 | 1011010 | 11101 | 101010 | 101000000 | 1010001 | 100000 |
Color Harmonies of #930F68
Complementary color
Monochromatic Colors of #930F68
Black with #930F68
Text Example
Text Example
White with #930F68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #930F68; }
p { color: rgb(147,15,104); }
H1.HeaderClassName
{
color: #930F68;
}
.AnyTagClassName
{
color: #930F68;
}
</style>
background-color css
<style>
a { background-color: #930F68; }
a { background-color: rgb(147,15,104); }
div.DivClassName
{
background-color: #930F68;
}
.BgClassName
{
background-color: #930F68;
}
</style>
border-color css
<style>
span { border-color: #930F68; }
span { border-color: rgb(147,15,104); }
td.TdClassName
{
border-color: #930F68;
}
.TagClassName
{
border-color: #930F68;
}
</style>