Shades of Dark Purple #871987
Tints of Dark Purple #871987
RGB
CMYK
RGB Variations
Color information
#871987 (or 0x871987) is known color: Dark Purple. HEX triplet: 87, 19 and 87. RGB value is (135,25,135). Sum of RGB (Red+Green+Blue) = 135+25+135=295 (39% of max value = 765). Red value is 135 (53.12% from 255 or 45.76% from 295); Green value is 25 (10.16% from 255 or 8.47% from 295); Blue value is 135 (53.12% from 255 or 45.76% from 295); Max value from RGB is 135 - color contains mainly: red, blue. Hex color #871987 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #871987 is #78E678. Grayscale: #464646. Windows color (decimal): -7923321 or 8853895. OLE color: 8853895.
HSL color Cylindrical-coordinate representation of color #871987: hue angle of 300º degrees, saturation: 0.69, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #871987 is Cyan = 0, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 25 | 135 | - |
| CMYK | 0 | 0.81 | 0 | 0.47 |
| HSL | 300º | 0.69% | 0.31% | - |
| HSV(B) | 300º | 0.81% | 0.53% | - |
| XYZ | 14.71 | 7.6 | 23.61 | - |
| YUV | 70.43 | 164.44 | 174.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 25 | 135 | 0 | 0.81 | 0 | 0.47 | 300 | 0.69 | 0.31 |
| Hex | 87 | 19 | 87 | 0 | 51 | 0 | 2F | 12C | 45 | 1F |
| Octal | 207 | 31 | 207 | 0 | 121 | 0 | 57 | 454 | 105 | 37 |
| Binary | 10000111 | 11001 | 10000111 | 0 | 1010001 | 0 | 101111 | 100101100 | 1000101 | 11111 |
Color Harmonies of #871987
Complementary color
Monochromatic Colors of #871987
Black with #871987
Text Example
Text Example
White with #871987
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #871987; }
p { color: rgb(135,25,135); }
H1.HeaderClassName
{
color: #871987;
}
.AnyTagClassName
{
color: #871987;
}
</style>
background-color css
<style>
a { background-color: #871987; }
a { background-color: rgb(135,25,135); }
div.DivClassName
{
background-color: #871987;
}
.BgClassName
{
background-color: #871987;
}
</style>
border-color css
<style>
span { border-color: #871987; }
span { border-color: rgb(135,25,135); }
td.TdClassName
{
border-color: #871987;
}
.TagClassName
{
border-color: #871987;
}
</style>