Shades of Eggplant #980274
Tints of Eggplant #980274
RGB
CMYK
RGB Variations
Color information
#980274 (or 0x980274) is known color: Eggplant. HEX triplet: 98, 02 and 74. RGB value is (152,2,116). Sum of RGB (Red+Green+Blue) = 152+2+116=270 (35% of max value = 765). Red value is 152 (59.77% from 255 or 56.30% from 270); Green value is 2 (1.17% from 255 or 0.74% from 270); Blue value is 116 (45.70% from 255 or 42.96% from 270); Max value from RGB is 152 - color contains mainly: red. Hex color #980274 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #980274 is #67FD8B. Grayscale: #3B3B3B. Windows color (decimal): -6815116 or 7602840. OLE color: 7602840.
HSL color Cylindrical-coordinate representation of color #980274: hue angle of 314.4º 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 #980274 is Cyan = 0, Magento = 0.99, Yellow = 0.24 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 2 | 116 | - |
| CMYK | 0 | 0.99 | 0.24 | 0.40 |
| HSL | 314.4º | 0.97% | 0.3% | - |
| HSV(B) | 314.4º | 0.99% | 0.6% | - |
| XYZ | 16.12 | 7.98 | 17.21 | - |
| YUV | 59.85 | 159.7 | 193.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 2 | 116 | 0 | 0.99 | 0.24 | 0.40 | 314.4 | 0.97 | 0.3 |
| Hex | 98 | 2 | 74 | 0 | 63 | 18 | 28 | 13A | 61 | 1E |
| Octal | 230 | 2 | 164 | 0 | 143 | 30 | 50 | 472 | 141 | 36 |
| Binary | 10011000 | 10 | 1110100 | 0 | 1100011 | 11000 | 101000 | 100111010 | 1100001 | 11110 |
Color Harmonies of #980274
Complementary color
Monochromatic Colors of #980274
Black with #980274
Text Example
Text Example
White with #980274
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #980274; }
p { color: rgb(152,2,116); }
H1.HeaderClassName
{
color: #980274;
}
.AnyTagClassName
{
color: #980274;
}
</style>
background-color css
<style>
a { background-color: #980274; }
a { background-color: rgb(152,2,116); }
div.DivClassName
{
background-color: #980274;
}
.BgClassName
{
background-color: #980274;
}
</style>
border-color css
<style>
span { border-color: #980274; }
span { border-color: rgb(152,2,116); }
td.TdClassName
{
border-color: #980274;
}
.TagClassName
{
border-color: #980274;
}
</style>