Shades of Eggplant #98006D
Tints of Eggplant #98006D
RGB
CMYK
RGB Variations
Color information
#98006D (or 0x98006D) is known color: Eggplant. HEX triplet: 98, 00 and 6D. RGB value is (152,0,109). Sum of RGB (Red+Green+Blue) = 152+0+109=261 (34% of max value = 765). Red value is 152 (59.77% from 255 or 58.24% from 261); Green value is 0 (0.39% from 255 or 0% from 261); Blue value is 109 (42.97% from 255 or 41.76% from 261); Max value from RGB is 152 - color contains mainly: red. Hex color #98006D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #98006D is #67FF92. Grayscale: #393939. Windows color (decimal): -6815635 or 7143576. OLE color: 7143576.
HSL color Cylindrical-coordinate representation of color #98006D: hue angle of 316.97º 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 #98006D is Cyan = 0, Magento = 1, Yellow = 0.28 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 0 | 109 | - |
| CMYK | 0 | 1 | 0.28 | 0.40 |
| HSL | 316.97º | 1% | 0.3% | - |
| HSV(B) | 316.97º | 1% | 0.6% | - |
| XYZ | 15.71 | 7.78 | 15.14 | - |
| YUV | 57.87 | 156.86 | 195.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 0 | 109 | 0 | 1 | 0.28 | 0.40 | 316.97 | 1 | 0.3 |
| Hex | 98 | 0 | 6D | 0 | 64 | 1C | 28 | 13D | 64 | 1E |
| Octal | 230 | 0 | 155 | 0 | 144 | 34 | 50 | 475 | 144 | 36 |
| Binary | 10011000 | 0 | 1101101 | 0 | 1100100 | 11100 | 101000 | 100111101 | 1100100 | 11110 |
Color Harmonies of #98006D
Complementary color
Monochromatic Colors of #98006D
Black with #98006D
Text Example
Text Example
White with #98006D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98006D; }
p { color: rgb(152,0,109); }
H1.HeaderClassName
{
color: #98006D;
}
.AnyTagClassName
{
color: #98006D;
}
</style>
background-color css
<style>
a { background-color: #98006D; }
a { background-color: rgb(152,0,109); }
div.DivClassName
{
background-color: #98006D;
}
.BgClassName
{
background-color: #98006D;
}
</style>
border-color css
<style>
span { border-color: #98006D; }
span { border-color: rgb(152,0,109); }
td.TdClassName
{
border-color: #98006D;
}
.TagClassName
{
border-color: #98006D;
}
</style>