Shades of Eggplant #980975
Tints of Eggplant #980975
RGB
CMYK
RGB Variations
Color information
#980975 (or 0x980975) is known color: Eggplant. HEX triplet: 98, 09 and 75. RGB value is (152,9,117). Sum of RGB (Red+Green+Blue) = 152+9+117=278 (36% of max value = 765). Red value is 152 (59.77% from 255 or 54.68% from 278); Green value is 9 (3.91% from 255 or 3.24% from 278); Blue value is 117 (46.09% from 255 or 42.09% from 278); Max value from RGB is 152 - color contains mainly: red. Hex color #980975 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #980975 is #67F68A. Grayscale: #3F3F3F. Windows color (decimal): -6813323 or 7670168. OLE color: 7670168.
HSL color Cylindrical-coordinate representation of color #980975: hue angle of 314.69º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #980975 is Cyan = 0, Magento = 0.94, Yellow = 0.23 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 9 | 117 | - |
| CMYK | 0 | 0.94 | 0.23 | 0.40 |
| HSL | 314.69º | 0.89% | 0.32% | - |
| HSV(B) | 314.69º | 0.94% | 0.6% | - |
| XYZ | 16.26 | 8.16 | 17.55 | - |
| YUV | 64.07 | 157.88 | 190.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 9 | 117 | 0 | 0.94 | 0.23 | 0.40 | 314.69 | 0.89 | 0.32 |
| Hex | 98 | 9 | 75 | 0 | 5E | 17 | 28 | 13B | 59 | 20 |
| Octal | 230 | 11 | 165 | 0 | 136 | 27 | 50 | 473 | 131 | 40 |
| Binary | 10011000 | 1001 | 1110101 | 0 | 1011110 | 10111 | 101000 | 100111011 | 1011001 | 100000 |
Color Harmonies of #980975
Complementary color
Monochromatic Colors of #980975
Black with #980975
Text Example
Text Example
White with #980975
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #980975; }
p { color: rgb(152,9,117); }
H1.HeaderClassName
{
color: #980975;
}
.AnyTagClassName
{
color: #980975;
}
</style>
background-color css
<style>
a { background-color: #980975; }
a { background-color: rgb(152,9,117); }
div.DivClassName
{
background-color: #980975;
}
.BgClassName
{
background-color: #980975;
}
</style>
border-color css
<style>
span { border-color: #980975; }
span { border-color: rgb(152,9,117); }
td.TdClassName
{
border-color: #980975;
}
.TagClassName
{
border-color: #980975;
}
</style>