Shades of Eggplant #980A68
Tints of Eggplant #980A68
RGB
CMYK
RGB Variations
Color information
#980A68 (or 0x980A68) is known color: Eggplant. HEX triplet: 98, 0A and 68. RGB value is (152,10,104). Sum of RGB (Red+Green+Blue) = 152+10+104=266 (35% of max value = 765). Red value is 152 (59.77% from 255 or 57.14% from 266); Green value is 10 (4.30% from 255 or 3.76% from 266); Blue value is 104 (41.02% from 255 or 39.10% from 266); Max value from RGB is 152 - color contains mainly: red. Hex color #980A68 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #980A68 is #67F597. Grayscale: #3E3E3E. Windows color (decimal): -6813080 or 6818456. OLE color: 6818456.
HSL color Cylindrical-coordinate representation of color #980A68: hue angle of 320.28º 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 #980A68 is Cyan = 0, Magento = 0.93, Yellow = 0.32 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 10 | 104 | - |
| CMYK | 0 | 0.93 | 0.32 | 0.40 |
| HSL | 320.28º | 0.88% | 0.32% | - |
| HSV(B) | 320.28º | 0.93% | 0.6% | - |
| XYZ | 15.56 | 7.89 | 13.8 | - |
| YUV | 63.17 | 151.04 | 191.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 10 | 104 | 0 | 0.93 | 0.32 | 0.40 | 320.28 | 0.88 | 0.32 |
| Hex | 98 | A | 68 | 0 | 5D | 20 | 28 | 140 | 58 | 20 |
| Octal | 230 | 12 | 150 | 0 | 135 | 40 | 50 | 500 | 130 | 40 |
| Binary | 10011000 | 1010 | 1101000 | 0 | 1011101 | 100000 | 101000 | 101000000 | 1011000 | 100000 |
Color Harmonies of #980A68
Complementary color
Monochromatic Colors of #980A68
Black with #980A68
Text Example
Text Example
White with #980A68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #980A68; }
p { color: rgb(152,10,104); }
H1.HeaderClassName
{
color: #980A68;
}
.AnyTagClassName
{
color: #980A68;
}
</style>
background-color css
<style>
a { background-color: #980A68; }
a { background-color: rgb(152,10,104); }
div.DivClassName
{
background-color: #980A68;
}
.BgClassName
{
background-color: #980A68;
}
</style>
border-color css
<style>
span { border-color: #980A68; }
span { border-color: rgb(152,10,104); }
td.TdClassName
{
border-color: #980A68;
}
.TagClassName
{
border-color: #980A68;
}
</style>