Shades of Eggplant #981066
Tints of Eggplant #981066
RGB
CMYK
RGB Variations
Color information
#981066 (or 0x981066) is known color: Eggplant. HEX triplet: 98, 10 and 66. RGB value is (152,16,102). Sum of RGB (Red+Green+Blue) = 152+16+102=270 (35% of max value = 765). Red value is 152 (59.77% from 255 or 56.30% from 270); Green value is 16 (6.64% from 255 or 5.93% from 270); Blue value is 102 (40.23% from 255 or 37.78% from 270); Max value from RGB is 152 - color contains mainly: red. Hex color #981066 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #981066 is #67EF99. Grayscale: #424242. Windows color (decimal): -6811546 or 6688920. OLE color: 6688920.
HSL color Cylindrical-coordinate representation of color #981066: hue angle of 322.06º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #981066 is Cyan = 0, Magento = 0.89, Yellow = 0.33 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 16 | 102 | - |
| CMYK | 0 | 0.89 | 0.33 | 0.40 |
| HSL | 322.06º | 0.81% | 0.33% | - |
| HSV(B) | 322.06º | 0.89% | 0.6% | - |
| XYZ | 15.53 | 8.01 | 13.3 | - |
| YUV | 66.47 | 148.06 | 189.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 16 | 102 | 0 | 0.89 | 0.33 | 0.40 | 322.06 | 0.81 | 0.33 |
| Hex | 98 | 10 | 66 | 0 | 59 | 21 | 28 | 142 | 51 | 21 |
| Octal | 230 | 20 | 146 | 0 | 131 | 41 | 50 | 502 | 121 | 41 |
| Binary | 10011000 | 10000 | 1100110 | 0 | 1011001 | 100001 | 101000 | 101000010 | 1010001 | 100001 |
Color Harmonies of #981066
Complementary color
Monochromatic Colors of #981066
Black with #981066
Text Example
Text Example
White with #981066
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #981066; }
p { color: rgb(152,16,102); }
H1.HeaderClassName
{
color: #981066;
}
.AnyTagClassName
{
color: #981066;
}
</style>
background-color css
<style>
a { background-color: #981066; }
a { background-color: rgb(152,16,102); }
div.DivClassName
{
background-color: #981066;
}
.BgClassName
{
background-color: #981066;
}
</style>
border-color css
<style>
span { border-color: #981066; }
span { border-color: rgb(152,16,102); }
td.TdClassName
{
border-color: #981066;
}
.TagClassName
{
border-color: #981066;
}
</style>