Shades of Eggplant #980D69
Tints of Eggplant #980D69
RGB
CMYK
RGB Variations
Color information
#980D69 (or 0x980D69) is known color: Eggplant. HEX triplet: 98, 0D and 69. RGB value is (152,13,105). Sum of RGB (Red+Green+Blue) = 152+13+105=270 (35% of max value = 765). Red value is 152 (59.77% from 255 or 56.30% from 270); Green value is 13 (5.47% from 255 or 4.81% from 270); Blue value is 105 (41.41% from 255 or 38.89% from 270); Max value from RGB is 152 - color contains mainly: red. Hex color #980D69 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #980D69 is #67F296. Grayscale: #404040. Windows color (decimal): -6812311 or 6884760. OLE color: 6884760.
HSL color Cylindrical-coordinate representation of color #980D69: hue angle of 320.29º 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 #980D69 is Cyan = 0, Magento = 0.91, Yellow = 0.31 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 13 | 105 | - |
| CMYK | 0 | 0.91 | 0.31 | 0.40 |
| HSL | 320.29º | 0.84% | 0.32% | - |
| HSV(B) | 320.29º | 0.91% | 0.6% | - |
| XYZ | 15.64 | 7.98 | 14.08 | - |
| YUV | 65.05 | 150.55 | 190.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 13 | 105 | 0 | 0.91 | 0.31 | 0.40 | 320.29 | 0.84 | 0.32 |
| Hex | 98 | D | 69 | 0 | 5B | 1F | 28 | 140 | 54 | 20 |
| Octal | 230 | 15 | 151 | 0 | 133 | 37 | 50 | 500 | 124 | 40 |
| Binary | 10011000 | 1101 | 1101001 | 0 | 1011011 | 11111 | 101000 | 101000000 | 1010100 | 100000 |
Color Harmonies of #980D69
Complementary color
Monochromatic Colors of #980D69
Black with #980D69
Text Example
Text Example
White with #980D69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #980D69; }
p { color: rgb(152,13,105); }
H1.HeaderClassName
{
color: #980D69;
}
.AnyTagClassName
{
color: #980D69;
}
</style>
background-color css
<style>
a { background-color: #980D69; }
a { background-color: rgb(152,13,105); }
div.DivClassName
{
background-color: #980D69;
}
.BgClassName
{
background-color: #980D69;
}
</style>
border-color css
<style>
span { border-color: #980D69; }
span { border-color: rgb(152,13,105); }
td.TdClassName
{
border-color: #980D69;
}
.TagClassName
{
border-color: #980D69;
}
</style>