Shades of Eggplant #980277
Tints of Eggplant #980277
RGB
CMYK
RGB Variations
Color information
#980277 (or 0x980277) is known color: Eggplant. HEX triplet: 98, 02 and 77. RGB value is (152,2,119). Sum of RGB (Red+Green+Blue) = 152+2+119=273 (36% of max value = 765). Red value is 152 (59.77% from 255 or 55.68% from 273); Green value is 2 (1.17% from 255 or 0.73% from 273); Blue value is 119 (46.88% from 255 or 43.59% from 273); Max value from RGB is 152 - color contains mainly: red. Hex color #980277 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #980277 is #67FD88. Grayscale: #3B3B3B. Windows color (decimal): -6815113 or 7799448. OLE color: 7799448.
HSL color Cylindrical-coordinate representation of color #980277: hue angle of 313.2º 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 #980277 is Cyan = 0, Magento = 0.99, Yellow = 0.22 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 2 | 119 | - |
| CMYK | 0 | 0.99 | 0.22 | 0.40 |
| HSL | 313.2º | 0.97% | 0.3% | - |
| HSV(B) | 313.2º | 0.99% | 0.6% | - |
| XYZ | 16.3 | 8.05 | 18.15 | - |
| YUV | 60.19 | 161.2 | 193.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 2 | 119 | 0 | 0.99 | 0.22 | 0.40 | 313.2 | 0.97 | 0.3 |
| Hex | 98 | 2 | 77 | 0 | 63 | 16 | 28 | 139 | 61 | 1E |
| Octal | 230 | 2 | 167 | 0 | 143 | 26 | 50 | 471 | 141 | 36 |
| Binary | 10011000 | 10 | 1110111 | 0 | 1100011 | 10110 | 101000 | 100111001 | 1100001 | 11110 |
Color Harmonies of #980277
Complementary color
Monochromatic Colors of #980277
Black with #980277
Text Example
Text Example
White with #980277
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #980277; }
p { color: rgb(152,2,119); }
H1.HeaderClassName
{
color: #980277;
}
.AnyTagClassName
{
color: #980277;
}
</style>
background-color css
<style>
a { background-color: #980277; }
a { background-color: rgb(152,2,119); }
div.DivClassName
{
background-color: #980277;
}
.BgClassName
{
background-color: #980277;
}
</style>
border-color css
<style>
span { border-color: #980277; }
span { border-color: rgb(152,2,119); }
td.TdClassName
{
border-color: #980277;
}
.TagClassName
{
border-color: #980277;
}
</style>