Shades of Eggplant #980574
Tints of Eggplant #980574
RGB
CMYK
RGB Variations
Color information
#980574 (or 0x980574) is known color: Eggplant. HEX triplet: 98, 05 and 74. RGB value is (152,5,116). Sum of RGB (Red+Green+Blue) = 152+5+116=273 (36% of max value = 765). Red value is 152 (59.77% from 255 or 55.68% from 273); Green value is 5 (2.34% from 255 or 1.83% from 273); Blue value is 116 (45.70% from 255 or 42.49% from 273); Max value from RGB is 152 - color contains mainly: red. Hex color #980574 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #980574 is #67FA8B. Grayscale: #3D3D3D. Windows color (decimal): -6814348 or 7603608. OLE color: 7603608.
HSL color Cylindrical-coordinate representation of color #980574: hue angle of 314.69º 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 #980574 is Cyan = 0, Magento = 0.97, Yellow = 0.24 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 5 | 116 | - |
| CMYK | 0 | 0.97 | 0.24 | 0.40 |
| HSL | 314.69º | 0.94% | 0.31% | - |
| HSV(B) | 314.69º | 0.97% | 0.6% | - |
| XYZ | 16.16 | 8.04 | 17.22 | - |
| YUV | 61.61 | 158.7 | 192.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 5 | 116 | 0 | 0.97 | 0.24 | 0.40 | 314.69 | 0.94 | 0.31 |
| Hex | 98 | 5 | 74 | 0 | 61 | 18 | 28 | 13B | 5E | 1F |
| Octal | 230 | 5 | 164 | 0 | 141 | 30 | 50 | 473 | 136 | 37 |
| Binary | 10011000 | 101 | 1110100 | 0 | 1100001 | 11000 | 101000 | 100111011 | 1011110 | 11111 |
Color Harmonies of #980574
Complementary color
Monochromatic Colors of #980574
Black with #980574
Text Example
Text Example
White with #980574
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #980574; }
p { color: rgb(152,5,116); }
H1.HeaderClassName
{
color: #980574;
}
.AnyTagClassName
{
color: #980574;
}
</style>
background-color css
<style>
a { background-color: #980574; }
a { background-color: rgb(152,5,116); }
div.DivClassName
{
background-color: #980574;
}
.BgClassName
{
background-color: #980574;
}
</style>
border-color css
<style>
span { border-color: #980574; }
span { border-color: rgb(152,5,116); }
td.TdClassName
{
border-color: #980574;
}
.TagClassName
{
border-color: #980574;
}
</style>