Shades of Eggplant #870A68
Tints of Eggplant #870A68
RGB
CMYK
RGB Variations
Color information
#870A68 (or 0x870A68) is known color: Eggplant. HEX triplet: 87, 0A and 68. RGB value is (135,10,104). Sum of RGB (Red+Green+Blue) = 135+10+104=249 (32% of max value = 765). Red value is 135 (53.12% from 255 or 54.22% from 249); Green value is 10 (4.30% from 255 or 4.02% from 249); Blue value is 104 (41.02% from 255 or 41.77% from 249); Max value from RGB is 135 - color contains mainly: red. Hex color #870A68 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #870A68 is #78F597. Grayscale: #393939. Windows color (decimal): -7927192 or 6818439. OLE color: 6818439.
HSL color Cylindrical-coordinate representation of color #870A68: hue angle of 314.88º 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 #870A68 is Cyan = 0, Magento = 0.93, Yellow = 0.23 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 10 | 104 | - |
| CMYK | 0 | 0.93 | 0.23 | 0.47 |
| HSL | 314.88º | 0.86% | 0.28% | - |
| HSV(B) | 314.88º | 0.93% | 0.53% | - |
| XYZ | 12.6 | 6.37 | 13.66 | - |
| YUV | 58.09 | 153.91 | 182.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 10 | 104 | 0 | 0.93 | 0.23 | 0.47 | 314.88 | 0.86 | 0.28 |
| Hex | 87 | A | 68 | 0 | 5D | 17 | 2F | 13B | 56 | 1C |
| Octal | 207 | 12 | 150 | 0 | 135 | 27 | 57 | 473 | 126 | 34 |
| Binary | 10000111 | 1010 | 1101000 | 0 | 1011101 | 10111 | 101111 | 100111011 | 1010110 | 11100 |
Color Harmonies of #870A68
Complementary color
Monochromatic Colors of #870A68
Black with #870A68
Text Example
Text Example
White with #870A68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #870A68; }
p { color: rgb(135,10,104); }
H1.HeaderClassName
{
color: #870A68;
}
.AnyTagClassName
{
color: #870A68;
}
</style>
background-color css
<style>
a { background-color: #870A68; }
a { background-color: rgb(135,10,104); }
div.DivClassName
{
background-color: #870A68;
}
.BgClassName
{
background-color: #870A68;
}
</style>
border-color css
<style>
span { border-color: #870A68; }
span { border-color: rgb(135,10,104); }
td.TdClassName
{
border-color: #870A68;
}
.TagClassName
{
border-color: #870A68;
}
</style>