Shades of Eggplant #870A66
Tints of Eggplant #870A66
RGB
CMYK
RGB Variations
Color information
#870A66 (or 0x870A66) is known color: Eggplant. HEX triplet: 87, 0A and 66. RGB value is (135,10,102). Sum of RGB (Red+Green+Blue) = 135+10+102=247 (32% of max value = 765). Red value is 135 (53.12% from 255 or 54.66% from 247); Green value is 10 (4.30% from 255 or 4.05% from 247); Blue value is 102 (40.23% from 255 or 41.30% from 247); Max value from RGB is 135 - color contains mainly: red. Hex color #870A66 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #870A66 is #78F599. Grayscale: #393939. Windows color (decimal): -7927194 or 6687367. OLE color: 6687367.
HSL color Cylindrical-coordinate representation of color #870A66: hue angle of 315.84º degrees, saturation: 0.86, 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 #870A66 is Cyan = 0, Magento = 0.93, Yellow = 0.24 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 10 | 102 | - |
| CMYK | 0 | 0.93 | 0.24 | 0.47 |
| HSL | 315.84º | 0.86% | 0.28% | - |
| HSV(B) | 315.84º | 0.93% | 0.53% | - |
| XYZ | 12.5 | 6.33 | 13.13 | - |
| YUV | 57.86 | 152.91 | 183.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 10 | 102 | 0 | 0.93 | 0.24 | 0.47 | 315.84 | 0.86 | 0.28 |
| Hex | 87 | A | 66 | 0 | 5D | 18 | 2F | 13C | 56 | 1C |
| Octal | 207 | 12 | 146 | 0 | 135 | 30 | 57 | 474 | 126 | 34 |
| Binary | 10000111 | 1010 | 1100110 | 0 | 1011101 | 11000 | 101111 | 100111100 | 1010110 | 11100 |
Color Harmonies of #870A66
Complementary color
Monochromatic Colors of #870A66
Black with #870A66
Text Example
Text Example
White with #870A66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #870A66; }
p { color: rgb(135,10,102); }
H1.HeaderClassName
{
color: #870A66;
}
.AnyTagClassName
{
color: #870A66;
}
</style>
background-color css
<style>
a { background-color: #870A66; }
a { background-color: rgb(135,10,102); }
div.DivClassName
{
background-color: #870A66;
}
.BgClassName
{
background-color: #870A66;
}
</style>
border-color css
<style>
span { border-color: #870A66; }
span { border-color: rgb(135,10,102); }
td.TdClassName
{
border-color: #870A66;
}
.TagClassName
{
border-color: #870A66;
}
</style>