Shades of Eggplant #98176B
Tints of Eggplant #98176B
RGB
CMYK
RGB Variations
Color information
#98176B (or 0x98176B) is known color: Eggplant. HEX triplet: 98, 17 and 6B. RGB value is (152,23,107). Sum of RGB (Red+Green+Blue) = 152+23+107=282 (37% of max value = 765). Red value is 152 (59.77% from 255 or 53.90% from 282); Green value is 23 (9.38% from 255 or 8.16% from 282); Blue value is 107 (42.19% from 255 or 37.94% from 282); Max value from RGB is 152 - color contains mainly: red. Hex color #98176B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #98176B is #67E894. Grayscale: #464646. Windows color (decimal): -6809749 or 7018392. OLE color: 7018392.
HSL color Cylindrical-coordinate representation of color #98176B: hue angle of 320.93º degrees, saturation: 0.74, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #98176B is Cyan = 0, Magento = 0.85, Yellow = 0.30 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 23 | 107 | - |
| CMYK | 0 | 0.85 | 0.30 | 0.40 |
| HSL | 320.93º | 0.74% | 0.34% | - |
| HSV(B) | 320.93º | 0.85% | 0.6% | - |
| XYZ | 15.91 | 8.35 | 14.68 | - |
| YUV | 71.15 | 148.24 | 185.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 23 | 107 | 0 | 0.85 | 0.30 | 0.40 | 320.93 | 0.74 | 0.34 |
| Hex | 98 | 17 | 6B | 0 | 55 | 1E | 28 | 141 | 4A | 22 |
| Octal | 230 | 27 | 153 | 0 | 125 | 36 | 50 | 501 | 112 | 42 |
| Binary | 10011000 | 10111 | 1101011 | 0 | 1010101 | 11110 | 101000 | 101000001 | 1001010 | 100010 |
Color Harmonies of #98176B
Complementary color
Monochromatic Colors of #98176B
Black with #98176B
Text Example
Text Example
White with #98176B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98176B; }
p { color: rgb(152,23,107); }
H1.HeaderClassName
{
color: #98176B;
}
.AnyTagClassName
{
color: #98176B;
}
</style>
background-color css
<style>
a { background-color: #98176B; }
a { background-color: rgb(152,23,107); }
div.DivClassName
{
background-color: #98176B;
}
.BgClassName
{
background-color: #98176B;
}
</style>
border-color css
<style>
span { border-color: #98176B; }
span { border-color: rgb(152,23,107); }
td.TdClassName
{
border-color: #98176B;
}
.TagClassName
{
border-color: #98176B;
}
</style>