Shades of Eggplant #980264
Tints of Eggplant #980264
RGB
CMYK
RGB Variations
Color information
#980264 (or 0x980264) is known color: Eggplant. HEX triplet: 98, 02 and 64. RGB value is (152,2,100). Sum of RGB (Red+Green+Blue) = 152+2+100=254 (33% of max value = 765). Red value is 152 (59.77% from 255 or 59.84% from 254); Green value is 2 (1.17% from 255 or 0.79% from 254); Blue value is 100 (39.45% from 255 or 39.37% from 254); Max value from RGB is 152 - color contains mainly: red. Hex color #980264 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #980264 is #67FD9B. Grayscale: #393939. Windows color (decimal): -6815132 or 6554264. OLE color: 6554264.
HSL color Cylindrical-coordinate representation of color #980264: hue angle of 320.8º 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 #980264 is Cyan = 0, Magento = 0.99, Yellow = 0.34 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 2 | 100 | - |
| CMYK | 0 | 0.99 | 0.34 | 0.40 |
| HSL | 320.8º | 0.97% | 0.3% | - |
| HSV(B) | 320.8º | 0.99% | 0.6% | - |
| XYZ | 15.27 | 7.64 | 12.73 | - |
| YUV | 58.02 | 151.7 | 195.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 2 | 100 | 0 | 0.99 | 0.34 | 0.40 | 320.8 | 0.97 | 0.3 |
| Hex | 98 | 2 | 64 | 0 | 63 | 22 | 28 | 141 | 61 | 1E |
| Octal | 230 | 2 | 144 | 0 | 143 | 42 | 50 | 501 | 141 | 36 |
| Binary | 10011000 | 10 | 1100100 | 0 | 1100011 | 100010 | 101000 | 101000001 | 1100001 | 11110 |
Color Harmonies of #980264
Complementary color
Monochromatic Colors of #980264
Black with #980264
Text Example
Text Example
White with #980264
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #980264; }
p { color: rgb(152,2,100); }
H1.HeaderClassName
{
color: #980264;
}
.AnyTagClassName
{
color: #980264;
}
</style>
background-color css
<style>
a { background-color: #980264; }
a { background-color: rgb(152,2,100); }
div.DivClassName
{
background-color: #980264;
}
.BgClassName
{
background-color: #980264;
}
</style>
border-color css
<style>
span { border-color: #980264; }
span { border-color: rgb(152,2,100); }
td.TdClassName
{
border-color: #980264;
}
.TagClassName
{
border-color: #980264;
}
</style>