Shades of Eggplant #98017A
Tints of Eggplant #98017A
RGB
CMYK
RGB Variations
Color information
#98017A (or 0x98017A) is known color: Eggplant. HEX triplet: 98, 01 and 7A. RGB value is (152,1,122). Sum of RGB (Red+Green+Blue) = 152+1+122=275 (36% of max value = 765). Red value is 152 (59.77% from 255 or 55.27% from 275); Green value is 1 (0.78% from 255 or 0.36% from 275); Blue value is 122 (48.05% from 255 or 44.36% from 275); Max value from RGB is 152 - color contains mainly: red. Hex color #98017A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #98017A is #67FE85. Grayscale: #3B3B3B. Windows color (decimal): -6815366 or 7995800. OLE color: 7995800.
HSL color Cylindrical-coordinate representation of color #98017A: hue angle of 311.92º 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 #98017A is Cyan = 0, Magento = 0.99, Yellow = 0.20 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 1 | 122 | - |
| CMYK | 0 | 0.99 | 0.20 | 0.40 |
| HSL | 311.92º | 0.99% | 0.3% | - |
| HSV(B) | 311.92º | 0.99% | 0.6% | - |
| XYZ | 16.47 | 8.1 | 19.11 | - |
| YUV | 59.94 | 163.03 | 193.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 1 | 122 | 0 | 0.99 | 0.20 | 0.40 | 311.92 | 0.99 | 0.3 |
| Hex | 98 | 1 | 7A | 0 | 63 | 14 | 28 | 138 | 63 | 1E |
| Octal | 230 | 1 | 172 | 0 | 143 | 24 | 50 | 470 | 143 | 36 |
| Binary | 10011000 | 1 | 1111010 | 0 | 1100011 | 10100 | 101000 | 100111000 | 1100011 | 11110 |
Color Harmonies of #98017A
Complementary color
Monochromatic Colors of #98017A
Black with #98017A
Text Example
Text Example
White with #98017A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98017A; }
p { color: rgb(152,1,122); }
H1.HeaderClassName
{
color: #98017A;
}
.AnyTagClassName
{
color: #98017A;
}
</style>
background-color css
<style>
a { background-color: #98017A; }
a { background-color: rgb(152,1,122); }
div.DivClassName
{
background-color: #98017A;
}
.BgClassName
{
background-color: #98017A;
}
</style>
border-color css
<style>
span { border-color: #98017A; }
span { border-color: rgb(152,1,122); }
td.TdClassName
{
border-color: #98017A;
}
.TagClassName
{
border-color: #98017A;
}
</style>