Shades of Eggplant #980275
Tints of Eggplant #980275
RGB
CMYK
RGB Variations
Color information
#980275 (or 0x980275) is known color: Eggplant. HEX triplet: 98, 02 and 75. RGB value is (152,2,117). Sum of RGB (Red+Green+Blue) = 152+2+117=271 (35% of max value = 765). Red value is 152 (59.77% from 255 or 56.09% from 271); Green value is 2 (1.17% from 255 or 0.74% from 271); Blue value is 117 (46.09% from 255 or 43.17% from 271); Max value from RGB is 152 - color contains mainly: red. Hex color #980275 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #980275 is #67FD8A. Grayscale: #3B3B3B. Windows color (decimal): -6815115 or 7668376. OLE color: 7668376.
HSL color Cylindrical-coordinate representation of color #980275: hue angle of 314º 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 #980275 is Cyan = 0, Magento = 0.99, Yellow = 0.23 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 2 | 117 | - |
| CMYK | 0 | 0.99 | 0.23 | 0.40 |
| HSL | 314º | 0.97% | 0.3% | - |
| HSV(B) | 314º | 0.99% | 0.6% | - |
| XYZ | 16.18 | 8 | 17.52 | - |
| YUV | 59.96 | 160.2 | 193.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 2 | 117 | 0 | 0.99 | 0.23 | 0.40 | 314 | 0.97 | 0.3 |
| Hex | 98 | 2 | 75 | 0 | 63 | 17 | 28 | 13A | 61 | 1E |
| Octal | 230 | 2 | 165 | 0 | 143 | 27 | 50 | 472 | 141 | 36 |
| Binary | 10011000 | 10 | 1110101 | 0 | 1100011 | 10111 | 101000 | 100111010 | 1100001 | 11110 |
Color Harmonies of #980275
Complementary color
Monochromatic Colors of #980275
Black with #980275
Text Example
Text Example
White with #980275
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #980275; }
p { color: rgb(152,2,117); }
H1.HeaderClassName
{
color: #980275;
}
.AnyTagClassName
{
color: #980275;
}
</style>
background-color css
<style>
a { background-color: #980275; }
a { background-color: rgb(152,2,117); }
div.DivClassName
{
background-color: #980275;
}
.BgClassName
{
background-color: #980275;
}
</style>
border-color css
<style>
span { border-color: #980275; }
span { border-color: rgb(152,2,117); }
td.TdClassName
{
border-color: #980275;
}
.TagClassName
{
border-color: #980275;
}
</style>