Shades of Eggplant #870E68
Tints of Eggplant #870E68
RGB
CMYK
RGB Variations
Color information
#870E68 (or 0x870E68) is known color: Eggplant. HEX triplet: 87, 0E and 68. RGB value is (135,14,104). Sum of RGB (Red+Green+Blue) = 135+14+104=253 (33% of max value = 765). Red value is 135 (53.12% from 255 or 53.36% from 253); Green value is 14 (5.86% from 255 or 5.53% from 253); Blue value is 104 (41.02% from 255 or 41.11% from 253); Max value from RGB is 135 - color contains mainly: red. Hex color #870E68 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #870E68 is #78F197. Grayscale: #3C3C3C. Windows color (decimal): -7926168 or 6819463. OLE color: 6819463.
HSL color Cylindrical-coordinate representation of color #870E68: hue angle of 315.37º degrees, saturation: 0.81, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #870E68 is Cyan = 0, Magento = 0.90, Yellow = 0.23 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 14 | 104 | - |
| CMYK | 0 | 0.90 | 0.23 | 0.47 |
| HSL | 315.37º | 0.81% | 0.29% | - |
| HSV(B) | 315.37º | 0.9% | 0.53% | - |
| XYZ | 12.65 | 6.46 | 13.68 | - |
| YUV | 60.44 | 152.59 | 181.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 14 | 104 | 0 | 0.90 | 0.23 | 0.47 | 315.37 | 0.81 | 0.29 |
| Hex | 87 | E | 68 | 0 | 5A | 17 | 2F | 13B | 51 | 1D |
| Octal | 207 | 16 | 150 | 0 | 132 | 27 | 57 | 473 | 121 | 35 |
| Binary | 10000111 | 1110 | 1101000 | 0 | 1011010 | 10111 | 101111 | 100111011 | 1010001 | 11101 |
Color Harmonies of #870E68
Complementary color
Monochromatic Colors of #870E68
Black with #870E68
Text Example
Text Example
White with #870E68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #870E68; }
p { color: rgb(135,14,104); }
H1.HeaderClassName
{
color: #870E68;
}
.AnyTagClassName
{
color: #870E68;
}
</style>
background-color css
<style>
a { background-color: #870E68; }
a { background-color: rgb(135,14,104); }
div.DivClassName
{
background-color: #870E68;
}
.BgClassName
{
background-color: #870E68;
}
</style>
border-color css
<style>
span { border-color: #870E68; }
span { border-color: rgb(135,14,104); }
td.TdClassName
{
border-color: #870E68;
}
.TagClassName
{
border-color: #870E68;
}
</style>