Shades of Dark Purple #842B6D
Tints of Dark Purple #842B6D
RGB
CMYK
RGB Variations
Color information
#842B6D (or 0x842B6D) is known color: Dark Purple. HEX triplet: 84, 2B and 6D. RGB value is (132,43,109). Sum of RGB (Red+Green+Blue) = 132+43+109=284 (37% of max value = 765). Red value is 132 (51.95% from 255 or 46.48% from 284); Green value is 43 (17.19% from 255 or 15.14% from 284); Blue value is 109 (42.97% from 255 or 38.38% from 284); Max value from RGB is 132 - color contains mainly: red. Hex color #842B6D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #842B6D is #7BD492. Grayscale: #4C4C4C. Windows color (decimal): -8115347 or 7154564. OLE color: 7154564.
HSL color Cylindrical-coordinate representation of color #842B6D: hue angle of 315.51º degrees, saturation: 0.51, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #842B6D is Cyan = 0, Magento = 0.67, Yellow = 0.17 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 43 | 109 | - |
| CMYK | 0 | 0.67 | 0.17 | 0.48 |
| HSL | 315.51º | 0.51% | 0.34% | - |
| HSV(B) | 315.51º | 0.67% | 0.52% | - |
| XYZ | 13.14 | 7.74 | 15.27 | - |
| YUV | 77.14 | 145.99 | 167.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 43 | 109 | 0 | 0.67 | 0.17 | 0.48 | 315.51 | 0.51 | 0.34 |
| Hex | 84 | 2B | 6D | 0 | 43 | 11 | 30 | 13C | 33 | 22 |
| Octal | 204 | 53 | 155 | 0 | 103 | 21 | 60 | 474 | 63 | 42 |
| Binary | 10000100 | 101011 | 1101101 | 0 | 1000011 | 10001 | 110000 | 100111100 | 110011 | 100010 |
Color Harmonies of #842B6D
Complementary color
Monochromatic Colors of #842B6D
Black with #842B6D
Text Example
Text Example
White with #842B6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #842B6D; }
p { color: rgb(132,43,109); }
H1.HeaderClassName
{
color: #842B6D;
}
.AnyTagClassName
{
color: #842B6D;
}
</style>
background-color css
<style>
a { background-color: #842B6D; }
a { background-color: rgb(132,43,109); }
div.DivClassName
{
background-color: #842B6D;
}
.BgClassName
{
background-color: #842B6D;
}
</style>
border-color css
<style>
span { border-color: #842B6D; }
span { border-color: rgb(132,43,109); }
td.TdClassName
{
border-color: #842B6D;
}
.TagClassName
{
border-color: #842B6D;
}
</style>