Shades of Eggplant #98047B
Tints of Eggplant #98047B
RGB
CMYK
RGB Variations
Color information
#98047B (or 0x98047B) is known color: Eggplant. HEX triplet: 98, 04 and 7B. RGB value is (152,4,123). Sum of RGB (Red+Green+Blue) = 152+4+123=279 (36% of max value = 765). Red value is 152 (59.77% from 255 or 54.48% from 279); Green value is 4 (1.95% from 255 or 1.43% from 279); Blue value is 123 (48.44% from 255 or 44.09% from 279); Max value from RGB is 152 - color contains mainly: red. Hex color #98047B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #98047B is #67FB84. Grayscale: #3D3D3D. Windows color (decimal): -6814597 or 8062104. OLE color: 8062104.
HSL color Cylindrical-coordinate representation of color #98047B: hue angle of 311.76º degrees, saturation: 0.95, 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 #98047B is Cyan = 0, Magento = 0.97, Yellow = 0.19 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 4 | 123 | - |
| CMYK | 0 | 0.97 | 0.19 | 0.40 |
| HSL | 311.76º | 0.95% | 0.31% | - |
| HSV(B) | 311.76º | 0.97% | 0.6% | - |
| XYZ | 16.57 | 8.19 | 19.45 | - |
| YUV | 61.82 | 162.53 | 192.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 4 | 123 | 0 | 0.97 | 0.19 | 0.40 | 311.76 | 0.95 | 0.31 |
| Hex | 98 | 4 | 7B | 0 | 61 | 13 | 28 | 138 | 5F | 1F |
| Octal | 230 | 4 | 173 | 0 | 141 | 23 | 50 | 470 | 137 | 37 |
| Binary | 10011000 | 100 | 1111011 | 0 | 1100001 | 10011 | 101000 | 100111000 | 1011111 | 11111 |
Color Harmonies of #98047B
Complementary color
Monochromatic Colors of #98047B
Black with #98047B
Text Example
Text Example
White with #98047B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98047B; }
p { color: rgb(152,4,123); }
H1.HeaderClassName
{
color: #98047B;
}
.AnyTagClassName
{
color: #98047B;
}
</style>
background-color css
<style>
a { background-color: #98047B; }
a { background-color: rgb(152,4,123); }
div.DivClassName
{
background-color: #98047B;
}
.BgClassName
{
background-color: #98047B;
}
</style>
border-color css
<style>
span { border-color: #98047B; }
span { border-color: rgb(152,4,123); }
td.TdClassName
{
border-color: #98047B;
}
.TagClassName
{
border-color: #98047B;
}
</style>