Shades of Eggplant #98066C
Tints of Eggplant #98066C
RGB
CMYK
RGB Variations
Color information
#98066C (or 0x98066C) is known color: Eggplant. HEX triplet: 98, 06 and 6C. RGB value is (152,6,108). Sum of RGB (Red+Green+Blue) = 152+6+108=266 (35% of max value = 765). Red value is 152 (59.77% from 255 or 57.14% from 266); Green value is 6 (2.73% from 255 or 2.26% from 266); Blue value is 108 (42.58% from 255 or 40.60% from 266); Max value from RGB is 152 - color contains mainly: red. Hex color #98066C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #98066C is #67F993. Grayscale: #3D3D3D. Windows color (decimal): -6814100 or 7079576. OLE color: 7079576.
HSL color Cylindrical-coordinate representation of color #98066C: hue angle of 318.08º 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 #98066C is Cyan = 0, Magento = 0.96, Yellow = 0.29 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 6 | 108 | - |
| CMYK | 0 | 0.96 | 0.29 | 0.40 |
| HSL | 318.08º | 0.92% | 0.31% | - |
| HSV(B) | 318.08º | 0.96% | 0.6% | - |
| XYZ | 15.72 | 7.89 | 14.88 | - |
| YUV | 61.28 | 154.37 | 192.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 6 | 108 | 0 | 0.96 | 0.29 | 0.40 | 318.08 | 0.92 | 0.31 |
| Hex | 98 | 6 | 6C | 0 | 60 | 1D | 28 | 13E | 5C | 1F |
| Octal | 230 | 6 | 154 | 0 | 140 | 35 | 50 | 476 | 134 | 37 |
| Binary | 10011000 | 110 | 1101100 | 0 | 1100000 | 11101 | 101000 | 100111110 | 1011100 | 11111 |
Color Harmonies of #98066C
Complementary color
Monochromatic Colors of #98066C
Black with #98066C
Text Example
Text Example
White with #98066C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98066C; }
p { color: rgb(152,6,108); }
H1.HeaderClassName
{
color: #98066C;
}
.AnyTagClassName
{
color: #98066C;
}
</style>
background-color css
<style>
a { background-color: #98066C; }
a { background-color: rgb(152,6,108); }
div.DivClassName
{
background-color: #98066C;
}
.BgClassName
{
background-color: #98066C;
}
</style>
border-color css
<style>
span { border-color: #98066C; }
span { border-color: rgb(152,6,108); }
td.TdClassName
{
border-color: #98066C;
}
.TagClassName
{
border-color: #98066C;
}
</style>