Shades of Eggplant #980764
Tints of Eggplant #980764
RGB
CMYK
RGB Variations
Color information
#980764 (or 0x980764) is known color: Eggplant. HEX triplet: 98, 07 and 64. RGB value is (152,7,100). Sum of RGB (Red+Green+Blue) = 152+7+100=259 (34% of max value = 765). Red value is 152 (59.77% from 255 or 58.69% from 259); Green value is 7 (3.12% from 255 or 2.70% from 259); Blue value is 100 (39.45% from 255 or 38.61% from 259); Max value from RGB is 152 - color contains mainly: red. Hex color #980764 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #980764 is #67F89B. Grayscale: #3C3C3C. Windows color (decimal): -6813852 or 6555544. OLE color: 6555544.
HSL color Cylindrical-coordinate representation of color #980764: hue angle of 321.52º 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 #980764 is Cyan = 0, Magento = 0.95, Yellow = 0.34 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 7 | 100 | - |
| CMYK | 0 | 0.95 | 0.34 | 0.40 |
| HSL | 321.52º | 0.91% | 0.31% | - |
| HSV(B) | 321.52º | 0.95% | 0.6% | - |
| XYZ | 15.33 | 7.75 | 12.74 | - |
| YUV | 60.96 | 150.04 | 192.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 7 | 100 | 0 | 0.95 | 0.34 | 0.40 | 321.52 | 0.91 | 0.31 |
| Hex | 98 | 7 | 64 | 0 | 5F | 22 | 28 | 142 | 5B | 1F |
| Octal | 230 | 7 | 144 | 0 | 137 | 42 | 50 | 502 | 133 | 37 |
| Binary | 10011000 | 111 | 1100100 | 0 | 1011111 | 100010 | 101000 | 101000010 | 1011011 | 11111 |
Color Harmonies of #980764
Complementary color
Monochromatic Colors of #980764
Black with #980764
Text Example
Text Example
White with #980764
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #980764; }
p { color: rgb(152,7,100); }
H1.HeaderClassName
{
color: #980764;
}
.AnyTagClassName
{
color: #980764;
}
</style>
background-color css
<style>
a { background-color: #980764; }
a { background-color: rgb(152,7,100); }
div.DivClassName
{
background-color: #980764;
}
.BgClassName
{
background-color: #980764;
}
</style>
border-color css
<style>
span { border-color: #980764; }
span { border-color: rgb(152,7,100); }
td.TdClassName
{
border-color: #980764;
}
.TagClassName
{
border-color: #980764;
}
</style>