Shades of Eggplant #980078
Tints of Eggplant #980078
RGB
CMYK
RGB Variations
Color information
#980078 (or 0x980078) is known color: Eggplant. HEX triplet: 98, 00 and 78. RGB value is (152,0,120). Sum of RGB (Red+Green+Blue) = 152+0+120=272 (36% of max value = 765). Red value is 152 (59.77% from 255 or 55.88% from 272); Green value is 0 (0.39% from 255 or 0% from 272); Blue value is 120 (47.27% from 255 or 44.12% from 272); Max value from RGB is 152 - color contains mainly: red. Hex color #980078 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #980078 is #67FF87. Grayscale: #3A3A3A. Windows color (decimal): -6815624 or 7864472. OLE color: 7864472.
HSL color Cylindrical-coordinate representation of color #980078: hue angle of 312.63º 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 #980078 is Cyan = 0, Magento = 1, Yellow = 0.21 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 0 | 120 | - |
| CMYK | 0 | 1 | 0.21 | 0.40 |
| HSL | 312.63º | 1% | 0.3% | - |
| HSV(B) | 312.63º | 1% | 0.6% | - |
| XYZ | 16.34 | 8.03 | 18.46 | - |
| YUV | 59.13 | 162.36 | 194.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 0 | 120 | 0 | 1 | 0.21 | 0.40 | 312.63 | 1 | 0.3 |
| Hex | 98 | 0 | 78 | 0 | 64 | 15 | 28 | 139 | 64 | 1E |
| Octal | 230 | 0 | 170 | 0 | 144 | 25 | 50 | 471 | 144 | 36 |
| Binary | 10011000 | 0 | 1111000 | 0 | 1100100 | 10101 | 101000 | 100111001 | 1100100 | 11110 |
Color Harmonies of #980078
Complementary color
Monochromatic Colors of #980078
Black with #980078
Text Example
Text Example
White with #980078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #980078; }
p { color: rgb(152,0,120); }
H1.HeaderClassName
{
color: #980078;
}
.AnyTagClassName
{
color: #980078;
}
</style>
background-color css
<style>
a { background-color: #980078; }
a { background-color: rgb(152,0,120); }
div.DivClassName
{
background-color: #980078;
}
.BgClassName
{
background-color: #980078;
}
</style>
border-color css
<style>
span { border-color: #980078; }
span { border-color: rgb(152,0,120); }
td.TdClassName
{
border-color: #980078;
}
.TagClassName
{
border-color: #980078;
}
</style>