Shades of Eggplant #930975
Tints of Eggplant #930975
RGB
CMYK
RGB Variations
Color information
#930975 (or 0x930975) is known color: Eggplant. HEX triplet: 93, 09 and 75. RGB value is (147,9,117). Sum of RGB (Red+Green+Blue) = 147+9+117=273 (36% of max value = 765). Red value is 147 (57.81% from 255 or 53.85% from 273); Green value is 9 (3.91% from 255 or 3.30% from 273); Blue value is 117 (46.09% from 255 or 42.86% from 273); Max value from RGB is 147 - color contains mainly: red. Hex color #930975 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #930975 is #6CF68A. Grayscale: #3E3E3E. Windows color (decimal): -7141003 or 7670163. OLE color: 7670163.
HSL color Cylindrical-coordinate representation of color #930975: hue angle of 313.04º degrees, saturation: 0.88, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #930975 is Cyan = 0, Magento = 0.94, Yellow = 0.20 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 9 | 117 | - |
| CMYK | 0 | 0.94 | 0.20 | 0.42 |
| HSL | 313.04º | 0.88% | 0.31% | - |
| HSV(B) | 313.04º | 0.94% | 0.58% | - |
| XYZ | 15.34 | 7.68 | 17.5 | - |
| YUV | 62.57 | 158.72 | 188.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 9 | 117 | 0 | 0.94 | 0.20 | 0.42 | 313.04 | 0.88 | 0.31 |
| Hex | 93 | 9 | 75 | 0 | 5E | 14 | 2A | 139 | 58 | 1F |
| Octal | 223 | 11 | 165 | 0 | 136 | 24 | 52 | 471 | 130 | 37 |
| Binary | 10010011 | 1001 | 1110101 | 0 | 1011110 | 10100 | 101010 | 100111001 | 1011000 | 11111 |
Color Harmonies of #930975
Complementary color
Monochromatic Colors of #930975
Black with #930975
Text Example
Text Example
White with #930975
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #930975; }
p { color: rgb(147,9,117); }
H1.HeaderClassName
{
color: #930975;
}
.AnyTagClassName
{
color: #930975;
}
</style>
background-color css
<style>
a { background-color: #930975; }
a { background-color: rgb(147,9,117); }
div.DivClassName
{
background-color: #930975;
}
.BgClassName
{
background-color: #930975;
}
</style>
border-color css
<style>
span { border-color: #930975; }
span { border-color: rgb(147,9,117); }
td.TdClassName
{
border-color: #930975;
}
.TagClassName
{
border-color: #930975;
}
</style>