Shades of Eggplant #981075
Tints of Eggplant #981075
RGB
CMYK
RGB Variations
Color information
#981075 (or 0x981075) is known color: Eggplant. HEX triplet: 98, 10 and 75. RGB value is (152,16,117). Sum of RGB (Red+Green+Blue) = 152+16+117=285 (37% of max value = 765). Red value is 152 (59.77% from 255 or 53.33% from 285); Green value is 16 (6.64% from 255 or 5.61% from 285); Blue value is 117 (46.09% from 255 or 41.05% from 285); Max value from RGB is 152 - color contains mainly: red. Hex color #981075 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #981075 is #67EF8A. Grayscale: #434343. Windows color (decimal): -6811531 or 7671960. OLE color: 7671960.
HSL color Cylindrical-coordinate representation of color #981075: hue angle of 315.44º 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 #981075 is Cyan = 0, Magento = 0.89, Yellow = 0.23 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 16 | 117 | - |
| CMYK | 0 | 0.89 | 0.23 | 0.40 |
| HSL | 315.44º | 0.81% | 0.33% | - |
| HSV(B) | 315.44º | 0.89% | 0.6% | - |
| XYZ | 16.35 | 8.33 | 17.58 | - |
| YUV | 68.18 | 155.56 | 187.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 16 | 117 | 0 | 0.89 | 0.23 | 0.40 | 315.44 | 0.81 | 0.33 |
| Hex | 98 | 10 | 75 | 0 | 59 | 17 | 28 | 13B | 51 | 21 |
| Octal | 230 | 20 | 165 | 0 | 131 | 27 | 50 | 473 | 121 | 41 |
| Binary | 10011000 | 10000 | 1110101 | 0 | 1011001 | 10111 | 101000 | 100111011 | 1010001 | 100001 |
Color Harmonies of #981075
Complementary color
Monochromatic Colors of #981075
Black with #981075
Text Example
Text Example
White with #981075
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #981075; }
p { color: rgb(152,16,117); }
H1.HeaderClassName
{
color: #981075;
}
.AnyTagClassName
{
color: #981075;
}
</style>
background-color css
<style>
a { background-color: #981075; }
a { background-color: rgb(152,16,117); }
div.DivClassName
{
background-color: #981075;
}
.BgClassName
{
background-color: #981075;
}
</style>
border-color css
<style>
span { border-color: #981075; }
span { border-color: rgb(152,16,117); }
td.TdClassName
{
border-color: #981075;
}
.TagClassName
{
border-color: #981075;
}
</style>