Shades of Eggplant #980766
Tints of Eggplant #980766
RGB
CMYK
RGB Variations
Color information
#980766 (or 0x980766) is known color: Eggplant. HEX triplet: 98, 07 and 66. RGB value is (152,7,102). Sum of RGB (Red+Green+Blue) = 152+7+102=261 (34% of max value = 765). Red value is 152 (59.77% from 255 or 58.24% from 261); Green value is 7 (3.12% from 255 or 2.68% from 261); Blue value is 102 (40.23% from 255 or 39.08% from 261); Max value from RGB is 152 - color contains mainly: red. Hex color #980766 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #980766 is #67F899. Grayscale: #3C3C3C. Windows color (decimal): -6813850 or 6686616. OLE color: 6686616.
HSL color Cylindrical-coordinate representation of color #980766: hue angle of 320.69º degrees, saturation: 0.91, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #980766 is Cyan = 0, Magento = 0.95, Yellow = 0.33 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 7 | 102 | - |
| CMYK | 0 | 0.95 | 0.33 | 0.40 |
| HSL | 320.69º | 0.91% | 0.31% | - |
| HSV(B) | 320.69º | 0.95% | 0.6% | - |
| XYZ | 15.42 | 7.79 | 13.26 | - |
| YUV | 61.19 | 151.04 | 192.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 7 | 102 | 0 | 0.95 | 0.33 | 0.40 | 320.69 | 0.91 | 0.31 |
| Hex | 98 | 7 | 66 | 0 | 5F | 21 | 28 | 141 | 5B | 1F |
| Octal | 230 | 7 | 146 | 0 | 137 | 41 | 50 | 501 | 133 | 37 |
| Binary | 10011000 | 111 | 1100110 | 0 | 1011111 | 100001 | 101000 | 101000001 | 1011011 | 11111 |
Color Harmonies of #980766
Complementary color
Monochromatic Colors of #980766
Black with #980766
Text Example
Text Example
White with #980766
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #980766; }
p { color: rgb(152,7,102); }
H1.HeaderClassName
{
color: #980766;
}
.AnyTagClassName
{
color: #980766;
}
</style>
background-color css
<style>
a { background-color: #980766; }
a { background-color: rgb(152,7,102); }
div.DivClassName
{
background-color: #980766;
}
.BgClassName
{
background-color: #980766;
}
</style>
border-color css
<style>
span { border-color: #980766; }
span { border-color: rgb(152,7,102); }
td.TdClassName
{
border-color: #980766;
}
.TagClassName
{
border-color: #980766;
}
</style>