Shades of Eggplant #980371
Tints of Eggplant #980371
RGB
CMYK
RGB Variations
Color information
#980371 (or 0x980371) is known color: Eggplant. HEX triplet: 98, 03 and 71. RGB value is (152,3,113). Sum of RGB (Red+Green+Blue) = 152+3+113=268 (35% of max value = 765). Red value is 152 (59.77% from 255 or 56.72% from 268); Green value is 3 (1.56% from 255 or 1.12% from 268); Blue value is 113 (44.53% from 255 or 42.16% from 268); Max value from RGB is 152 - color contains mainly: red. Hex color #980371 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #980371 is #67FC8E. Grayscale: #3B3B3B. Windows color (decimal): -6814863 or 7406488. OLE color: 7406488.
HSL color Cylindrical-coordinate representation of color #980371: hue angle of 315.7º degrees, saturation: 0.96, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #980371 is Cyan = 0, Magento = 0.98, Yellow = 0.26 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 3 | 113 | - |
| CMYK | 0 | 0.98 | 0.26 | 0.40 |
| HSL | 315.7º | 0.96% | 0.3% | - |
| HSV(B) | 315.7º | 0.98% | 0.6% | - |
| XYZ | 15.96 | 7.93 | 16.31 | - |
| YUV | 60.09 | 157.86 | 193.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 3 | 113 | 0 | 0.98 | 0.26 | 0.40 | 315.7 | 0.96 | 0.3 |
| Hex | 98 | 3 | 71 | 0 | 62 | 1A | 28 | 13C | 60 | 1E |
| Octal | 230 | 3 | 161 | 0 | 142 | 32 | 50 | 474 | 140 | 36 |
| Binary | 10011000 | 11 | 1110001 | 0 | 1100010 | 11010 | 101000 | 100111100 | 1100000 | 11110 |
Color Harmonies of #980371
Complementary color
Monochromatic Colors of #980371
Black with #980371
Text Example
Text Example
White with #980371
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #980371; }
p { color: rgb(152,3,113); }
H1.HeaderClassName
{
color: #980371;
}
.AnyTagClassName
{
color: #980371;
}
</style>
background-color css
<style>
a { background-color: #980371; }
a { background-color: rgb(152,3,113); }
div.DivClassName
{
background-color: #980371;
}
.BgClassName
{
background-color: #980371;
}
</style>
border-color css
<style>
span { border-color: #980371; }
span { border-color: rgb(152,3,113); }
td.TdClassName
{
border-color: #980371;
}
.TagClassName
{
border-color: #980371;
}
</style>