Shades of Eggplant #980F66
Tints of Eggplant #980F66
RGB
CMYK
RGB Variations
Color information
#980F66 (or 0x980F66) is known color: Eggplant. HEX triplet: 98, 0F and 66. RGB value is (152,15,102). Sum of RGB (Red+Green+Blue) = 152+15+102=269 (35% of max value = 765). Red value is 152 (59.77% from 255 or 56.51% from 269); Green value is 15 (6.25% from 255 or 5.58% from 269); Blue value is 102 (40.23% from 255 or 37.92% from 269); Max value from RGB is 152 - color contains mainly: red. Hex color #980F66 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #980F66 is #67F099. Grayscale: #414141. Windows color (decimal): -6811802 or 6688664. OLE color: 6688664.
HSL color Cylindrical-coordinate representation of color #980F66: hue angle of 321.9º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #980F66 is Cyan = 0, Magento = 0.90, Yellow = 0.33 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 15 | 102 | - |
| CMYK | 0 | 0.90 | 0.33 | 0.40 |
| HSL | 321.9º | 0.82% | 0.33% | - |
| HSV(B) | 321.9º | 0.9% | 0.6% | - |
| XYZ | 15.52 | 7.98 | 13.29 | - |
| YUV | 65.88 | 148.39 | 189.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 15 | 102 | 0 | 0.90 | 0.33 | 0.40 | 321.9 | 0.82 | 0.33 |
| Hex | 98 | F | 66 | 0 | 5A | 21 | 28 | 142 | 52 | 21 |
| Octal | 230 | 17 | 146 | 0 | 132 | 41 | 50 | 502 | 122 | 41 |
| Binary | 10011000 | 1111 | 1100110 | 0 | 1011010 | 100001 | 101000 | 101000010 | 1010010 | 100001 |
Color Harmonies of #980F66
Complementary color
Monochromatic Colors of #980F66
Black with #980F66
Text Example
Text Example
White with #980F66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #980F66; }
p { color: rgb(152,15,102); }
H1.HeaderClassName
{
color: #980F66;
}
.AnyTagClassName
{
color: #980F66;
}
</style>
background-color css
<style>
a { background-color: #980F66; }
a { background-color: rgb(152,15,102); }
div.DivClassName
{
background-color: #980F66;
}
.BgClassName
{
background-color: #980F66;
}
</style>
border-color css
<style>
span { border-color: #980F66; }
span { border-color: rgb(152,15,102); }
td.TdClassName
{
border-color: #980F66;
}
.TagClassName
{
border-color: #980F66;
}
</style>