Shades of Eggplant #98037C
Tints of Eggplant #98037C
RGB
CMYK
RGB Variations
Color information
#98037C (or 0x98037C) is known color: Eggplant. HEX triplet: 98, 03 and 7C. RGB value is (152,3,124). Sum of RGB (Red+Green+Blue) = 152+3+124=279 (36% of max value = 765). Red value is 152 (59.77% from 255 or 54.48% from 279); Green value is 3 (1.56% from 255 or 1.08% from 279); Blue value is 124 (48.83% from 255 or 44.44% from 279); Max value from RGB is 152 - color contains mainly: red. Hex color #98037C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #98037C is #67FC83. Grayscale: #3D3D3D. Windows color (decimal): -6814852 or 8127384. OLE color: 8127384.
HSL color Cylindrical-coordinate representation of color #98037C: hue angle of 311.28º degrees, saturation: 0.96, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #98037C is Cyan = 0, Magento = 0.98, Yellow = 0.18 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 3 | 124 | - |
| CMYK | 0 | 0.98 | 0.18 | 0.40 |
| HSL | 311.28º | 0.96% | 0.3% | - |
| HSV(B) | 311.28º | 0.98% | 0.6% | - |
| XYZ | 16.62 | 8.2 | 19.77 | - |
| YUV | 61.35 | 163.36 | 192.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 3 | 124 | 0 | 0.98 | 0.18 | 0.40 | 311.28 | 0.96 | 0.3 |
| Hex | 98 | 3 | 7C | 0 | 62 | 12 | 28 | 137 | 60 | 1E |
| Octal | 230 | 3 | 174 | 0 | 142 | 22 | 50 | 467 | 140 | 36 |
| Binary | 10011000 | 11 | 1111100 | 0 | 1100010 | 10010 | 101000 | 100110111 | 1100000 | 11110 |
Color Harmonies of #98037C
Complementary color
Monochromatic Colors of #98037C
Black with #98037C
Text Example
Text Example
White with #98037C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98037C; }
p { color: rgb(152,3,124); }
H1.HeaderClassName
{
color: #98037C;
}
.AnyTagClassName
{
color: #98037C;
}
</style>
background-color css
<style>
a { background-color: #98037C; }
a { background-color: rgb(152,3,124); }
div.DivClassName
{
background-color: #98037C;
}
.BgClassName
{
background-color: #98037C;
}
</style>
border-color css
<style>
span { border-color: #98037C; }
span { border-color: rgb(152,3,124); }
td.TdClassName
{
border-color: #98037C;
}
.TagClassName
{
border-color: #98037C;
}
</style>