Shades of Eggplant #980270
Tints of Eggplant #980270
RGB
CMYK
RGB Variations
Color information
#980270 (or 0x980270) is known color: Eggplant. HEX triplet: 98, 02 and 70. RGB value is (152,2,112). Sum of RGB (Red+Green+Blue) = 152+2+112=266 (35% of max value = 765). Red value is 152 (59.77% from 255 or 57.14% from 266); Green value is 2 (1.17% from 255 or 0.75% from 266); Blue value is 112 (44.14% from 255 or 42.11% from 266); Max value from RGB is 152 - color contains mainly: red. Hex color #980270 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #980270 is #67FD8F. Grayscale: #3B3B3B. Windows color (decimal): -6815120 or 7340696. OLE color: 7340696.
HSL color Cylindrical-coordinate representation of color #980270: hue angle of 316º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #980270 is Cyan = 0, Magento = 0.99, Yellow = 0.26 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 2 | 112 | - |
| CMYK | 0 | 0.99 | 0.26 | 0.40 |
| HSL | 316º | 0.97% | 0.3% | - |
| HSV(B) | 316º | 0.99% | 0.6% | - |
| XYZ | 15.9 | 7.89 | 16.01 | - |
| YUV | 59.39 | 157.7 | 194.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 2 | 112 | 0 | 0.99 | 0.26 | 0.40 | 316 | 0.97 | 0.3 |
| Hex | 98 | 2 | 70 | 0 | 63 | 1A | 28 | 13C | 61 | 1E |
| Octal | 230 | 2 | 160 | 0 | 143 | 32 | 50 | 474 | 141 | 36 |
| Binary | 10011000 | 10 | 1110000 | 0 | 1100011 | 11010 | 101000 | 100111100 | 1100001 | 11110 |
Color Harmonies of #980270
Complementary color
Monochromatic Colors of #980270
Black with #980270
Text Example
Text Example
White with #980270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #980270; }
p { color: rgb(152,2,112); }
H1.HeaderClassName
{
color: #980270;
}
.AnyTagClassName
{
color: #980270;
}
</style>
background-color css
<style>
a { background-color: #980270; }
a { background-color: rgb(152,2,112); }
div.DivClassName
{
background-color: #980270;
}
.BgClassName
{
background-color: #980270;
}
</style>
border-color css
<style>
span { border-color: #980270; }
span { border-color: rgb(152,2,112); }
td.TdClassName
{
border-color: #980270;
}
.TagClassName
{
border-color: #980270;
}
</style>