Shades of Dark Purple #841786
Tints of Dark Purple #841786
RGB
CMYK
RGB Variations
Color information
#841786 (or 0x841786) is known color: Dark Purple. HEX triplet: 84, 17 and 86. RGB value is (132,23,134). Sum of RGB (Red+Green+Blue) = 132+23+134=289 (38% of max value = 765). Red value is 132 (51.95% from 255 or 45.67% from 289); Green value is 23 (9.38% from 255 or 7.96% from 289); Blue value is 134 (52.73% from 255 or 46.37% from 289); Max value from RGB is 134 - color contains mainly: blue. Hex color #841786 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #841786 is #7BE879. Grayscale: #434343. Windows color (decimal): -8120442 or 8787844. OLE color: 8787844.
HSL color Cylindrical-coordinate representation of color #841786: hue angle of 298.92º degrees, saturation: 0.71, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #841786 is Cyan = 0.01, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 132 | 23 | 134 | - |
| CMYK | 0.01 | 0.83 | 0 | 0.47 |
| HSL | 298.92º | 0.71% | 0.31% | - |
| HSV(B) | 298.92º | 0.83% | 0.53% | - |
| XYZ | 14.13 | 7.24 | 23.21 | - |
| YUV | 68.25 | 165.11 | 173.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 23 | 134 | 0.01 | 0.83 | 0 | 0.47 | 298.92 | 0.71 | 0.31 |
| Hex | 84 | 17 | 86 | 1 | 53 | 0 | 2F | 12B | 47 | 1F |
| Octal | 204 | 27 | 206 | 1 | 123 | 0 | 57 | 453 | 107 | 37 |
| Binary | 10000100 | 10111 | 10000110 | 1 | 1010011 | 0 | 101111 | 100101011 | 1000111 | 11111 |
Color Harmonies of #841786
Complementary color
Monochromatic Colors of #841786
Black with #841786
Text Example
Text Example
White with #841786
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #841786; }
p { color: rgb(132,23,134); }
H1.HeaderClassName
{
color: #841786;
}
.AnyTagClassName
{
color: #841786;
}
</style>
background-color css
<style>
a { background-color: #841786; }
a { background-color: rgb(132,23,134); }
div.DivClassName
{
background-color: #841786;
}
.BgClassName
{
background-color: #841786;
}
</style>
border-color css
<style>
span { border-color: #841786; }
span { border-color: rgb(132,23,134); }
td.TdClassName
{
border-color: #841786;
}
.TagClassName
{
border-color: #841786;
}
</style>