Shades of Eggplant #98006B
Tints of Eggplant #98006B
RGB
CMYK
RGB Variations
Color information
#98006B (or 0x98006B) is known color: Eggplant. HEX triplet: 98, 00 and 6B. RGB value is (152,0,107). Sum of RGB (Red+Green+Blue) = 152+0+107=259 (34% of max value = 765). Red value is 152 (59.77% from 255 or 58.69% from 259); Green value is 0 (0.39% from 255 or 0% from 259); Blue value is 107 (42.19% from 255 or 41.31% from 259); Max value from RGB is 152 - color contains mainly: red. Hex color #98006B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #98006B is #67FF94. Grayscale: #393939. Windows color (decimal): -6815637 or 7012504. OLE color: 7012504.
HSL color Cylindrical-coordinate representation of color #98006B: hue angle of 317.76º 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 #98006B is Cyan = 0, Magento = 1, Yellow = 0.30 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 0 | 107 | - |
| CMYK | 0 | 1 | 0.30 | 0.40 |
| HSL | 317.76º | 1% | 0.3% | - |
| HSV(B) | 317.76º | 1% | 0.6% | - |
| XYZ | 15.6 | 7.74 | 14.58 | - |
| YUV | 57.65 | 155.86 | 195.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 0 | 107 | 0 | 1 | 0.30 | 0.40 | 317.76 | 1 | 0.3 |
| Hex | 98 | 0 | 6B | 0 | 64 | 1E | 28 | 13E | 64 | 1E |
| Octal | 230 | 0 | 153 | 0 | 144 | 36 | 50 | 476 | 144 | 36 |
| Binary | 10011000 | 0 | 1101011 | 0 | 1100100 | 11110 | 101000 | 100111110 | 1100100 | 11110 |
Color Harmonies of #98006B
Complementary color
Monochromatic Colors of #98006B
Black with #98006B
Text Example
Text Example
White with #98006B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98006B; }
p { color: rgb(152,0,107); }
H1.HeaderClassName
{
color: #98006B;
}
.AnyTagClassName
{
color: #98006B;
}
</style>
background-color css
<style>
a { background-color: #98006B; }
a { background-color: rgb(152,0,107); }
div.DivClassName
{
background-color: #98006B;
}
.BgClassName
{
background-color: #98006B;
}
</style>
border-color css
<style>
span { border-color: #98006B; }
span { border-color: rgb(152,0,107); }
td.TdClassName
{
border-color: #98006B;
}
.TagClassName
{
border-color: #98006B;
}
</style>