Shades of Eggplant #870966
Tints of Eggplant #870966
RGB
CMYK
RGB Variations
Color information
#870966 (or 0x870966) is known color: Eggplant. HEX triplet: 87, 09 and 66. RGB value is (135,9,102). Sum of RGB (Red+Green+Blue) = 135+9+102=246 (32% of max value = 765). Red value is 135 (53.12% from 255 or 54.88% from 246); Green value is 9 (3.91% from 255 or 3.66% from 246); Blue value is 102 (40.23% from 255 or 41.46% from 246); Max value from RGB is 135 - color contains mainly: red. Hex color #870966 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #870966 is #78F699. Grayscale: #393939. Windows color (decimal): -7927450 or 6687111. OLE color: 6687111.
HSL color Cylindrical-coordinate representation of color #870966: hue angle of 315.71º degrees, saturation: 0.88, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #870966 is Cyan = 0, Magento = 0.93, Yellow = 0.24 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 9 | 102 | - |
| CMYK | 0 | 0.93 | 0.24 | 0.47 |
| HSL | 315.71º | 0.88% | 0.28% | - |
| HSV(B) | 315.71º | 0.93% | 0.53% | - |
| XYZ | 12.49 | 6.31 | 13.13 | - |
| YUV | 57.28 | 153.24 | 183.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 9 | 102 | 0 | 0.93 | 0.24 | 0.47 | 315.71 | 0.88 | 0.28 |
| Hex | 87 | 9 | 66 | 0 | 5D | 18 | 2F | 13C | 58 | 1C |
| Octal | 207 | 11 | 146 | 0 | 135 | 30 | 57 | 474 | 130 | 34 |
| Binary | 10000111 | 1001 | 1100110 | 0 | 1011101 | 11000 | 101111 | 100111100 | 1011000 | 11100 |
Color Harmonies of #870966
Complementary color
Monochromatic Colors of #870966
Black with #870966
Text Example
Text Example
White with #870966
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #870966; }
p { color: rgb(135,9,102); }
H1.HeaderClassName
{
color: #870966;
}
.AnyTagClassName
{
color: #870966;
}
</style>
background-color css
<style>
a { background-color: #870966; }
a { background-color: rgb(135,9,102); }
div.DivClassName
{
background-color: #870966;
}
.BgClassName
{
background-color: #870966;
}
</style>
border-color css
<style>
span { border-color: #870966; }
span { border-color: rgb(135,9,102); }
td.TdClassName
{
border-color: #870966;
}
.TagClassName
{
border-color: #870966;
}
</style>