Shades of Eggplant #870066
Tints of Eggplant #870066
RGB
CMYK
RGB Variations
Color information
#870066 (or 0x870066) is known color: Eggplant. HEX triplet: 87, 00 and 66. RGB value is (135,0,102). Sum of RGB (Red+Green+Blue) = 135+0+102=237 (31% of max value = 765). Red value is 135 (53.12% from 255 or 56.96% from 237); Green value is 0 (0.39% from 255 or 0% from 237); Blue value is 102 (40.23% from 255 or 43.04% from 237); Max value from RGB is 135 - color contains mainly: red. Hex color #870066 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #870066 is #78FF99. Grayscale: #333333. Windows color (decimal): -7929754 or 6684807. OLE color: 6684807.
HSL color Cylindrical-coordinate representation of color #870066: hue angle of 314.67º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 1%. Process color model (Four color, CMYK) of #870066 is Cyan = 0, Magento = 1, Yellow = 0.24 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 0 | 102 | - |
| CMYK | 0 | 1 | 0.24 | 0.47 |
| HSL | 314.67º | 1% | 0.26% | - |
| HSV(B) | 314.67º | 1% | 0.53% | - |
| XYZ | 12.39 | 6.11 | 13.1 | - |
| YUV | 51.99 | 156.23 | 187.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 0 | 102 | 0 | 1 | 0.24 | 0.47 | 314.67 | 1 | 0.26 |
| Hex | 87 | 0 | 66 | 0 | 64 | 18 | 2F | 13B | 64 | 1A |
| Octal | 207 | 0 | 146 | 0 | 144 | 30 | 57 | 473 | 144 | 32 |
| Binary | 10000111 | 0 | 1100110 | 0 | 1100100 | 11000 | 101111 | 100111011 | 1100100 | 11010 |
Color Harmonies of #870066
Complementary color
Monochromatic Colors of #870066
Black with #870066
Text Example
Text Example
White with #870066
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #870066; }
p { color: rgb(135,0,102); }
H1.HeaderClassName
{
color: #870066;
}
.AnyTagClassName
{
color: #870066;
}
</style>
background-color css
<style>
a { background-color: #870066; }
a { background-color: rgb(135,0,102); }
div.DivClassName
{
background-color: #870066;
}
.BgClassName
{
background-color: #870066;
}
</style>
border-color css
<style>
span { border-color: #870066; }
span { border-color: rgb(135,0,102); }
td.TdClassName
{
border-color: #870066;
}
.TagClassName
{
border-color: #870066;
}
</style>