Shades of Eggplant #981373
Tints of Eggplant #981373
RGB
CMYK
RGB Variations
Color information
#981373 (or 0x981373) is known color: Eggplant. HEX triplet: 98, 13 and 73. RGB value is (152,19,115). Sum of RGB (Red+Green+Blue) = 152+19+115=286 (37% of max value = 765). Red value is 152 (59.77% from 255 or 53.15% from 286); Green value is 19 (7.81% from 255 or 6.64% from 286); Blue value is 115 (45.31% from 255 or 40.21% from 286); Max value from RGB is 152 - color contains mainly: red. Hex color #981373 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #981373 is #67EC8C. Grayscale: #454545. Windows color (decimal): -6810765 or 7541656. OLE color: 7541656.
HSL color Cylindrical-coordinate representation of color #981373: hue angle of 316.69º degrees, saturation: 0.78, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #981373 is Cyan = 0, Magento = 0.87, Yellow = 0.24 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 19 | 115 | - |
| CMYK | 0 | 0.87 | 0.24 | 0.40 |
| HSL | 316.69º | 0.78% | 0.34% | - |
| HSV(B) | 316.69º | 0.88% | 0.6% | - |
| XYZ | 16.28 | 8.38 | 16.98 | - |
| YUV | 69.71 | 153.56 | 186.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 19 | 115 | 0 | 0.87 | 0.24 | 0.40 | 316.69 | 0.78 | 0.34 |
| Hex | 98 | 13 | 73 | 0 | 57 | 18 | 28 | 13D | 4E | 22 |
| Octal | 230 | 23 | 163 | 0 | 127 | 30 | 50 | 475 | 116 | 42 |
| Binary | 10011000 | 10011 | 1110011 | 0 | 1010111 | 11000 | 101000 | 100111101 | 1001110 | 100010 |
Color Harmonies of #981373
Complementary color
Monochromatic Colors of #981373
Black with #981373
Text Example
Text Example
White with #981373
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #981373; }
p { color: rgb(152,19,115); }
H1.HeaderClassName
{
color: #981373;
}
.AnyTagClassName
{
color: #981373;
}
</style>
background-color css
<style>
a { background-color: #981373; }
a { background-color: rgb(152,19,115); }
div.DivClassName
{
background-color: #981373;
}
.BgClassName
{
background-color: #981373;
}
</style>
border-color css
<style>
span { border-color: #981373; }
span { border-color: rgb(152,19,115); }
td.TdClassName
{
border-color: #981373;
}
.TagClassName
{
border-color: #981373;
}
</style>