Shades of Eggplant #980A75
Tints of Eggplant #980A75
RGB
CMYK
RGB Variations
Color information
#980A75 (or 0x980A75) is known color: Eggplant. HEX triplet: 98, 0A and 75. RGB value is (152,10,117). Sum of RGB (Red+Green+Blue) = 152+10+117=279 (36% of max value = 765). Red value is 152 (59.77% from 255 or 54.48% from 279); Green value is 10 (4.30% from 255 or 3.58% from 279); Blue value is 117 (46.09% from 255 or 41.94% from 279); Max value from RGB is 152 - color contains mainly: red. Hex color #980A75 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #980A75 is #67F58A. Grayscale: #404040. Windows color (decimal): -6813067 or 7670424. OLE color: 7670424.
HSL color Cylindrical-coordinate representation of color #980A75: hue angle of 314.79º degrees, saturation: 0.88, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #980A75 is Cyan = 0, Magento = 0.93, Yellow = 0.23 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 10 | 117 | - |
| CMYK | 0 | 0.93 | 0.23 | 0.40 |
| HSL | 314.79º | 0.88% | 0.32% | - |
| HSV(B) | 314.79º | 0.93% | 0.6% | - |
| XYZ | 16.27 | 8.18 | 17.55 | - |
| YUV | 64.66 | 157.54 | 190.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 10 | 117 | 0 | 0.93 | 0.23 | 0.40 | 314.79 | 0.88 | 0.32 |
| Hex | 98 | A | 75 | 0 | 5D | 17 | 28 | 13B | 58 | 20 |
| Octal | 230 | 12 | 165 | 0 | 135 | 27 | 50 | 473 | 130 | 40 |
| Binary | 10011000 | 1010 | 1110101 | 0 | 1011101 | 10111 | 101000 | 100111011 | 1011000 | 100000 |
Color Harmonies of #980A75
Complementary color
Monochromatic Colors of #980A75
Black with #980A75
Text Example
Text Example
White with #980A75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #980A75; }
p { color: rgb(152,10,117); }
H1.HeaderClassName
{
color: #980A75;
}
.AnyTagClassName
{
color: #980A75;
}
</style>
background-color css
<style>
a { background-color: #980A75; }
a { background-color: rgb(152,10,117); }
div.DivClassName
{
background-color: #980A75;
}
.BgClassName
{
background-color: #980A75;
}
</style>
border-color css
<style>
span { border-color: #980A75; }
span { border-color: rgb(152,10,117); }
td.TdClassName
{
border-color: #980A75;
}
.TagClassName
{
border-color: #980A75;
}
</style>