Shades of Eggplant #981067
Tints of Eggplant #981067
RGB
CMYK
RGB Variations
Color information
#981067 (or 0x981067) is known color: Eggplant. HEX triplet: 98, 10 and 67. RGB value is (152,16,103). Sum of RGB (Red+Green+Blue) = 152+16+103=271 (35% of max value = 765). Red value is 152 (59.77% from 255 or 56.09% from 271); Green value is 16 (6.64% from 255 or 5.90% from 271); Blue value is 103 (40.62% from 255 or 38.01% from 271); Max value from RGB is 152 - color contains mainly: red. Hex color #981067 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #981067 is #67EF98. Grayscale: #424242. Windows color (decimal): -6811545 or 6754456. OLE color: 6754456.
HSL color Cylindrical-coordinate representation of color #981067: hue angle of 321.62º 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 #981067 is Cyan = 0, Magento = 0.89, Yellow = 0.32 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 16 | 103 | - |
| CMYK | 0 | 0.89 | 0.32 | 0.40 |
| HSL | 321.62º | 0.81% | 0.33% | - |
| HSV(B) | 321.62º | 0.89% | 0.6% | - |
| XYZ | 15.58 | 8.03 | 13.56 | - |
| YUV | 66.58 | 148.56 | 188.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 16 | 103 | 0 | 0.89 | 0.32 | 0.40 | 321.62 | 0.81 | 0.33 |
| Hex | 98 | 10 | 67 | 0 | 59 | 20 | 28 | 142 | 51 | 21 |
| Octal | 230 | 20 | 147 | 0 | 131 | 40 | 50 | 502 | 121 | 41 |
| Binary | 10011000 | 10000 | 1100111 | 0 | 1011001 | 100000 | 101000 | 101000010 | 1010001 | 100001 |
Color Harmonies of #981067
Complementary color
Monochromatic Colors of #981067
Black with #981067
Text Example
Text Example
White with #981067
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #981067; }
p { color: rgb(152,16,103); }
H1.HeaderClassName
{
color: #981067;
}
.AnyTagClassName
{
color: #981067;
}
</style>
background-color css
<style>
a { background-color: #981067; }
a { background-color: rgb(152,16,103); }
div.DivClassName
{
background-color: #981067;
}
.BgClassName
{
background-color: #981067;
}
</style>
border-color css
<style>
span { border-color: #981067; }
span { border-color: rgb(152,16,103); }
td.TdClassName
{
border-color: #981067;
}
.TagClassName
{
border-color: #981067;
}
</style>