Shades of Eggplant #980474
Tints of Eggplant #980474
RGB
CMYK
RGB Variations
Color information
#980474 (or 0x980474) is known color: Eggplant. HEX triplet: 98, 04 and 74. RGB value is (152,4,116). Sum of RGB (Red+Green+Blue) = 152+4+116=272 (36% of max value = 765). Red value is 152 (59.77% from 255 or 55.88% from 272); Green value is 4 (1.95% from 255 or 1.47% from 272); Blue value is 116 (45.70% from 255 or 42.65% from 272); Max value from RGB is 152 - color contains mainly: red. Hex color #980474 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #980474 is #67FB8B. Grayscale: #3C3C3C. Windows color (decimal): -6814604 or 7603352. OLE color: 7603352.
HSL color Cylindrical-coordinate representation of color #980474: hue angle of 314.59º 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 #980474 is Cyan = 0, Magento = 0.97, Yellow = 0.24 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 4 | 116 | - |
| CMYK | 0 | 0.97 | 0.24 | 0.40 |
| HSL | 314.59º | 0.95% | 0.31% | - |
| HSV(B) | 314.59º | 0.97% | 0.6% | - |
| XYZ | 16.14 | 8.02 | 17.22 | - |
| YUV | 61.02 | 159.03 | 192.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 4 | 116 | 0 | 0.97 | 0.24 | 0.40 | 314.59 | 0.95 | 0.31 |
| Hex | 98 | 4 | 74 | 0 | 61 | 18 | 28 | 13B | 5F | 1F |
| Octal | 230 | 4 | 164 | 0 | 141 | 30 | 50 | 473 | 137 | 37 |
| Binary | 10011000 | 100 | 1110100 | 0 | 1100001 | 11000 | 101000 | 100111011 | 1011111 | 11111 |
Color Harmonies of #980474
Complementary color
Monochromatic Colors of #980474
Black with #980474
Text Example
Text Example
White with #980474
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #980474; }
p { color: rgb(152,4,116); }
H1.HeaderClassName
{
color: #980474;
}
.AnyTagClassName
{
color: #980474;
}
</style>
background-color css
<style>
a { background-color: #980474; }
a { background-color: rgb(152,4,116); }
div.DivClassName
{
background-color: #980474;
}
.BgClassName
{
background-color: #980474;
}
</style>
border-color css
<style>
span { border-color: #980474; }
span { border-color: rgb(152,4,116); }
td.TdClassName
{
border-color: #980474;
}
.TagClassName
{
border-color: #980474;
}
</style>