Shades of Eggplant #980074
Tints of Eggplant #980074
RGB
CMYK
RGB Variations
Color information
#980074 (or 0x980074) is known color: Eggplant. HEX triplet: 98, 00 and 74. RGB value is (152,0,116). Sum of RGB (Red+Green+Blue) = 152+0+116=268 (35% of max value = 765). Red value is 152 (59.77% from 255 or 56.72% from 268); Green value is 0 (0.39% from 255 or 0% from 268); Blue value is 116 (45.70% from 255 or 43.28% from 268); Max value from RGB is 152 - color contains mainly: red. Hex color #980074 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #980074 is #67FF8B. Grayscale: #3A3A3A. Windows color (decimal): -6815628 or 7602328. OLE color: 7602328.
HSL color Cylindrical-coordinate representation of color #980074: hue angle of 314.21º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 1%. Process color model (Four color, CMYK) of #980074 is Cyan = 0, Magento = 1, Yellow = 0.24 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 0 | 116 | - |
| CMYK | 0 | 1 | 0.24 | 0.40 |
| HSL | 314.21º | 1% | 0.3% | - |
| HSV(B) | 314.21º | 1% | 0.6% | - |
| XYZ | 16.1 | 7.94 | 17.21 | - |
| YUV | 58.67 | 160.36 | 194.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 0 | 116 | 0 | 1 | 0.24 | 0.40 | 314.21 | 1 | 0.3 |
| Hex | 98 | 0 | 74 | 0 | 64 | 18 | 28 | 13A | 64 | 1E |
| Octal | 230 | 0 | 164 | 0 | 144 | 30 | 50 | 472 | 144 | 36 |
| Binary | 10011000 | 0 | 1110100 | 0 | 1100100 | 11000 | 101000 | 100111010 | 1100100 | 11110 |
Color Harmonies of #980074
Complementary color
Monochromatic Colors of #980074
Black with #980074
Text Example
Text Example
White with #980074
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #980074; }
p { color: rgb(152,0,116); }
H1.HeaderClassName
{
color: #980074;
}
.AnyTagClassName
{
color: #980074;
}
</style>
background-color css
<style>
a { background-color: #980074; }
a { background-color: rgb(152,0,116); }
div.DivClassName
{
background-color: #980074;
}
.BgClassName
{
background-color: #980074;
}
</style>
border-color css
<style>
span { border-color: #980074; }
span { border-color: rgb(152,0,116); }
td.TdClassName
{
border-color: #980074;
}
.TagClassName
{
border-color: #980074;
}
</style>