Shades of Eggplant #980670
Tints of Eggplant #980670
RGB
CMYK
RGB Variations
Color information
#980670 (or 0x980670) is known color: Eggplant. HEX triplet: 98, 06 and 70. RGB value is (152,6,112). Sum of RGB (Red+Green+Blue) = 152+6+112=270 (35% of max value = 765). Red value is 152 (59.77% from 255 or 56.30% from 270); Green value is 6 (2.73% from 255 or 2.22% from 270); Blue value is 112 (44.14% from 255 or 41.48% from 270); Max value from RGB is 152 - color contains mainly: red. Hex color #980670 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #980670 is #67F98F. Grayscale: #3D3D3D. Windows color (decimal): -6814096 or 7341720. OLE color: 7341720.
HSL color Cylindrical-coordinate representation of color #980670: hue angle of 316.44º degrees, saturation: 0.92, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #980670 is Cyan = 0, Magento = 0.96, Yellow = 0.26 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 6 | 112 | - |
| CMYK | 0 | 0.96 | 0.26 | 0.40 |
| HSL | 316.44º | 0.92% | 0.31% | - |
| HSV(B) | 316.44º | 0.96% | 0.6% | - |
| XYZ | 15.94 | 7.98 | 16.03 | - |
| YUV | 61.74 | 156.37 | 192.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 6 | 112 | 0 | 0.96 | 0.26 | 0.40 | 316.44 | 0.92 | 0.31 |
| Hex | 98 | 6 | 70 | 0 | 60 | 1A | 28 | 13C | 5C | 1F |
| Octal | 230 | 6 | 160 | 0 | 140 | 32 | 50 | 474 | 134 | 37 |
| Binary | 10011000 | 110 | 1110000 | 0 | 1100000 | 11010 | 101000 | 100111100 | 1011100 | 11111 |
Color Harmonies of #980670
Complementary color
Monochromatic Colors of #980670
Black with #980670
Text Example
Text Example
White with #980670
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #980670; }
p { color: rgb(152,6,112); }
H1.HeaderClassName
{
color: #980670;
}
.AnyTagClassName
{
color: #980670;
}
</style>
background-color css
<style>
a { background-color: #980670; }
a { background-color: rgb(152,6,112); }
div.DivClassName
{
background-color: #980670;
}
.BgClassName
{
background-color: #980670;
}
</style>
border-color css
<style>
span { border-color: #980670; }
span { border-color: rgb(152,6,112); }
td.TdClassName
{
border-color: #980670;
}
.TagClassName
{
border-color: #980670;
}
</style>