Shades of Eggplant #980B71
Tints of Eggplant #980B71
RGB
CMYK
RGB Variations
Color information
#980B71 (or 0x980B71) is known color: Eggplant. HEX triplet: 98, 0B and 71. RGB value is (152,11,113). Sum of RGB (Red+Green+Blue) = 152+11+113=276 (36% of max value = 765). Red value is 152 (59.77% from 255 or 55.07% from 276); Green value is 11 (4.69% from 255 or 3.99% from 276); Blue value is 113 (44.53% from 255 or 40.94% from 276); Max value from RGB is 152 - color contains mainly: red. Hex color #980B71 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #980B71 is #67F48E. Grayscale: #404040. Windows color (decimal): -6812815 or 7408536. OLE color: 7408536.
HSL color Cylindrical-coordinate representation of color #980B71: hue angle of 316.6º 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 #980B71 is Cyan = 0, Magento = 0.93, Yellow = 0.26 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 11 | 113 | - |
| CMYK | 0 | 0.93 | 0.26 | 0.40 |
| HSL | 316.6º | 0.87% | 0.32% | - |
| HSV(B) | 316.6º | 0.93% | 0.6% | - |
| XYZ | 16.05 | 8.11 | 16.34 | - |
| YUV | 64.79 | 155.21 | 190.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 11 | 113 | 0 | 0.93 | 0.26 | 0.40 | 316.6 | 0.87 | 0.32 |
| Hex | 98 | B | 71 | 0 | 5D | 1A | 28 | 13D | 57 | 20 |
| Octal | 230 | 13 | 161 | 0 | 135 | 32 | 50 | 475 | 127 | 40 |
| Binary | 10011000 | 1011 | 1110001 | 0 | 1011101 | 11010 | 101000 | 100111101 | 1010111 | 100000 |
Color Harmonies of #980B71
Complementary color
Monochromatic Colors of #980B71
Black with #980B71
Text Example
Text Example
White with #980B71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #980B71; }
p { color: rgb(152,11,113); }
H1.HeaderClassName
{
color: #980B71;
}
.AnyTagClassName
{
color: #980B71;
}
</style>
background-color css
<style>
a { background-color: #980B71; }
a { background-color: rgb(152,11,113); }
div.DivClassName
{
background-color: #980B71;
}
.BgClassName
{
background-color: #980B71;
}
</style>
border-color css
<style>
span { border-color: #980B71; }
span { border-color: rgb(152,11,113); }
td.TdClassName
{
border-color: #980B71;
}
.TagClassName
{
border-color: #980B71;
}
</style>