Shades of Dark Purple #842186
Tints of Dark Purple #842186
RGB
CMYK
RGB Variations
Color information
#842186 (or 0x842186) is known color: Dark Purple. HEX triplet: 84, 21 and 86. RGB value is (132,33,134). Sum of RGB (Red+Green+Blue) = 132+33+134=299 (39% of max value = 765). Red value is 132 (51.95% from 255 or 44.15% from 299); Green value is 33 (13.28% from 255 or 11.04% from 299); Blue value is 134 (52.73% from 255 or 44.82% from 299); Max value from RGB is 134 - color contains mainly: blue. Hex color #842186 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #842186 is #7BDE79. Grayscale: #494949. Windows color (decimal): -8117882 or 8790404. OLE color: 8790404.
HSL color Cylindrical-coordinate representation of color #842186: hue angle of 298.81º degrees, saturation: 0.6, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #842186 is Cyan = 0.01, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 132 | 33 | 134 | - |
| CMYK | 0.01 | 0.75 | 0 | 0.47 |
| HSL | 298.81º | 0.6% | 0.33% | - |
| HSV(B) | 298.81º | 0.75% | 0.53% | - |
| XYZ | 14.36 | 7.71 | 23.29 | - |
| YUV | 74.12 | 161.8 | 169.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 33 | 134 | 0.01 | 0.75 | 0 | 0.47 | 298.81 | 0.6 | 0.33 |
| Hex | 84 | 21 | 86 | 1 | 4B | 0 | 2F | 12B | 3C | 21 |
| Octal | 204 | 41 | 206 | 1 | 113 | 0 | 57 | 453 | 74 | 41 |
| Binary | 10000100 | 100001 | 10000110 | 1 | 1001011 | 0 | 101111 | 100101011 | 111100 | 100001 |
Color Harmonies of #842186
Complementary color
Monochromatic Colors of #842186
Black with #842186
Text Example
Text Example
White with #842186
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #842186; }
p { color: rgb(132,33,134); }
H1.HeaderClassName
{
color: #842186;
}
.AnyTagClassName
{
color: #842186;
}
</style>
background-color css
<style>
a { background-color: #842186; }
a { background-color: rgb(132,33,134); }
div.DivClassName
{
background-color: #842186;
}
.BgClassName
{
background-color: #842186;
}
</style>
border-color css
<style>
span { border-color: #842186; }
span { border-color: rgb(132,33,134); }
td.TdClassName
{
border-color: #842186;
}
.TagClassName
{
border-color: #842186;
}
</style>