Shades of Eggplant #98066B
Tints of Eggplant #98066B
RGB
CMYK
RGB Variations
Color information
#98066B (or 0x98066B) is known color: Eggplant. HEX triplet: 98, 06 and 6B. RGB value is (152,6,107). Sum of RGB (Red+Green+Blue) = 152+6+107=265 (35% of max value = 765). Red value is 152 (59.77% from 255 or 57.36% from 265); Green value is 6 (2.73% from 255 or 2.26% from 265); Blue value is 107 (42.19% from 255 or 40.38% from 265); Max value from RGB is 152 - color contains mainly: red. Hex color #98066B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #98066B is #67F994. Grayscale: #3C3C3C. Windows color (decimal): -6814101 or 7014040. OLE color: 7014040.
HSL color Cylindrical-coordinate representation of color #98066B: hue angle of 318.49º 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 #98066B is Cyan = 0, Magento = 0.96, Yellow = 0.30 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 6 | 107 | - |
| CMYK | 0 | 0.96 | 0.30 | 0.40 |
| HSL | 318.49º | 0.92% | 0.31% | - |
| HSV(B) | 318.49º | 0.96% | 0.6% | - |
| XYZ | 15.67 | 7.87 | 14.6 | - |
| YUV | 61.17 | 153.87 | 192.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 6 | 107 | 0 | 0.96 | 0.30 | 0.40 | 318.49 | 0.92 | 0.31 |
| Hex | 98 | 6 | 6B | 0 | 60 | 1E | 28 | 13E | 5C | 1F |
| Octal | 230 | 6 | 153 | 0 | 140 | 36 | 50 | 476 | 134 | 37 |
| Binary | 10011000 | 110 | 1101011 | 0 | 1100000 | 11110 | 101000 | 100111110 | 1011100 | 11111 |
Color Harmonies of #98066B
Complementary color
Monochromatic Colors of #98066B
Black with #98066B
Text Example
Text Example
White with #98066B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98066B; }
p { color: rgb(152,6,107); }
H1.HeaderClassName
{
color: #98066B;
}
.AnyTagClassName
{
color: #98066B;
}
</style>
background-color css
<style>
a { background-color: #98066B; }
a { background-color: rgb(152,6,107); }
div.DivClassName
{
background-color: #98066B;
}
.BgClassName
{
background-color: #98066B;
}
</style>
border-color css
<style>
span { border-color: #98066B; }
span { border-color: rgb(152,6,107); }
td.TdClassName
{
border-color: #98066B;
}
.TagClassName
{
border-color: #98066B;
}
</style>