Shades of Dark Purple #871D8B
Tints of Dark Purple #871D8B
RGB
CMYK
RGB Variations
Color information
#871D8B (or 0x871D8B) is known color: Dark Purple. HEX triplet: 87, 1D and 8B. RGB value is (135,29,139). Sum of RGB (Red+Green+Blue) = 135+29+139=303 (40% of max value = 765). Red value is 135 (53.12% from 255 or 44.55% from 303); Green value is 29 (11.72% from 255 or 9.57% from 303); Blue value is 139 (54.69% from 255 or 45.87% from 303); Max value from RGB is 139 - color contains mainly: blue. Hex color #871D8B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #871D8B is #78E274. Grayscale: #484848. Windows color (decimal): -7922293 or 9117063. OLE color: 9117063.
HSL color Cylindrical-coordinate representation of color #871D8B: hue angle of 297.82º degrees, saturation: 0.65, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #871D8B is Cyan = 0.03, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 135 | 29 | 139 | - |
| CMYK | 0.03 | 0.79 | 0 | 0.45 |
| HSL | 297.82º | 0.65% | 0.33% | - |
| HSV(B) | 297.82º | 0.79% | 0.55% | - |
| XYZ | 15.09 | 7.89 | 25.15 | - |
| YUV | 73.23 | 165.12 | 172.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 29 | 139 | 0.03 | 0.79 | 0 | 0.45 | 297.82 | 0.65 | 0.33 |
| Hex | 87 | 1D | 8B | 3 | 4F | 0 | 2D | 12A | 41 | 21 |
| Octal | 207 | 35 | 213 | 3 | 117 | 0 | 55 | 452 | 101 | 41 |
| Binary | 10000111 | 11101 | 10001011 | 11 | 1001111 | 0 | 101101 | 100101010 | 1000001 | 100001 |
Color Harmonies of #871D8B
Complementary color
Monochromatic Colors of #871D8B
Black with #871D8B
Text Example
Text Example
White with #871D8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #871D8B; }
p { color: rgb(135,29,139); }
H1.HeaderClassName
{
color: #871D8B;
}
.AnyTagClassName
{
color: #871D8B;
}
</style>
background-color css
<style>
a { background-color: #871D8B; }
a { background-color: rgb(135,29,139); }
div.DivClassName
{
background-color: #871D8B;
}
.BgClassName
{
background-color: #871D8B;
}
</style>
border-color css
<style>
span { border-color: #871D8B; }
span { border-color: rgb(135,29,139); }
td.TdClassName
{
border-color: #871D8B;
}
.TagClassName
{
border-color: #871D8B;
}
</style>