Shades of Eggplant #980D71
Tints of Eggplant #980D71
RGB
CMYK
RGB Variations
Color information
#980D71 (or 0x980D71) is known color: Eggplant. HEX triplet: 98, 0D and 71. RGB value is (152,13,113). Sum of RGB (Red+Green+Blue) = 152+13+113=278 (36% of max value = 765). Red value is 152 (59.77% from 255 or 54.68% from 278); Green value is 13 (5.47% from 255 or 4.68% from 278); Blue value is 113 (44.53% from 255 or 40.65% from 278); Max value from RGB is 152 - color contains mainly: red. Hex color #980D71 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #980D71 is #67F28E. Grayscale: #414141. Windows color (decimal): -6812303 or 7409048. OLE color: 7409048.
HSL color Cylindrical-coordinate representation of color #980D71: hue angle of 316.83º degrees, saturation: 0.84, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #980D71 is Cyan = 0, Magento = 0.91, Yellow = 0.26 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 13 | 113 | - |
| CMYK | 0 | 0.91 | 0.26 | 0.40 |
| HSL | 316.83º | 0.84% | 0.32% | - |
| HSV(B) | 316.83º | 0.91% | 0.6% | - |
| XYZ | 16.07 | 8.16 | 16.35 | - |
| YUV | 65.96 | 154.55 | 189.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 13 | 113 | 0 | 0.91 | 0.26 | 0.40 | 316.83 | 0.84 | 0.32 |
| Hex | 98 | D | 71 | 0 | 5B | 1A | 28 | 13D | 54 | 20 |
| Octal | 230 | 15 | 161 | 0 | 133 | 32 | 50 | 475 | 124 | 40 |
| Binary | 10011000 | 1101 | 1110001 | 0 | 1011011 | 11010 | 101000 | 100111101 | 1010100 | 100000 |
Color Harmonies of #980D71
Complementary color
Monochromatic Colors of #980D71
Black with #980D71
Text Example
Text Example
White with #980D71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #980D71; }
p { color: rgb(152,13,113); }
H1.HeaderClassName
{
color: #980D71;
}
.AnyTagClassName
{
color: #980D71;
}
</style>
background-color css
<style>
a { background-color: #980D71; }
a { background-color: rgb(152,13,113); }
div.DivClassName
{
background-color: #980D71;
}
.BgClassName
{
background-color: #980D71;
}
</style>
border-color css
<style>
span { border-color: #980D71; }
span { border-color: rgb(152,13,113); }
td.TdClassName
{
border-color: #980D71;
}
.TagClassName
{
border-color: #980D71;
}
</style>