Shades of Eggplant #870B5A
Tints of Eggplant #870B5A
RGB
CMYK
RGB Variations
Color information
#870B5A (or 0x870B5A) is known color: Eggplant. HEX triplet: 87, 0B and 5A. RGB value is (135,11,90). Sum of RGB (Red+Green+Blue) = 135+11+90=236 (31% of max value = 765). Red value is 135 (53.12% from 255 or 57.20% from 236); Green value is 11 (4.69% from 255 or 4.66% from 236); Blue value is 90 (35.55% from 255 or 38.14% from 236); Max value from RGB is 135 - color contains mainly: red. Hex color #870B5A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #870B5A is #78F4A5. Grayscale: #383838. Windows color (decimal): -7926950 or 5901191. OLE color: 5901191.
HSL color Cylindrical-coordinate representation of color #870B5A: hue angle of 321.77º 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 #870B5A is Cyan = 0, Magento = 0.92, Yellow = 0.33 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 11 | 90 | - |
| CMYK | 0 | 0.92 | 0.33 | 0.47 |
| HSL | 321.77º | 0.85% | 0.29% | - |
| HSV(B) | 321.77º | 0.92% | 0.53% | - |
| XYZ | 11.96 | 6.13 | 10.23 | - |
| YUV | 57.08 | 146.58 | 183.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 11 | 90 | 0 | 0.92 | 0.33 | 0.47 | 321.77 | 0.85 | 0.29 |
| Hex | 87 | B | 5A | 0 | 5C | 21 | 2F | 142 | 55 | 1D |
| Octal | 207 | 13 | 132 | 0 | 134 | 41 | 57 | 502 | 125 | 35 |
| Binary | 10000111 | 1011 | 1011010 | 0 | 1011100 | 100001 | 101111 | 101000010 | 1010101 | 11101 |
Color Harmonies of #870B5A
Complementary color
Monochromatic Colors of #870B5A
Black with #870B5A
Text Example
Text Example
White with #870B5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #870B5A; }
p { color: rgb(135,11,90); }
H1.HeaderClassName
{
color: #870B5A;
}
.AnyTagClassName
{
color: #870B5A;
}
</style>
background-color css
<style>
a { background-color: #870B5A; }
a { background-color: rgb(135,11,90); }
div.DivClassName
{
background-color: #870B5A;
}
.BgClassName
{
background-color: #870B5A;
}
</style>
border-color css
<style>
span { border-color: #870B5A; }
span { border-color: rgb(135,11,90); }
td.TdClassName
{
border-color: #870B5A;
}
.TagClassName
{
border-color: #870B5A;
}
</style>