Shades of Eggplant #980D6C
Tints of Eggplant #980D6C
RGB
CMYK
RGB Variations
Color information
#980D6C (or 0x980D6C) is known color: Eggplant. HEX triplet: 98, 0D and 6C. RGB value is (152,13,108). Sum of RGB (Red+Green+Blue) = 152+13+108=273 (36% of max value = 765). Red value is 152 (59.77% from 255 or 55.68% from 273); Green value is 13 (5.47% from 255 or 4.76% from 273); Blue value is 108 (42.58% from 255 or 39.56% from 273); Max value from RGB is 152 - color contains mainly: red. Hex color #980D6C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #980D6C is #67F293. Grayscale: #414141. Windows color (decimal): -6812308 or 7081368. OLE color: 7081368.
HSL color Cylindrical-coordinate representation of color #980D6C: hue angle of 318.99º 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 #980D6C is Cyan = 0, Magento = 0.91, Yellow = 0.29 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 13 | 108 | - |
| CMYK | 0 | 0.91 | 0.29 | 0.40 |
| HSL | 318.99º | 0.84% | 0.32% | - |
| HSV(B) | 318.99º | 0.91% | 0.6% | - |
| XYZ | 15.8 | 8.05 | 14.91 | - |
| YUV | 65.39 | 152.05 | 189.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 13 | 108 | 0 | 0.91 | 0.29 | 0.40 | 318.99 | 0.84 | 0.32 |
| Hex | 98 | D | 6C | 0 | 5B | 1D | 28 | 13F | 54 | 20 |
| Octal | 230 | 15 | 154 | 0 | 133 | 35 | 50 | 477 | 124 | 40 |
| Binary | 10011000 | 1101 | 1101100 | 0 | 1011011 | 11101 | 101000 | 100111111 | 1010100 | 100000 |
Color Harmonies of #980D6C
Complementary color
Monochromatic Colors of #980D6C
Black with #980D6C
Text Example
Text Example
White with #980D6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #980D6C; }
p { color: rgb(152,13,108); }
H1.HeaderClassName
{
color: #980D6C;
}
.AnyTagClassName
{
color: #980D6C;
}
</style>
background-color css
<style>
a { background-color: #980D6C; }
a { background-color: rgb(152,13,108); }
div.DivClassName
{
background-color: #980D6C;
}
.BgClassName
{
background-color: #980D6C;
}
</style>
border-color css
<style>
span { border-color: #980D6C; }
span { border-color: rgb(152,13,108); }
td.TdClassName
{
border-color: #980D6C;
}
.TagClassName
{
border-color: #980D6C;
}
</style>