Shades of Dark Purple #841F87
Tints of Dark Purple #841F87
RGB
CMYK
RGB Variations
Color information
#841F87 (or 0x841F87) is known color: Dark Purple. HEX triplet: 84, 1F and 87. RGB value is (132,31,135). Sum of RGB (Red+Green+Blue) = 132+31+135=298 (39% of max value = 765). Red value is 132 (51.95% from 255 or 44.30% from 298); Green value is 31 (12.5% from 255 or 10.40% from 298); Blue value is 135 (53.12% from 255 or 45.30% from 298); Max value from RGB is 135 - color contains mainly: blue. Hex color #841F87 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #841F87 is #7BE078. Grayscale: #484848. Windows color (decimal): -8118393 or 8855428. OLE color: 8855428.
HSL color Cylindrical-coordinate representation of color #841F87: hue angle of 298.27º degrees, saturation: 0.63, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #841F87 is Cyan = 0.02, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 132 | 31 | 135 | - |
| CMYK | 0.02 | 0.77 | 0 | 0.47 |
| HSL | 298.27º | 0.63% | 0.33% | - |
| HSV(B) | 298.27º | 0.77% | 0.53% | - |
| XYZ | 14.38 | 7.63 | 23.64 | - |
| YUV | 73.06 | 162.96 | 170.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 31 | 135 | 0.02 | 0.77 | 0 | 0.47 | 298.27 | 0.63 | 0.33 |
| Hex | 84 | 1F | 87 | 2 | 4D | 0 | 2F | 12A | 3F | 21 |
| Octal | 204 | 37 | 207 | 2 | 115 | 0 | 57 | 452 | 77 | 41 |
| Binary | 10000100 | 11111 | 10000111 | 10 | 1001101 | 0 | 101111 | 100101010 | 111111 | 100001 |
Color Harmonies of #841F87
Complementary color
Monochromatic Colors of #841F87
Black with #841F87
Text Example
Text Example
White with #841F87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #841F87; }
p { color: rgb(132,31,135); }
H1.HeaderClassName
{
color: #841F87;
}
.AnyTagClassName
{
color: #841F87;
}
</style>
background-color css
<style>
a { background-color: #841F87; }
a { background-color: rgb(132,31,135); }
div.DivClassName
{
background-color: #841F87;
}
.BgClassName
{
background-color: #841F87;
}
</style>
border-color css
<style>
span { border-color: #841F87; }
span { border-color: rgb(132,31,135); }
td.TdClassName
{
border-color: #841F87;
}
.TagClassName
{
border-color: #841F87;
}
</style>