Shades of Eggplant #981571
Tints of Eggplant #981571
RGB
CMYK
RGB Variations
Color information
#981571 (or 0x981571) is known color: Eggplant. HEX triplet: 98, 15 and 71. RGB value is (152,21,113). Sum of RGB (Red+Green+Blue) = 152+21+113=286 (37% of max value = 765). Red value is 152 (59.77% from 255 or 53.15% from 286); Green value is 21 (8.59% from 255 or 7.34% from 286); Blue value is 113 (44.53% from 255 or 39.51% from 286); Max value from RGB is 152 - color contains mainly: red. Hex color #981571 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #981571 is #67EA8E. Grayscale: #464646. Windows color (decimal): -6810255 or 7411096. OLE color: 7411096.
HSL color Cylindrical-coordinate representation of color #981571: hue angle of 317.86º degrees, saturation: 0.76, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #981571 is Cyan = 0, Magento = 0.86, Yellow = 0.26 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 21 | 113 | - |
| CMYK | 0 | 0.86 | 0.26 | 0.40 |
| HSL | 317.86º | 0.76% | 0.34% | - |
| HSV(B) | 317.86º | 0.86% | 0.6% | - |
| XYZ | 16.2 | 8.4 | 16.39 | - |
| YUV | 70.66 | 151.9 | 186.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 21 | 113 | 0 | 0.86 | 0.26 | 0.40 | 317.86 | 0.76 | 0.34 |
| Hex | 98 | 15 | 71 | 0 | 56 | 1A | 28 | 13E | 4C | 22 |
| Octal | 230 | 25 | 161 | 0 | 126 | 32 | 50 | 476 | 114 | 42 |
| Binary | 10011000 | 10101 | 1110001 | 0 | 1010110 | 11010 | 101000 | 100111110 | 1001100 | 100010 |
Color Harmonies of #981571
Complementary color
Monochromatic Colors of #981571
Black with #981571
Text Example
Text Example
White with #981571
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #981571; }
p { color: rgb(152,21,113); }
H1.HeaderClassName
{
color: #981571;
}
.AnyTagClassName
{
color: #981571;
}
</style>
background-color css
<style>
a { background-color: #981571; }
a { background-color: rgb(152,21,113); }
div.DivClassName
{
background-color: #981571;
}
.BgClassName
{
background-color: #981571;
}
</style>
border-color css
<style>
span { border-color: #981571; }
span { border-color: rgb(152,21,113); }
td.TdClassName
{
border-color: #981571;
}
.TagClassName
{
border-color: #981571;
}
</style>