Shades of Eggplant #98087C
Tints of Eggplant #98087C
RGB
CMYK
RGB Variations
Color information
#98087C (or 0x98087C) is known color: Eggplant. HEX triplet: 98, 08 and 7C. RGB value is (152,8,124). Sum of RGB (Red+Green+Blue) = 152+8+124=284 (37% of max value = 765). Red value is 152 (59.77% from 255 or 53.52% from 284); Green value is 8 (3.52% from 255 or 2.82% from 284); Blue value is 124 (48.83% from 255 or 43.66% from 284); Max value from RGB is 152 - color contains mainly: red. Hex color #98087C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #98087C is #67F783. Grayscale: #3F3F3F. Windows color (decimal): -6813572 or 8128664. OLE color: 8128664.
HSL color Cylindrical-coordinate representation of color #98087C: hue angle of 311.67º degrees, saturation: 0.9, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #98087C is Cyan = 0, Magento = 0.95, Yellow = 0.18 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 8 | 124 | - |
| CMYK | 0 | 0.95 | 0.18 | 0.40 |
| HSL | 311.67º | 0.9% | 0.31% | - |
| HSV(B) | 311.67º | 0.95% | 0.6% | - |
| XYZ | 16.67 | 8.3 | 19.79 | - |
| YUV | 64.28 | 161.71 | 190.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 8 | 124 | 0 | 0.95 | 0.18 | 0.40 | 311.67 | 0.9 | 0.31 |
| Hex | 98 | 8 | 7C | 0 | 5F | 12 | 28 | 138 | 5A | 1F |
| Octal | 230 | 10 | 174 | 0 | 137 | 22 | 50 | 470 | 132 | 37 |
| Binary | 10011000 | 1000 | 1111100 | 0 | 1011111 | 10010 | 101000 | 100111000 | 1011010 | 11111 |
Color Harmonies of #98087C
Complementary color
Monochromatic Colors of #98087C
Black with #98087C
Text Example
Text Example
White with #98087C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98087C; }
p { color: rgb(152,8,124); }
H1.HeaderClassName
{
color: #98087C;
}
.AnyTagClassName
{
color: #98087C;
}
</style>
background-color css
<style>
a { background-color: #98087C; }
a { background-color: rgb(152,8,124); }
div.DivClassName
{
background-color: #98087C;
}
.BgClassName
{
background-color: #98087C;
}
</style>
border-color css
<style>
span { border-color: #98087C; }
span { border-color: rgb(152,8,124); }
td.TdClassName
{
border-color: #98087C;
}
.TagClassName
{
border-color: #98087C;
}
</style>