Shades of Eggplant #98067C
Tints of Eggplant #98067C
RGB
CMYK
RGB Variations
Color information
#98067C (or 0x98067C) is known color: Eggplant. HEX triplet: 98, 06 and 7C. RGB value is (152,6,124). Sum of RGB (Red+Green+Blue) = 152+6+124=282 (37% of max value = 765). Red value is 152 (59.77% from 255 or 53.90% from 282); Green value is 6 (2.73% from 255 or 2.13% from 282); Blue value is 124 (48.83% from 255 or 43.97% from 282); Max value from RGB is 152 - color contains mainly: red. Hex color #98067C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #98067C is #67F983. Grayscale: #3E3E3E. Windows color (decimal): -6814084 or 8128152. OLE color: 8128152.
HSL color Cylindrical-coordinate representation of color #98067C: hue angle of 311.51º degrees, saturation: 0.92, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #98067C is Cyan = 0, Magento = 0.96, Yellow = 0.18 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 6 | 124 | - |
| CMYK | 0 | 0.96 | 0.18 | 0.40 |
| HSL | 311.51º | 0.92% | 0.31% | - |
| HSV(B) | 311.51º | 0.96% | 0.6% | - |
| XYZ | 16.65 | 8.26 | 19.79 | - |
| YUV | 63.11 | 162.37 | 191.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 6 | 124 | 0 | 0.96 | 0.18 | 0.40 | 311.51 | 0.92 | 0.31 |
| Hex | 98 | 6 | 7C | 0 | 60 | 12 | 28 | 138 | 5C | 1F |
| Octal | 230 | 6 | 174 | 0 | 140 | 22 | 50 | 470 | 134 | 37 |
| Binary | 10011000 | 110 | 1111100 | 0 | 1100000 | 10010 | 101000 | 100111000 | 1011100 | 11111 |
Color Harmonies of #98067C
Complementary color
Monochromatic Colors of #98067C
Black with #98067C
Text Example
Text Example
White with #98067C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98067C; }
p { color: rgb(152,6,124); }
H1.HeaderClassName
{
color: #98067C;
}
.AnyTagClassName
{
color: #98067C;
}
</style>
background-color css
<style>
a { background-color: #98067C; }
a { background-color: rgb(152,6,124); }
div.DivClassName
{
background-color: #98067C;
}
.BgClassName
{
background-color: #98067C;
}
</style>
border-color css
<style>
span { border-color: #98067C; }
span { border-color: rgb(152,6,124); }
td.TdClassName
{
border-color: #98067C;
}
.TagClassName
{
border-color: #98067C;
}
</style>