Shades of Dark Purple #871B8D
Tints of Dark Purple #871B8D
RGB
CMYK
RGB Variations
Color information
#871B8D (or 0x871B8D) is known color: Dark Purple. HEX triplet: 87, 1B and 8D. RGB value is (135,27,141). Sum of RGB (Red+Green+Blue) = 135+27+141=303 (40% of max value = 765). Red value is 135 (53.12% from 255 or 44.55% from 303); Green value is 27 (10.94% from 255 or 8.91% from 303); Blue value is 141 (55.47% from 255 or 46.53% from 303); Max value from RGB is 141 - color contains mainly: blue. Hex color #871B8D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #871B8D is #78E472. Grayscale: #474747. Windows color (decimal): -7922803 or 9247623. OLE color: 9247623.
HSL color Cylindrical-coordinate representation of color #871B8D: hue angle of 296.84º degrees, saturation: 0.68, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #871B8D is Cyan = 0.04, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 135 | 27 | 141 | - |
| CMYK | 0.04 | 0.81 | 0 | 0.45 |
| HSL | 296.84º | 0.68% | 0.33% | - |
| HSV(B) | 296.84º | 0.81% | 0.55% | - |
| XYZ | 15.19 | 7.86 | 25.92 | - |
| YUV | 72.29 | 166.78 | 172.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 27 | 141 | 0.04 | 0.81 | 0 | 0.45 | 296.84 | 0.68 | 0.33 |
| Hex | 87 | 1B | 8D | 4 | 51 | 0 | 2D | 129 | 44 | 21 |
| Octal | 207 | 33 | 215 | 4 | 121 | 0 | 55 | 451 | 104 | 41 |
| Binary | 10000111 | 11011 | 10001101 | 100 | 1010001 | 0 | 101101 | 100101001 | 1000100 | 100001 |
Color Harmonies of #871B8D
Complementary color
Monochromatic Colors of #871B8D
Black with #871B8D
Text Example
Text Example
White with #871B8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #871B8D; }
p { color: rgb(135,27,141); }
H1.HeaderClassName
{
color: #871B8D;
}
.AnyTagClassName
{
color: #871B8D;
}
</style>
background-color css
<style>
a { background-color: #871B8D; }
a { background-color: rgb(135,27,141); }
div.DivClassName
{
background-color: #871B8D;
}
.BgClassName
{
background-color: #871B8D;
}
</style>
border-color css
<style>
span { border-color: #871B8D; }
span { border-color: rgb(135,27,141); }
td.TdClassName
{
border-color: #871B8D;
}
.TagClassName
{
border-color: #871B8D;
}
</style>