Shades of Eggplant #980963
Tints of Eggplant #980963
RGB
CMYK
RGB Variations
Color information
#980963 (or 0x980963) is known color: Eggplant. HEX triplet: 98, 09 and 63. RGB value is (152,9,99). Sum of RGB (Red+Green+Blue) = 152+9+99=260 (34% of max value = 765). Red value is 152 (59.77% from 255 or 58.46% from 260); Green value is 9 (3.91% from 255 or 3.46% from 260); Blue value is 99 (39.06% from 255 or 38.08% from 260); Max value from RGB is 152 - color contains mainly: red. Hex color #980963 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #980963 is #67F69C. Grayscale: #3D3D3D. Windows color (decimal): -6813341 or 6490520. OLE color: 6490520.
HSL color Cylindrical-coordinate representation of color #980963: hue angle of 322.24º 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 #980963 is Cyan = 0, Magento = 0.94, Yellow = 0.35 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 9 | 99 | - |
| CMYK | 0 | 0.94 | 0.35 | 0.40 |
| HSL | 322.24º | 0.89% | 0.32% | - |
| HSV(B) | 322.24º | 0.94% | 0.6% | - |
| XYZ | 15.3 | 7.77 | 12.5 | - |
| YUV | 62.02 | 148.88 | 192.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 9 | 99 | 0 | 0.94 | 0.35 | 0.40 | 322.24 | 0.89 | 0.32 |
| Hex | 98 | 9 | 63 | 0 | 5E | 23 | 28 | 142 | 59 | 20 |
| Octal | 230 | 11 | 143 | 0 | 136 | 43 | 50 | 502 | 131 | 40 |
| Binary | 10011000 | 1001 | 1100011 | 0 | 1011110 | 100011 | 101000 | 101000010 | 1011001 | 100000 |
Color Harmonies of #980963
Complementary color
Monochromatic Colors of #980963
Black with #980963
Text Example
Text Example
White with #980963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #980963; }
p { color: rgb(152,9,99); }
H1.HeaderClassName
{
color: #980963;
}
.AnyTagClassName
{
color: #980963;
}
</style>
background-color css
<style>
a { background-color: #980963; }
a { background-color: rgb(152,9,99); }
div.DivClassName
{
background-color: #980963;
}
.BgClassName
{
background-color: #980963;
}
</style>
border-color css
<style>
span { border-color: #980963; }
span { border-color: rgb(152,9,99); }
td.TdClassName
{
border-color: #980963;
}
.TagClassName
{
border-color: #980963;
}
</style>