Shades of Eggplant #870B5B
Tints of Eggplant #870B5B
RGB
CMYK
RGB Variations
Color information
#870B5B (or 0x870B5B) is known color: Eggplant. HEX triplet: 87, 0B and 5B. RGB value is (135,11,91). Sum of RGB (Red+Green+Blue) = 135+11+91=237 (31% of max value = 765). Red value is 135 (53.12% from 255 or 56.96% from 237); Green value is 11 (4.69% from 255 or 4.64% from 237); Blue value is 91 (35.94% from 255 or 38.40% from 237); Max value from RGB is 135 - color contains mainly: red. Hex color #870B5B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #870B5B is #78F4A4. Grayscale: #393939. Windows color (decimal): -7926949 or 5966727. OLE color: 5966727.
HSL color Cylindrical-coordinate representation of color #870B5B: hue angle of 321.29º 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 #870B5B is Cyan = 0, Magento = 0.92, Yellow = 0.33 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 11 | 91 | - |
| CMYK | 0 | 0.92 | 0.33 | 0.47 |
| HSL | 321.29º | 0.85% | 0.29% | - |
| HSV(B) | 321.29º | 0.92% | 0.53% | - |
| XYZ | 12 | 6.15 | 10.45 | - |
| YUV | 57.2 | 147.08 | 183.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 11 | 91 | 0 | 0.92 | 0.33 | 0.47 | 321.29 | 0.85 | 0.29 |
| Hex | 87 | B | 5B | 0 | 5C | 21 | 2F | 141 | 55 | 1D |
| Octal | 207 | 13 | 133 | 0 | 134 | 41 | 57 | 501 | 125 | 35 |
| Binary | 10000111 | 1011 | 1011011 | 0 | 1011100 | 100001 | 101111 | 101000001 | 1010101 | 11101 |
Color Harmonies of #870B5B
Complementary color
Monochromatic Colors of #870B5B
Black with #870B5B
Text Example
Text Example
White with #870B5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #870B5B; }
p { color: rgb(135,11,91); }
H1.HeaderClassName
{
color: #870B5B;
}
.AnyTagClassName
{
color: #870B5B;
}
</style>
background-color css
<style>
a { background-color: #870B5B; }
a { background-color: rgb(135,11,91); }
div.DivClassName
{
background-color: #870B5B;
}
.BgClassName
{
background-color: #870B5B;
}
</style>
border-color css
<style>
span { border-color: #870B5B; }
span { border-color: rgb(135,11,91); }
td.TdClassName
{
border-color: #870B5B;
}
.TagClassName
{
border-color: #870B5B;
}
</style>