Shades of Eggplant #980F75
Tints of Eggplant #980F75
RGB
CMYK
RGB Variations
Color information
#980F75 (or 0x980F75) is known color: Eggplant. HEX triplet: 98, 0F and 75. RGB value is (152,15,117). Sum of RGB (Red+Green+Blue) = 152+15+117=284 (37% of max value = 765). Red value is 152 (59.77% from 255 or 53.52% from 284); Green value is 15 (6.25% from 255 or 5.28% from 284); Blue value is 117 (46.09% from 255 or 41.20% from 284); Max value from RGB is 152 - color contains mainly: red. Hex color #980F75 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #980F75 is #67F08A. Grayscale: #434343. Windows color (decimal): -6811787 or 7671704. OLE color: 7671704.
HSL color Cylindrical-coordinate representation of color #980F75: hue angle of 315.33º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #980F75 is Cyan = 0, Magento = 0.90, Yellow = 0.23 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 15 | 117 | - |
| CMYK | 0 | 0.90 | 0.23 | 0.40 |
| HSL | 315.33º | 0.82% | 0.33% | - |
| HSV(B) | 315.33º | 0.9% | 0.6% | - |
| XYZ | 16.33 | 8.3 | 17.57 | - |
| YUV | 67.59 | 155.89 | 188.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 15 | 117 | 0 | 0.90 | 0.23 | 0.40 | 315.33 | 0.82 | 0.33 |
| Hex | 98 | F | 75 | 0 | 5A | 17 | 28 | 13B | 52 | 21 |
| Octal | 230 | 17 | 165 | 0 | 132 | 27 | 50 | 473 | 122 | 41 |
| Binary | 10011000 | 1111 | 1110101 | 0 | 1011010 | 10111 | 101000 | 100111011 | 1010010 | 100001 |
Color Harmonies of #980F75
Complementary color
Monochromatic Colors of #980F75
Black with #980F75
Text Example
Text Example
White with #980F75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #980F75; }
p { color: rgb(152,15,117); }
H1.HeaderClassName
{
color: #980F75;
}
.AnyTagClassName
{
color: #980F75;
}
</style>
background-color css
<style>
a { background-color: #980F75; }
a { background-color: rgb(152,15,117); }
div.DivClassName
{
background-color: #980F75;
}
.BgClassName
{
background-color: #980F75;
}
</style>
border-color css
<style>
span { border-color: #980F75; }
span { border-color: rgb(152,15,117); }
td.TdClassName
{
border-color: #980F75;
}
.TagClassName
{
border-color: #980F75;
}
</style>