Shades of Eggplant #870154
Tints of Eggplant #870154
RGB
CMYK
RGB Variations
Color information
#870154 (or 0x870154) is known color: Eggplant. HEX triplet: 87, 01 and 54. RGB value is (135,1,84). Sum of RGB (Red+Green+Blue) = 135+1+84=220 (29% of max value = 765). Red value is 135 (53.12% from 255 or 61.36% from 220); Green value is 1 (0.78% from 255 or 0.45% from 220); Blue value is 84 (33.20% from 255 or 38.18% from 220); Max value from RGB is 135 - color contains mainly: red. Hex color #870154 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #870154 is #78FEAB. Grayscale: #323232. Windows color (decimal): -7929516 or 5505415. OLE color: 5505415.
HSL color Cylindrical-coordinate representation of color #870154: hue angle of 322.84º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #870154 is Cyan = 0, Magento = 0.99, Yellow = 0.38 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 1 | 84 | - |
| CMYK | 0 | 0.99 | 0.38 | 0.47 |
| HSL | 322.84º | 0.99% | 0.27% | - |
| HSV(B) | 322.84º | 0.99% | 0.53% | - |
| XYZ | 11.6 | 5.81 | 8.9 | - |
| YUV | 50.53 | 146.89 | 188.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 1 | 84 | 0 | 0.99 | 0.38 | 0.47 | 322.84 | 0.99 | 0.27 |
| Hex | 87 | 1 | 54 | 0 | 63 | 26 | 2F | 143 | 63 | 1B |
| Octal | 207 | 1 | 124 | 0 | 143 | 46 | 57 | 503 | 143 | 33 |
| Binary | 10000111 | 1 | 1010100 | 0 | 1100011 | 100110 | 101111 | 101000011 | 1100011 | 11011 |
Color Harmonies of #870154
Complementary color
Monochromatic Colors of #870154
Black with #870154
Text Example
Text Example
White with #870154
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #870154; }
p { color: rgb(135,1,84); }
H1.HeaderClassName
{
color: #870154;
}
.AnyTagClassName
{
color: #870154;
}
</style>
background-color css
<style>
a { background-color: #870154; }
a { background-color: rgb(135,1,84); }
div.DivClassName
{
background-color: #870154;
}
.BgClassName
{
background-color: #870154;
}
</style>
border-color css
<style>
span { border-color: #870154; }
span { border-color: rgb(135,1,84); }
td.TdClassName
{
border-color: #870154;
}
.TagClassName
{
border-color: #870154;
}
</style>