Shades of Eggplant #870A58
Tints of Eggplant #870A58
RGB
CMYK
RGB Variations
Color information
#870A58 (or 0x870A58) is known color: Eggplant. HEX triplet: 87, 0A and 58. RGB value is (135,10,88). Sum of RGB (Red+Green+Blue) = 135+10+88=233 (30% of max value = 765). Red value is 135 (53.12% from 255 or 57.94% from 233); Green value is 10 (4.30% from 255 or 4.29% from 233); Blue value is 88 (34.77% from 255 or 37.77% from 233); Max value from RGB is 135 - color contains mainly: red. Hex color #870A58 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #870A58 is #78F5A7. Grayscale: #383838. Windows color (decimal): -7927208 or 5769863. OLE color: 5769863.
HSL color Cylindrical-coordinate representation of color #870A58: hue angle of 322.56º 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 #870A58 is Cyan = 0, Magento = 0.93, Yellow = 0.35 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 10 | 88 | - |
| CMYK | 0 | 0.93 | 0.35 | 0.47 |
| HSL | 322.56º | 0.86% | 0.28% | - |
| HSV(B) | 322.56º | 0.93% | 0.53% | - |
| XYZ | 11.86 | 6.07 | 9.78 | - |
| YUV | 56.27 | 145.91 | 184.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 10 | 88 | 0 | 0.93 | 0.35 | 0.47 | 322.56 | 0.86 | 0.28 |
| Hex | 87 | A | 58 | 0 | 5D | 23 | 2F | 143 | 56 | 1C |
| Octal | 207 | 12 | 130 | 0 | 135 | 43 | 57 | 503 | 126 | 34 |
| Binary | 10000111 | 1010 | 1011000 | 0 | 1011101 | 100011 | 101111 | 101000011 | 1010110 | 11100 |
Color Harmonies of #870A58
Complementary color
Monochromatic Colors of #870A58
Black with #870A58
Text Example
Text Example
White with #870A58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #870A58; }
p { color: rgb(135,10,88); }
H1.HeaderClassName
{
color: #870A58;
}
.AnyTagClassName
{
color: #870A58;
}
</style>
background-color css
<style>
a { background-color: #870A58; }
a { background-color: rgb(135,10,88); }
div.DivClassName
{
background-color: #870A58;
}
.BgClassName
{
background-color: #870A58;
}
</style>
border-color css
<style>
span { border-color: #870A58; }
span { border-color: rgb(135,10,88); }
td.TdClassName
{
border-color: #870A58;
}
.TagClassName
{
border-color: #870A58;
}
</style>