Shades of Eggplant #980B6E
Tints of Eggplant #980B6E
RGB
CMYK
RGB Variations
Color information
#980B6E (or 0x980B6E) is known color: Eggplant. HEX triplet: 98, 0B and 6E. RGB value is (152,11,110). Sum of RGB (Red+Green+Blue) = 152+11+110=273 (36% of max value = 765). Red value is 152 (59.77% from 255 or 55.68% from 273); Green value is 11 (4.69% from 255 or 4.03% from 273); Blue value is 110 (43.36% from 255 or 40.29% from 273); Max value from RGB is 152 - color contains mainly: red. Hex color #980B6E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #980B6E is #67F491. Grayscale: #404040. Windows color (decimal): -6812818 or 7211928. OLE color: 7211928.
HSL color Cylindrical-coordinate representation of color #980B6E: hue angle of 317.87º degrees, saturation: 0.87, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #980B6E is Cyan = 0, Magento = 0.93, Yellow = 0.28 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 11 | 110 | - |
| CMYK | 0 | 0.93 | 0.28 | 0.40 |
| HSL | 317.87º | 0.87% | 0.32% | - |
| HSV(B) | 317.87º | 0.93% | 0.6% | - |
| XYZ | 15.88 | 8.04 | 15.47 | - |
| YUV | 64.45 | 153.71 | 190.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 11 | 110 | 0 | 0.93 | 0.28 | 0.40 | 317.87 | 0.87 | 0.32 |
| Hex | 98 | B | 6E | 0 | 5D | 1C | 28 | 13E | 57 | 20 |
| Octal | 230 | 13 | 156 | 0 | 135 | 34 | 50 | 476 | 127 | 40 |
| Binary | 10011000 | 1011 | 1101110 | 0 | 1011101 | 11100 | 101000 | 100111110 | 1010111 | 100000 |
Color Harmonies of #980B6E
Complementary color
Monochromatic Colors of #980B6E
Black with #980B6E
Text Example
Text Example
White with #980B6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #980B6E; }
p { color: rgb(152,11,110); }
H1.HeaderClassName
{
color: #980B6E;
}
.AnyTagClassName
{
color: #980B6E;
}
</style>
background-color css
<style>
a { background-color: #980B6E; }
a { background-color: rgb(152,11,110); }
div.DivClassName
{
background-color: #980B6E;
}
.BgClassName
{
background-color: #980B6E;
}
</style>
border-color css
<style>
span { border-color: #980B6E; }
span { border-color: rgb(152,11,110); }
td.TdClassName
{
border-color: #980B6E;
}
.TagClassName
{
border-color: #980B6E;
}
</style>