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