Shades of Eggplant #980C74
Tints of Eggplant #980C74
RGB
CMYK
RGB Variations
Color information
#980C74 (or 0x980C74) is known color: Eggplant. HEX triplet: 98, 0C and 74. RGB value is (152,12,116). Sum of RGB (Red+Green+Blue) = 152+12+116=280 (37% of max value = 765). Red value is 152 (59.77% from 255 or 54.29% from 280); Green value is 12 (5.08% from 255 or 4.29% from 280); Blue value is 116 (45.70% from 255 or 41.43% from 280); Max value from RGB is 152 - color contains mainly: red. Hex color #980C74 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #980C74 is #67F38B. Grayscale: #414141. Windows color (decimal): -6812556 or 7605400. OLE color: 7605400.
HSL color Cylindrical-coordinate representation of color #980C74: hue angle of 315.43º 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 #980C74 is Cyan = 0, Magento = 0.92, Yellow = 0.24 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 12 | 116 | - |
| CMYK | 0 | 0.92 | 0.24 | 0.40 |
| HSL | 315.43º | 0.85% | 0.32% | - |
| HSV(B) | 315.43º | 0.92% | 0.6% | - |
| XYZ | 16.23 | 8.2 | 17.25 | - |
| YUV | 65.72 | 156.38 | 189.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 12 | 116 | 0 | 0.92 | 0.24 | 0.40 | 315.43 | 0.85 | 0.32 |
| Hex | 98 | C | 74 | 0 | 5C | 18 | 28 | 13B | 55 | 20 |
| Octal | 230 | 14 | 164 | 0 | 134 | 30 | 50 | 473 | 125 | 40 |
| Binary | 10011000 | 1100 | 1110100 | 0 | 1011100 | 11000 | 101000 | 100111011 | 1010101 | 100000 |
Color Harmonies of #980C74
Complementary color
Monochromatic Colors of #980C74
Black with #980C74
Text Example
Text Example
White with #980C74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #980C74; }
p { color: rgb(152,12,116); }
H1.HeaderClassName
{
color: #980C74;
}
.AnyTagClassName
{
color: #980C74;
}
</style>
background-color css
<style>
a { background-color: #980C74; }
a { background-color: rgb(152,12,116); }
div.DivClassName
{
background-color: #980C74;
}
.BgClassName
{
background-color: #980C74;
}
</style>
border-color css
<style>
span { border-color: #980C74; }
span { border-color: rgb(152,12,116); }
td.TdClassName
{
border-color: #980C74;
}
.TagClassName
{
border-color: #980C74;
}
</style>