Shades of Eggplant #98005F
Tints of Eggplant #98005F
RGB
CMYK
RGB Variations
Color information
#98005F (or 0x98005F) is known color: Eggplant. HEX triplet: 98, 00 and 5F. RGB value is (152,0,95). Sum of RGB (Red+Green+Blue) = 152+0+95=247 (32% of max value = 765). Red value is 152 (59.77% from 255 or 61.54% from 247); Green value is 0 (0.39% from 255 or 0% from 247); Blue value is 95 (37.5% from 255 or 38.46% from 247); Max value from RGB is 152 - color contains mainly: red. Hex color #98005F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #98005F is #67FFA0. Grayscale: #383838. Windows color (decimal): -6815649 or 6226072. OLE color: 6226072.
HSL color Cylindrical-coordinate representation of color #98005F: hue angle of 322.5º 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 #98005F is Cyan = 0, Magento = 1, Yellow = 0.38 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 0 | 95 | - |
| CMYK | 0 | 1 | 0.38 | 0.40 |
| HSL | 322.5º | 1% | 0.3% | - |
| HSV(B) | 322.5º | 1% | 0.6% | - |
| XYZ | 15.01 | 7.5 | 11.48 | - |
| YUV | 56.28 | 149.86 | 196.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 0 | 95 | 0 | 1 | 0.38 | 0.40 | 322.5 | 1 | 0.3 |
| Hex | 98 | 0 | 5F | 0 | 64 | 26 | 28 | 142 | 64 | 1E |
| Octal | 230 | 0 | 137 | 0 | 144 | 46 | 50 | 502 | 144 | 36 |
| Binary | 10011000 | 0 | 1011111 | 0 | 1100100 | 100110 | 101000 | 101000010 | 1100100 | 11110 |
Color Harmonies of #98005F
Complementary color
Monochromatic Colors of #98005F
Black with #98005F
Text Example
Text Example
White with #98005F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98005F; }
p { color: rgb(152,0,95); }
H1.HeaderClassName
{
color: #98005F;
}
.AnyTagClassName
{
color: #98005F;
}
</style>
background-color css
<style>
a { background-color: #98005F; }
a { background-color: rgb(152,0,95); }
div.DivClassName
{
background-color: #98005F;
}
.BgClassName
{
background-color: #98005F;
}
</style>
border-color css
<style>
span { border-color: #98005F; }
span { border-color: rgb(152,0,95); }
td.TdClassName
{
border-color: #98005F;
}
.TagClassName
{
border-color: #98005F;
}
</style>