Shades of Eggplant #980E6C
Tints of Eggplant #980E6C
RGB
CMYK
RGB Variations
Color information
#980E6C (or 0x980E6C) is known color: Eggplant. HEX triplet: 98, 0E and 6C. RGB value is (152,14,108). Sum of RGB (Red+Green+Blue) = 152+14+108=274 (36% of max value = 765). Red value is 152 (59.77% from 255 or 55.47% from 274); Green value is 14 (5.86% from 255 or 5.11% from 274); Blue value is 108 (42.58% from 255 or 39.42% from 274); Max value from RGB is 152 - color contains mainly: red. Hex color #980E6C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #980E6C is #67F193. Grayscale: #414141. Windows color (decimal): -6812052 or 7081624. OLE color: 7081624.
HSL color Cylindrical-coordinate representation of color #980E6C: hue angle of 319.13º degrees, saturation: 0.83, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #980E6C is Cyan = 0, Magento = 0.91, Yellow = 0.29 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 14 | 108 | - |
| CMYK | 0 | 0.91 | 0.29 | 0.40 |
| HSL | 319.13º | 0.83% | 0.33% | - |
| HSV(B) | 319.13º | 0.91% | 0.6% | - |
| XYZ | 15.81 | 8.07 | 14.91 | - |
| YUV | 65.98 | 151.72 | 189.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 14 | 108 | 0 | 0.91 | 0.29 | 0.40 | 319.13 | 0.83 | 0.33 |
| Hex | 98 | E | 6C | 0 | 5B | 1D | 28 | 13F | 53 | 21 |
| Octal | 230 | 16 | 154 | 0 | 133 | 35 | 50 | 477 | 123 | 41 |
| Binary | 10011000 | 1110 | 1101100 | 0 | 1011011 | 11101 | 101000 | 100111111 | 1010011 | 100001 |
Color Harmonies of #980E6C
Complementary color
Monochromatic Colors of #980E6C
Black with #980E6C
Text Example
Text Example
White with #980E6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #980E6C; }
p { color: rgb(152,14,108); }
H1.HeaderClassName
{
color: #980E6C;
}
.AnyTagClassName
{
color: #980E6C;
}
</style>
background-color css
<style>
a { background-color: #980E6C; }
a { background-color: rgb(152,14,108); }
div.DivClassName
{
background-color: #980E6C;
}
.BgClassName
{
background-color: #980E6C;
}
</style>
border-color css
<style>
span { border-color: #980E6C; }
span { border-color: rgb(152,14,108); }
td.TdClassName
{
border-color: #980E6C;
}
.TagClassName
{
border-color: #980E6C;
}
</style>