Shades of Eggplant #98005A
Tints of Eggplant #98005A
RGB
CMYK
RGB Variations
Color information
#98005A (or 0x98005A) is known color: Eggplant. HEX triplet: 98, 00 and 5A. RGB value is (152,0,90). Sum of RGB (Red+Green+Blue) = 152+0+90=242 (32% of max value = 765). Red value is 152 (59.77% from 255 or 62.81% from 242); Green value is 0 (0.39% from 255 or 0% from 242); Blue value is 90 (35.55% from 255 or 37.19% from 242); Max value from RGB is 152 - color contains mainly: red. Hex color #98005A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #98005A is #67FFA5. Grayscale: #373737. Windows color (decimal): -6815654 or 5898392. OLE color: 5898392.
HSL color Cylindrical-coordinate representation of color #98005A: hue angle of 324.47º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 1%. Process color model (Four color, CMYK) of #98005A is Cyan = 0, Magento = 1, Yellow = 0.41 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 0 | 90 | - |
| CMYK | 0 | 1 | 0.41 | 0.40 |
| HSL | 324.47º | 1% | 0.3% | - |
| HSV(B) | 324.47º | 1% | 0.6% | - |
| XYZ | 14.79 | 7.41 | 10.32 | - |
| YUV | 55.71 | 147.36 | 196.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 0 | 90 | 0 | 1 | 0.41 | 0.40 | 324.47 | 1 | 0.3 |
| Hex | 98 | 0 | 5A | 0 | 64 | 29 | 28 | 144 | 64 | 1E |
| Octal | 230 | 0 | 132 | 0 | 144 | 51 | 50 | 504 | 144 | 36 |
| Binary | 10011000 | 0 | 1011010 | 0 | 1100100 | 101001 | 101000 | 101000100 | 1100100 | 11110 |
Color Harmonies of #98005A
Complementary color
Monochromatic Colors of #98005A
Black with #98005A
Text Example
Text Example
White with #98005A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98005A; }
p { color: rgb(152,0,90); }
H1.HeaderClassName
{
color: #98005A;
}
.AnyTagClassName
{
color: #98005A;
}
</style>
background-color css
<style>
a { background-color: #98005A; }
a { background-color: rgb(152,0,90); }
div.DivClassName
{
background-color: #98005A;
}
.BgClassName
{
background-color: #98005A;
}
</style>
border-color css
<style>
span { border-color: #98005A; }
span { border-color: rgb(152,0,90); }
td.TdClassName
{
border-color: #98005A;
}
.TagClassName
{
border-color: #98005A;
}
</style>