Shades of Eggplant #870F54
Tints of Eggplant #870F54
RGB
CMYK
RGB Variations
Color information
#870F54 (or 0x870F54) is known color: Eggplant. HEX triplet: 87, 0F and 54. RGB value is (135,15,84). Sum of RGB (Red+Green+Blue) = 135+15+84=234 (30% of max value = 765). Red value is 135 (53.12% from 255 or 57.69% from 234); Green value is 15 (6.25% from 255 or 6.41% from 234); Blue value is 84 (33.20% from 255 or 35.90% from 234); Max value from RGB is 135 - color contains mainly: red. Hex color #870F54 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #870F54 is #78F0AB. Grayscale: #3A3A3A. Windows color (decimal): -7925932 or 5508999. OLE color: 5508999.
HSL color Cylindrical-coordinate representation of color #870F54: hue angle of 325.5º degrees, saturation: 0.8, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #870F54 is Cyan = 0, Magento = 0.89, Yellow = 0.38 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 15 | 84 | - |
| CMYK | 0 | 0.89 | 0.38 | 0.47 |
| HSL | 325.5º | 0.8% | 0.29% | - |
| HSV(B) | 325.5º | 0.89% | 0.53% | - |
| XYZ | 11.76 | 6.13 | 8.95 | - |
| YUV | 58.75 | 142.26 | 182.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 15 | 84 | 0 | 0.89 | 0.38 | 0.47 | 325.5 | 0.8 | 0.29 |
| Hex | 87 | F | 54 | 0 | 59 | 26 | 2F | 146 | 50 | 1D |
| Octal | 207 | 17 | 124 | 0 | 131 | 46 | 57 | 506 | 120 | 35 |
| Binary | 10000111 | 1111 | 1010100 | 0 | 1011001 | 100110 | 101111 | 101000110 | 1010000 | 11101 |
Color Harmonies of #870F54
Complementary color
Monochromatic Colors of #870F54
Black with #870F54
Text Example
Text Example
White with #870F54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #870F54; }
p { color: rgb(135,15,84); }
H1.HeaderClassName
{
color: #870F54;
}
.AnyTagClassName
{
color: #870F54;
}
</style>
background-color css
<style>
a { background-color: #870F54; }
a { background-color: rgb(135,15,84); }
div.DivClassName
{
background-color: #870F54;
}
.BgClassName
{
background-color: #870F54;
}
</style>
border-color css
<style>
span { border-color: #870F54; }
span { border-color: rgb(135,15,84); }
td.TdClassName
{
border-color: #870F54;
}
.TagClassName
{
border-color: #870F54;
}
</style>