Shades of Eggplant #980472
Tints of Eggplant #980472
RGB
CMYK
RGB Variations
Color information
#980472 (or 0x980472) is known color: Eggplant. HEX triplet: 98, 04 and 72. RGB value is (152,4,114). Sum of RGB (Red+Green+Blue) = 152+4+114=270 (35% of max value = 765). Red value is 152 (59.77% from 255 or 56.30% from 270); Green value is 4 (1.95% from 255 or 1.48% from 270); Blue value is 114 (44.92% from 255 or 42.22% from 270); Max value from RGB is 152 - color contains mainly: red. Hex color #980472 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #980472 is #67FB8D. Grayscale: #3C3C3C. Windows color (decimal): -6814606 or 7472280. OLE color: 7472280.
HSL color Cylindrical-coordinate representation of color #980472: hue angle of 315.41º degrees, saturation: 0.95, 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 #980472 is Cyan = 0, Magento = 0.97, Yellow = 0.25 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 4 | 114 | - |
| CMYK | 0 | 0.97 | 0.25 | 0.40 |
| HSL | 315.41º | 0.95% | 0.31% | - |
| HSV(B) | 315.41º | 0.97% | 0.6% | - |
| XYZ | 16.03 | 7.98 | 16.61 | - |
| YUV | 60.79 | 158.03 | 193.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 4 | 114 | 0 | 0.97 | 0.25 | 0.40 | 315.41 | 0.95 | 0.31 |
| Hex | 98 | 4 | 72 | 0 | 61 | 19 | 28 | 13B | 5F | 1F |
| Octal | 230 | 4 | 162 | 0 | 141 | 31 | 50 | 473 | 137 | 37 |
| Binary | 10011000 | 100 | 1110010 | 0 | 1100001 | 11001 | 101000 | 100111011 | 1011111 | 11111 |
Color Harmonies of #980472
Complementary color
Monochromatic Colors of #980472
Black with #980472
Text Example
Text Example
White with #980472
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #980472; }
p { color: rgb(152,4,114); }
H1.HeaderClassName
{
color: #980472;
}
.AnyTagClassName
{
color: #980472;
}
</style>
background-color css
<style>
a { background-color: #980472; }
a { background-color: rgb(152,4,114); }
div.DivClassName
{
background-color: #980472;
}
.BgClassName
{
background-color: #980472;
}
</style>
border-color css
<style>
span { border-color: #980472; }
span { border-color: rgb(152,4,114); }
td.TdClassName
{
border-color: #980472;
}
.TagClassName
{
border-color: #980472;
}
</style>