Shades of Eggplant #980565
Tints of Eggplant #980565
RGB
CMYK
RGB Variations
Color information
#980565 (or 0x980565) is known color: Eggplant. HEX triplet: 98, 05 and 65. RGB value is (152,5,101). Sum of RGB (Red+Green+Blue) = 152+5+101=258 (34% of max value = 765). Red value is 152 (59.77% from 255 or 58.91% from 258); Green value is 5 (2.34% from 255 or 1.94% from 258); Blue value is 101 (39.84% from 255 or 39.15% from 258); Max value from RGB is 152 - color contains mainly: red. Hex color #980565 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #980565 is #67FA9A. Grayscale: #3B3B3B. Windows color (decimal): -6814363 or 6620568. OLE color: 6620568.
HSL color Cylindrical-coordinate representation of color #980565: hue angle of 320.82º degrees, saturation: 0.94, 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 #980565 is Cyan = 0, Magento = 0.97, Yellow = 0.34 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 5 | 101 | - |
| CMYK | 0 | 0.97 | 0.34 | 0.40 |
| HSL | 320.82º | 0.94% | 0.31% | - |
| HSV(B) | 320.82º | 0.97% | 0.6% | - |
| XYZ | 15.35 | 7.72 | 12.99 | - |
| YUV | 59.9 | 151.2 | 193.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 5 | 101 | 0 | 0.97 | 0.34 | 0.40 | 320.82 | 0.94 | 0.31 |
| Hex | 98 | 5 | 65 | 0 | 61 | 22 | 28 | 141 | 5E | 1F |
| Octal | 230 | 5 | 145 | 0 | 141 | 42 | 50 | 501 | 136 | 37 |
| Binary | 10011000 | 101 | 1100101 | 0 | 1100001 | 100010 | 101000 | 101000001 | 1011110 | 11111 |
Color Harmonies of #980565
Complementary color
Monochromatic Colors of #980565
Black with #980565
Text Example
Text Example
White with #980565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #980565; }
p { color: rgb(152,5,101); }
H1.HeaderClassName
{
color: #980565;
}
.AnyTagClassName
{
color: #980565;
}
</style>
background-color css
<style>
a { background-color: #980565; }
a { background-color: rgb(152,5,101); }
div.DivClassName
{
background-color: #980565;
}
.BgClassName
{
background-color: #980565;
}
</style>
border-color css
<style>
span { border-color: #980565; }
span { border-color: rgb(152,5,101); }
td.TdClassName
{
border-color: #980565;
}
.TagClassName
{
border-color: #980565;
}
</style>