Shades of Eggplant #98146F
Tints of Eggplant #98146F
RGB
CMYK
RGB Variations
Color information
#98146F (or 0x98146F) is known color: Eggplant. HEX triplet: 98, 14 and 6F. RGB value is (152,20,111). Sum of RGB (Red+Green+Blue) = 152+20+111=283 (37% of max value = 765). Red value is 152 (59.77% from 255 or 53.71% from 283); Green value is 20 (8.20% from 255 or 7.07% from 283); Blue value is 111 (43.75% from 255 or 39.22% from 283); Max value from RGB is 152 - color contains mainly: red. Hex color #98146F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #98146F is #67EB90. Grayscale: #454545. Windows color (decimal): -6810513 or 7279768. OLE color: 7279768.
HSL color Cylindrical-coordinate representation of color #98146F: hue angle of 318.64º degrees, saturation: 0.77, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #98146F is Cyan = 0, Magento = 0.87, Yellow = 0.27 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 20 | 111 | - |
| CMYK | 0 | 0.87 | 0.27 | 0.40 |
| HSL | 318.64º | 0.77% | 0.34% | - |
| HSV(B) | 318.64º | 0.87% | 0.6% | - |
| XYZ | 16.07 | 8.32 | 15.8 | - |
| YUV | 69.84 | 151.23 | 186.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 20 | 111 | 0 | 0.87 | 0.27 | 0.40 | 318.64 | 0.77 | 0.34 |
| Hex | 98 | 14 | 6F | 0 | 57 | 1B | 28 | 13F | 4D | 22 |
| Octal | 230 | 24 | 157 | 0 | 127 | 33 | 50 | 477 | 115 | 42 |
| Binary | 10011000 | 10100 | 1101111 | 0 | 1010111 | 11011 | 101000 | 100111111 | 1001101 | 100010 |
Color Harmonies of #98146F
Complementary color
Monochromatic Colors of #98146F
Black with #98146F
Text Example
Text Example
White with #98146F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98146F; }
p { color: rgb(152,20,111); }
H1.HeaderClassName
{
color: #98146F;
}
.AnyTagClassName
{
color: #98146F;
}
</style>
background-color css
<style>
a { background-color: #98146F; }
a { background-color: rgb(152,20,111); }
div.DivClassName
{
background-color: #98146F;
}
.BgClassName
{
background-color: #98146F;
}
</style>
border-color css
<style>
span { border-color: #98146F; }
span { border-color: rgb(152,20,111); }
td.TdClassName
{
border-color: #98146F;
}
.TagClassName
{
border-color: #98146F;
}
</style>