Shades of Eggplant #980364
Tints of Eggplant #980364
RGB
CMYK
RGB Variations
Color information
#980364 (or 0x980364) is known color: Eggplant. HEX triplet: 98, 03 and 64. RGB value is (152,3,100). Sum of RGB (Red+Green+Blue) = 152+3+100=255 (33% of max value = 765). Red value is 152 (59.77% from 255 or 59.61% from 255); Green value is 3 (1.56% from 255 or 1.18% from 255); Blue value is 100 (39.45% from 255 or 39.22% from 255); Max value from RGB is 152 - color contains mainly: red. Hex color #980364 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #980364 is #67FC9B. Grayscale: #3A3A3A. Windows color (decimal): -6814876 or 6554520. OLE color: 6554520.
HSL color Cylindrical-coordinate representation of color #980364: hue angle of 320.94º degrees, saturation: 0.96, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #980364 is Cyan = 0, Magento = 0.98, Yellow = 0.34 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 3 | 100 | - |
| CMYK | 0 | 0.98 | 0.34 | 0.40 |
| HSL | 320.94º | 0.96% | 0.3% | - |
| HSV(B) | 320.94º | 0.98% | 0.6% | - |
| XYZ | 15.28 | 7.66 | 12.73 | - |
| YUV | 58.61 | 151.36 | 194.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 3 | 100 | 0 | 0.98 | 0.34 | 0.40 | 320.94 | 0.96 | 0.3 |
| Hex | 98 | 3 | 64 | 0 | 62 | 22 | 28 | 141 | 60 | 1E |
| Octal | 230 | 3 | 144 | 0 | 142 | 42 | 50 | 501 | 140 | 36 |
| Binary | 10011000 | 11 | 1100100 | 0 | 1100010 | 100010 | 101000 | 101000001 | 1100000 | 11110 |
Color Harmonies of #980364
Complementary color
Monochromatic Colors of #980364
Black with #980364
Text Example
Text Example
White with #980364
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #980364; }
p { color: rgb(152,3,100); }
H1.HeaderClassName
{
color: #980364;
}
.AnyTagClassName
{
color: #980364;
}
</style>
background-color css
<style>
a { background-color: #980364; }
a { background-color: rgb(152,3,100); }
div.DivClassName
{
background-color: #980364;
}
.BgClassName
{
background-color: #980364;
}
</style>
border-color css
<style>
span { border-color: #980364; }
span { border-color: rgb(152,3,100); }
td.TdClassName
{
border-color: #980364;
}
.TagClassName
{
border-color: #980364;
}
</style>