Shades of Eggplant #980163
Tints of Eggplant #980163
RGB
CMYK
RGB Variations
Color information
#980163 (or 0x980163) is known color: Eggplant. HEX triplet: 98, 01 and 63. RGB value is (152,1,99). Sum of RGB (Red+Green+Blue) = 152+1+99=252 (33% of max value = 765). Red value is 152 (59.77% from 255 or 60.32% from 252); Green value is 1 (0.78% from 255 or 0.40% from 252); Blue value is 99 (39.06% from 255 or 39.29% from 252); Max value from RGB is 152 - color contains mainly: red. Hex color #980163 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #980163 is #67FE9C. Grayscale: #393939. Windows color (decimal): -6815389 or 6488472. OLE color: 6488472.
HSL color Cylindrical-coordinate representation of color #980163: hue angle of 321.06º degrees, saturation: 0.99, 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 #980163 is Cyan = 0, Magento = 0.99, Yellow = 0.35 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 1 | 99 | - |
| CMYK | 0 | 0.99 | 0.35 | 0.40 |
| HSL | 321.06º | 0.99% | 0.3% | - |
| HSV(B) | 321.06º | 0.99% | 0.6% | - |
| XYZ | 15.21 | 7.6 | 12.47 | - |
| YUV | 57.32 | 151.53 | 195.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 1 | 99 | 0 | 0.99 | 0.35 | 0.40 | 321.06 | 0.99 | 0.3 |
| Hex | 98 | 1 | 63 | 0 | 63 | 23 | 28 | 141 | 63 | 1E |
| Octal | 230 | 1 | 143 | 0 | 143 | 43 | 50 | 501 | 143 | 36 |
| Binary | 10011000 | 1 | 1100011 | 0 | 1100011 | 100011 | 101000 | 101000001 | 1100011 | 11110 |
Color Harmonies of #980163
Complementary color
Monochromatic Colors of #980163
Black with #980163
Text Example
Text Example
White with #980163
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #980163; }
p { color: rgb(152,1,99); }
H1.HeaderClassName
{
color: #980163;
}
.AnyTagClassName
{
color: #980163;
}
</style>
background-color css
<style>
a { background-color: #980163; }
a { background-color: rgb(152,1,99); }
div.DivClassName
{
background-color: #980163;
}
.BgClassName
{
background-color: #980163;
}
</style>
border-color css
<style>
span { border-color: #980163; }
span { border-color: rgb(152,1,99); }
td.TdClassName
{
border-color: #980163;
}
.TagClassName
{
border-color: #980163;
}
</style>