Shades of Eggplant #98005B
Tints of Eggplant #98005B
RGB
CMYK
RGB Variations
Color information
#98005B (or 0x98005B) is known color: Eggplant. HEX triplet: 98, 00 and 5B. RGB value is (152,0,91). Sum of RGB (Red+Green+Blue) = 152+0+91=243 (32% of max value = 765). Red value is 152 (59.77% from 255 or 62.55% from 243); Green value is 0 (0.39% from 255 or 0% from 243); Blue value is 91 (35.94% from 255 or 37.45% from 243); Max value from RGB is 152 - color contains mainly: red. Hex color #98005B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #98005B is #67FFA4. Grayscale: #373737. Windows color (decimal): -6815653 or 5963928. OLE color: 5963928.
HSL color Cylindrical-coordinate representation of color #98005B: hue angle of 324.08º 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 #98005B is Cyan = 0, Magento = 1, Yellow = 0.40 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 0 | 91 | - |
| CMYK | 0 | 1 | 0.40 | 0.40 |
| HSL | 324.08º | 1% | 0.3% | - |
| HSV(B) | 324.08º | 1% | 0.6% | - |
| XYZ | 14.84 | 7.43 | 10.55 | - |
| YUV | 55.82 | 147.86 | 196.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 0 | 91 | 0 | 1 | 0.40 | 0.40 | 324.08 | 1 | 0.3 |
| Hex | 98 | 0 | 5B | 0 | 64 | 28 | 28 | 144 | 64 | 1E |
| Octal | 230 | 0 | 133 | 0 | 144 | 50 | 50 | 504 | 144 | 36 |
| Binary | 10011000 | 0 | 1011011 | 0 | 1100100 | 101000 | 101000 | 101000100 | 1100100 | 11110 |
Color Harmonies of #98005B
Complementary color
Monochromatic Colors of #98005B
Black with #98005B
Text Example
Text Example
White with #98005B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98005B; }
p { color: rgb(152,0,91); }
H1.HeaderClassName
{
color: #98005B;
}
.AnyTagClassName
{
color: #98005B;
}
</style>
background-color css
<style>
a { background-color: #98005B; }
a { background-color: rgb(152,0,91); }
div.DivClassName
{
background-color: #98005B;
}
.BgClassName
{
background-color: #98005B;
}
</style>
border-color css
<style>
span { border-color: #98005B; }
span { border-color: rgb(152,0,91); }
td.TdClassName
{
border-color: #98005B;
}
.TagClassName
{
border-color: #98005B;
}
</style>