Shades of Eggplant #980D75
Tints of Eggplant #980D75
RGB
CMYK
RGB Variations
Color information
#980D75 (or 0x980D75) is known color: Eggplant. HEX triplet: 98, 0D and 75. RGB value is (152,13,117). Sum of RGB (Red+Green+Blue) = 152+13+117=282 (37% of max value = 765). Red value is 152 (59.77% from 255 or 53.90% from 282); Green value is 13 (5.47% from 255 or 4.61% from 282); Blue value is 117 (46.09% from 255 or 41.49% from 282); Max value from RGB is 152 - color contains mainly: red. Hex color #980D75 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #980D75 is #67F28A. Grayscale: #424242. Windows color (decimal): -6812299 or 7671192. OLE color: 7671192.
HSL color Cylindrical-coordinate representation of color #980D75: hue angle of 315.11º degrees, saturation: 0.84, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #980D75 is Cyan = 0, Magento = 0.91, Yellow = 0.23 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 13 | 117 | - |
| CMYK | 0 | 0.91 | 0.23 | 0.40 |
| HSL | 315.11º | 0.84% | 0.32% | - |
| HSV(B) | 315.11º | 0.91% | 0.6% | - |
| XYZ | 16.3 | 8.25 | 17.56 | - |
| YUV | 66.42 | 156.55 | 189.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 13 | 117 | 0 | 0.91 | 0.23 | 0.40 | 315.11 | 0.84 | 0.32 |
| Hex | 98 | D | 75 | 0 | 5B | 17 | 28 | 13B | 54 | 20 |
| Octal | 230 | 15 | 165 | 0 | 133 | 27 | 50 | 473 | 124 | 40 |
| Binary | 10011000 | 1101 | 1110101 | 0 | 1011011 | 10111 | 101000 | 100111011 | 1010100 | 100000 |
Color Harmonies of #980D75
Complementary color
Monochromatic Colors of #980D75
Black with #980D75
Text Example
Text Example
White with #980D75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #980D75; }
p { color: rgb(152,13,117); }
H1.HeaderClassName
{
color: #980D75;
}
.AnyTagClassName
{
color: #980D75;
}
</style>
background-color css
<style>
a { background-color: #980D75; }
a { background-color: rgb(152,13,117); }
div.DivClassName
{
background-color: #980D75;
}
.BgClassName
{
background-color: #980D75;
}
</style>
border-color css
<style>
span { border-color: #980D75; }
span { border-color: rgb(152,13,117); }
td.TdClassName
{
border-color: #980D75;
}
.TagClassName
{
border-color: #980D75;
}
</style>