Shades of Eggplant #980573
Tints of Eggplant #980573
RGB
CMYK
RGB Variations
Color information
#980573 (or 0x980573) is known color: Eggplant. HEX triplet: 98, 05 and 73. RGB value is (152,5,115). Sum of RGB (Red+Green+Blue) = 152+5+115=272 (36% of max value = 765). Red value is 152 (59.77% from 255 or 55.88% from 272); Green value is 5 (2.34% from 255 or 1.84% from 272); Blue value is 115 (45.31% from 255 or 42.28% from 272); Max value from RGB is 152 - color contains mainly: red. Hex color #980573 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #980573 is #67FA8C. Grayscale: #3D3D3D. Windows color (decimal): -6814349 or 7538072. OLE color: 7538072.
HSL color Cylindrical-coordinate representation of color #980573: hue angle of 315.1º degrees, saturation: 0.94, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #980573 is Cyan = 0, Magento = 0.97, Yellow = 0.24 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 5 | 115 | - |
| CMYK | 0 | 0.97 | 0.24 | 0.40 |
| HSL | 315.1º | 0.94% | 0.31% | - |
| HSV(B) | 315.1º | 0.97% | 0.6% | - |
| XYZ | 16.1 | 8.02 | 16.92 | - |
| YUV | 61.49 | 158.2 | 192.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 5 | 115 | 0 | 0.97 | 0.24 | 0.40 | 315.1 | 0.94 | 0.31 |
| Hex | 98 | 5 | 73 | 0 | 61 | 18 | 28 | 13B | 5E | 1F |
| Octal | 230 | 5 | 163 | 0 | 141 | 30 | 50 | 473 | 136 | 37 |
| Binary | 10011000 | 101 | 1110011 | 0 | 1100001 | 11000 | 101000 | 100111011 | 1011110 | 11111 |
Color Harmonies of #980573
Complementary color
Monochromatic Colors of #980573
Black with #980573
Text Example
Text Example
White with #980573
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #980573; }
p { color: rgb(152,5,115); }
H1.HeaderClassName
{
color: #980573;
}
.AnyTagClassName
{
color: #980573;
}
</style>
background-color css
<style>
a { background-color: #980573; }
a { background-color: rgb(152,5,115); }
div.DivClassName
{
background-color: #980573;
}
.BgClassName
{
background-color: #980573;
}
</style>
border-color css
<style>
span { border-color: #980573; }
span { border-color: rgb(152,5,115); }
td.TdClassName
{
border-color: #980573;
}
.TagClassName
{
border-color: #980573;
}
</style>