Shades of Dark Purple #871887
Tints of Dark Purple #871887
RGB
CMYK
RGB Variations
Color information
#871887 (or 0x871887) is known color: Dark Purple. HEX triplet: 87, 18 and 87. RGB value is (135,24,135). Sum of RGB (Red+Green+Blue) = 135+24+135=294 (38% of max value = 765). Red value is 135 (53.12% from 255 or 45.92% from 294); Green value is 24 (9.77% from 255 or 8.16% from 294); Blue value is 135 (53.12% from 255 or 45.92% from 294); Max value from RGB is 135 - color contains mainly: red, blue. Hex color #871887 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #871887 is #78E778. Grayscale: #454545. Windows color (decimal): -7923577 or 8853639. OLE color: 8853639.
HSL color Cylindrical-coordinate representation of color #871887: hue angle of 300º degrees, saturation: 0.7, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #871887 is Cyan = 0, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 24 | 135 | - |
| CMYK | 0 | 0.82 | 0 | 0.47 |
| HSL | 300º | 0.7% | 0.31% | - |
| HSV(B) | 300º | 0.82% | 0.53% | - |
| XYZ | 14.69 | 7.55 | 23.61 | - |
| YUV | 69.84 | 164.77 | 174.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 24 | 135 | 0 | 0.82 | 0 | 0.47 | 300 | 0.7 | 0.31 |
| Hex | 87 | 18 | 87 | 0 | 52 | 0 | 2F | 12C | 46 | 1F |
| Octal | 207 | 30 | 207 | 0 | 122 | 0 | 57 | 454 | 106 | 37 |
| Binary | 10000111 | 11000 | 10000111 | 0 | 1010010 | 0 | 101111 | 100101100 | 1000110 | 11111 |
Color Harmonies of #871887
Complementary color
Monochromatic Colors of #871887
Black with #871887
Text Example
Text Example
White with #871887
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #871887; }
p { color: rgb(135,24,135); }
H1.HeaderClassName
{
color: #871887;
}
.AnyTagClassName
{
color: #871887;
}
</style>
background-color css
<style>
a { background-color: #871887; }
a { background-color: rgb(135,24,135); }
div.DivClassName
{
background-color: #871887;
}
.BgClassName
{
background-color: #871887;
}
</style>
border-color css
<style>
span { border-color: #871887; }
span { border-color: rgb(135,24,135); }
td.TdClassName
{
border-color: #871887;
}
.TagClassName
{
border-color: #871887;
}
</style>