Shades of Eggplant #980373
Tints of Eggplant #980373
RGB
CMYK
RGB Variations
Color information
#980373 (or 0x980373) is known color: Eggplant. HEX triplet: 98, 03 and 73. RGB value is (152,3,115). Sum of RGB (Red+Green+Blue) = 152+3+115=270 (35% of max value = 765). Red value is 152 (59.77% from 255 or 56.30% from 270); Green value is 3 (1.56% from 255 or 1.11% from 270); Blue value is 115 (45.31% from 255 or 42.59% from 270); Max value from RGB is 152 - color contains mainly: red. Hex color #980373 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #980373 is #67FC8C. Grayscale: #3C3C3C. Windows color (decimal): -6814861 or 7537560. OLE color: 7537560.
HSL color Cylindrical-coordinate representation of color #980373: hue angle of 314.9º 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 #980373 is Cyan = 0, Magento = 0.98, Yellow = 0.24 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 3 | 115 | - |
| CMYK | 0 | 0.98 | 0.24 | 0.40 |
| HSL | 314.9º | 0.96% | 0.3% | - |
| HSV(B) | 314.9º | 0.98% | 0.6% | - |
| XYZ | 16.08 | 7.98 | 16.91 | - |
| YUV | 60.32 | 158.86 | 193.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 3 | 115 | 0 | 0.98 | 0.24 | 0.40 | 314.9 | 0.96 | 0.3 |
| Hex | 98 | 3 | 73 | 0 | 62 | 18 | 28 | 13B | 60 | 1E |
| Octal | 230 | 3 | 163 | 0 | 142 | 30 | 50 | 473 | 140 | 36 |
| Binary | 10011000 | 11 | 1110011 | 0 | 1100010 | 11000 | 101000 | 100111011 | 1100000 | 11110 |
Color Harmonies of #980373
Complementary color
Monochromatic Colors of #980373
Black with #980373
Text Example
Text Example
White with #980373
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #980373; }
p { color: rgb(152,3,115); }
H1.HeaderClassName
{
color: #980373;
}
.AnyTagClassName
{
color: #980373;
}
</style>
background-color css
<style>
a { background-color: #980373; }
a { background-color: rgb(152,3,115); }
div.DivClassName
{
background-color: #980373;
}
.BgClassName
{
background-color: #980373;
}
</style>
border-color css
<style>
span { border-color: #980373; }
span { border-color: rgb(152,3,115); }
td.TdClassName
{
border-color: #980373;
}
.TagClassName
{
border-color: #980373;
}
</style>