Shades of Eggplant #980C6C
Tints of Eggplant #980C6C
RGB
CMYK
RGB Variations
Color information
#980C6C (or 0x980C6C) is known color: Eggplant. HEX triplet: 98, 0C and 6C. RGB value is (152,12,108). Sum of RGB (Red+Green+Blue) = 152+12+108=272 (36% of max value = 765). Red value is 152 (59.77% from 255 or 55.88% from 272); Green value is 12 (5.08% from 255 or 4.41% from 272); Blue value is 108 (42.58% from 255 or 39.71% from 272); Max value from RGB is 152 - color contains mainly: red. Hex color #980C6C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #980C6C is #67F393. Grayscale: #404040. Windows color (decimal): -6812564 or 7081112. OLE color: 7081112.
HSL color Cylindrical-coordinate representation of color #980C6C: hue angle of 318.86º degrees, saturation: 0.85, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #980C6C is Cyan = 0, Magento = 0.92, Yellow = 0.29 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 12 | 108 | - |
| CMYK | 0 | 0.92 | 0.29 | 0.40 |
| HSL | 318.86º | 0.85% | 0.32% | - |
| HSV(B) | 318.86º | 0.92% | 0.6% | - |
| XYZ | 15.79 | 8.02 | 14.9 | - |
| YUV | 64.8 | 152.38 | 190.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 12 | 108 | 0 | 0.92 | 0.29 | 0.40 | 318.86 | 0.85 | 0.32 |
| Hex | 98 | C | 6C | 0 | 5C | 1D | 28 | 13F | 55 | 20 |
| Octal | 230 | 14 | 154 | 0 | 134 | 35 | 50 | 477 | 125 | 40 |
| Binary | 10011000 | 1100 | 1101100 | 0 | 1011100 | 11101 | 101000 | 100111111 | 1010101 | 100000 |
Color Harmonies of #980C6C
Complementary color
Monochromatic Colors of #980C6C
Black with #980C6C
Text Example
Text Example
White with #980C6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #980C6C; }
p { color: rgb(152,12,108); }
H1.HeaderClassName
{
color: #980C6C;
}
.AnyTagClassName
{
color: #980C6C;
}
</style>
background-color css
<style>
a { background-color: #980C6C; }
a { background-color: rgb(152,12,108); }
div.DivClassName
{
background-color: #980C6C;
}
.BgClassName
{
background-color: #980C6C;
}
</style>
border-color css
<style>
span { border-color: #980C6C; }
span { border-color: rgb(152,12,108); }
td.TdClassName
{
border-color: #980C6C;
}
.TagClassName
{
border-color: #980C6C;
}
</style>