Shades of Eggplant #98057C
Tints of Eggplant #98057C
RGB
CMYK
RGB Variations
Color information
#98057C (or 0x98057C) is known color: Eggplant. HEX triplet: 98, 05 and 7C. RGB value is (152,5,124). Sum of RGB (Red+Green+Blue) = 152+5+124=281 (37% of max value = 765). Red value is 152 (59.77% from 255 or 54.09% from 281); Green value is 5 (2.34% from 255 or 1.78% from 281); Blue value is 124 (48.83% from 255 or 44.13% from 281); Max value from RGB is 152 - color contains mainly: red. Hex color #98057C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #98057C is #67FA83. Grayscale: #3E3E3E. Windows color (decimal): -6814340 or 8127896. OLE color: 8127896.
HSL color Cylindrical-coordinate representation of color #98057C: hue angle of 311.43º degrees, saturation: 0.94, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #98057C is Cyan = 0, Magento = 0.97, Yellow = 0.18 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 5 | 124 | - |
| CMYK | 0 | 0.97 | 0.18 | 0.40 |
| HSL | 311.43º | 0.94% | 0.31% | - |
| HSV(B) | 311.43º | 0.97% | 0.6% | - |
| XYZ | 16.64 | 8.24 | 19.78 | - |
| YUV | 62.52 | 162.7 | 191.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 5 | 124 | 0 | 0.97 | 0.18 | 0.40 | 311.43 | 0.94 | 0.31 |
| Hex | 98 | 5 | 7C | 0 | 61 | 12 | 28 | 137 | 5E | 1F |
| Octal | 230 | 5 | 174 | 0 | 141 | 22 | 50 | 467 | 136 | 37 |
| Binary | 10011000 | 101 | 1111100 | 0 | 1100001 | 10010 | 101000 | 100110111 | 1011110 | 11111 |
Color Harmonies of #98057C
Complementary color
Monochromatic Colors of #98057C
Black with #98057C
Text Example
Text Example
White with #98057C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98057C; }
p { color: rgb(152,5,124); }
H1.HeaderClassName
{
color: #98057C;
}
.AnyTagClassName
{
color: #98057C;
}
</style>
background-color css
<style>
a { background-color: #98057C; }
a { background-color: rgb(152,5,124); }
div.DivClassName
{
background-color: #98057C;
}
.BgClassName
{
background-color: #98057C;
}
</style>
border-color css
<style>
span { border-color: #98057C; }
span { border-color: rgb(152,5,124); }
td.TdClassName
{
border-color: #98057C;
}
.TagClassName
{
border-color: #98057C;
}
</style>