Shades of Eggplant #870B54
Tints of Eggplant #870B54
RGB
CMYK
RGB Variations
Color information
#870B54 (or 0x870B54) is known color: Eggplant. HEX triplet: 87, 0B and 54. RGB value is (135,11,84). Sum of RGB (Red+Green+Blue) = 135+11+84=230 (30% of max value = 765). Red value is 135 (53.12% from 255 or 58.70% from 230); Green value is 11 (4.69% from 255 or 4.78% from 230); Blue value is 84 (33.20% from 255 or 36.52% from 230); Max value from RGB is 135 - color contains mainly: red. Hex color #870B54 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #870B54 is #78F4AB. Grayscale: #383838. Windows color (decimal): -7926956 or 5507975. OLE color: 5507975.
HSL color Cylindrical-coordinate representation of color #870B54: hue angle of 324.68º degrees, saturation: 0.85, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #870B54 is Cyan = 0, Magento = 0.92, Yellow = 0.38 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 11 | 84 | - |
| CMYK | 0 | 0.92 | 0.38 | 0.47 |
| HSL | 324.68º | 0.85% | 0.29% | - |
| HSV(B) | 324.68º | 0.92% | 0.53% | - |
| XYZ | 11.71 | 6.03 | 8.93 | - |
| YUV | 56.4 | 143.58 | 184.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 11 | 84 | 0 | 0.92 | 0.38 | 0.47 | 324.68 | 0.85 | 0.29 |
| Hex | 87 | B | 54 | 0 | 5C | 26 | 2F | 145 | 55 | 1D |
| Octal | 207 | 13 | 124 | 0 | 134 | 46 | 57 | 505 | 125 | 35 |
| Binary | 10000111 | 1011 | 1010100 | 0 | 1011100 | 100110 | 101111 | 101000101 | 1010101 | 11101 |
Color Harmonies of #870B54
Complementary color
Monochromatic Colors of #870B54
Black with #870B54
Text Example
Text Example
White with #870B54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #870B54; }
p { color: rgb(135,11,84); }
H1.HeaderClassName
{
color: #870B54;
}
.AnyTagClassName
{
color: #870B54;
}
</style>
background-color css
<style>
a { background-color: #870B54; }
a { background-color: rgb(135,11,84); }
div.DivClassName
{
background-color: #870B54;
}
.BgClassName
{
background-color: #870B54;
}
</style>
border-color css
<style>
span { border-color: #870B54; }
span { border-color: rgb(135,11,84); }
td.TdClassName
{
border-color: #870B54;
}
.TagClassName
{
border-color: #870B54;
}
</style>