Shades of Eggplant #870554
Tints of Eggplant #870554
RGB
CMYK
RGB Variations
Color information
#870554 (or 0x870554) is known color: Eggplant. HEX triplet: 87, 05 and 54. RGB value is (135,5,84). Sum of RGB (Red+Green+Blue) = 135+5+84=224 (29% of max value = 765). Red value is 135 (53.12% from 255 or 60.27% from 224); Green value is 5 (2.34% from 255 or 2.23% from 224); Blue value is 84 (33.20% from 255 or 37.5% from 224); Max value from RGB is 135 - color contains mainly: red. Hex color #870554 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #870554 is #78FAAB. Grayscale: #343434. Windows color (decimal): -7928492 or 5506439. OLE color: 5506439.
HSL color Cylindrical-coordinate representation of color #870554: hue angle of 323.54º degrees, saturation: 0.93, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #870554 is Cyan = 0, Magento = 0.96, Yellow = 0.38 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 5 | 84 | - |
| CMYK | 0 | 0.96 | 0.38 | 0.47 |
| HSL | 323.54º | 0.93% | 0.27% | - |
| HSV(B) | 323.54º | 0.96% | 0.53% | - |
| XYZ | 11.65 | 5.9 | 8.91 | - |
| YUV | 52.88 | 145.57 | 186.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 5 | 84 | 0 | 0.96 | 0.38 | 0.47 | 323.54 | 0.93 | 0.27 |
| Hex | 87 | 5 | 54 | 0 | 60 | 26 | 2F | 144 | 5D | 1B |
| Octal | 207 | 5 | 124 | 0 | 140 | 46 | 57 | 504 | 135 | 33 |
| Binary | 10000111 | 101 | 1010100 | 0 | 1100000 | 100110 | 101111 | 101000100 | 1011101 | 11011 |
Color Harmonies of #870554
Complementary color
Monochromatic Colors of #870554
Black with #870554
Text Example
Text Example
White with #870554
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #870554; }
p { color: rgb(135,5,84); }
H1.HeaderClassName
{
color: #870554;
}
.AnyTagClassName
{
color: #870554;
}
</style>
background-color css
<style>
a { background-color: #870554; }
a { background-color: rgb(135,5,84); }
div.DivClassName
{
background-color: #870554;
}
.BgClassName
{
background-color: #870554;
}
</style>
border-color css
<style>
span { border-color: #870554; }
span { border-color: rgb(135,5,84); }
td.TdClassName
{
border-color: #870554;
}
.TagClassName
{
border-color: #870554;
}
</style>