Shades of Eggplant #980962
Tints of Eggplant #980962
RGB
CMYK
RGB Variations
Color information
#980962 (or 0x980962) is known color: Eggplant. HEX triplet: 98, 09 and 62. RGB value is (152,9,98). Sum of RGB (Red+Green+Blue) = 152+9+98=259 (34% of max value = 765). Red value is 152 (59.77% from 255 or 58.69% from 259); Green value is 9 (3.91% from 255 or 3.47% from 259); Blue value is 98 (38.67% from 255 or 37.84% from 259); Max value from RGB is 152 - color contains mainly: red. Hex color #980962 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #980962 is #67F69D. Grayscale: #3D3D3D. Windows color (decimal): -6813342 or 6424984. OLE color: 6424984.
HSL color Cylindrical-coordinate representation of color #980962: hue angle of 322.66º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #980962 is Cyan = 0, Magento = 0.94, Yellow = 0.36 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 9 | 98 | - |
| CMYK | 0 | 0.94 | 0.36 | 0.40 |
| HSL | 322.66º | 0.89% | 0.32% | - |
| HSV(B) | 322.66º | 0.94% | 0.6% | - |
| XYZ | 15.25 | 7.75 | 12.25 | - |
| YUV | 61.9 | 148.38 | 192.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 9 | 98 | 0 | 0.94 | 0.36 | 0.40 | 322.66 | 0.89 | 0.32 |
| Hex | 98 | 9 | 62 | 0 | 5E | 24 | 28 | 143 | 59 | 20 |
| Octal | 230 | 11 | 142 | 0 | 136 | 44 | 50 | 503 | 131 | 40 |
| Binary | 10011000 | 1001 | 1100010 | 0 | 1011110 | 100100 | 101000 | 101000011 | 1011001 | 100000 |
Color Harmonies of #980962
Complementary color
Monochromatic Colors of #980962
Black with #980962
Text Example
Text Example
White with #980962
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #980962; }
p { color: rgb(152,9,98); }
H1.HeaderClassName
{
color: #980962;
}
.AnyTagClassName
{
color: #980962;
}
</style>
background-color css
<style>
a { background-color: #980962; }
a { background-color: rgb(152,9,98); }
div.DivClassName
{
background-color: #980962;
}
.BgClassName
{
background-color: #980962;
}
</style>
border-color css
<style>
span { border-color: #980962; }
span { border-color: rgb(152,9,98); }
td.TdClassName
{
border-color: #980962;
}
.TagClassName
{
border-color: #980962;
}
</style>