Shades of Dark Purple #841A83
Tints of Dark Purple #841A83
RGB
CMYK
RGB Variations
Color information
#841A83 (or 0x841A83) is known color: Dark Purple. HEX triplet: 84, 1A and 83. RGB value is (132,26,131). Sum of RGB (Red+Green+Blue) = 132+26+131=289 (38% of max value = 765). Red value is 132 (51.95% from 255 or 45.67% from 289); Green value is 26 (10.55% from 255 or 9.00% from 289); Blue value is 131 (51.56% from 255 or 45.33% from 289); Max value from RGB is 132 - color contains mainly: red. Hex color #841A83 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #841A83 is #7BE57C. Grayscale: #454545. Windows color (decimal): -8119677 or 8592004. OLE color: 8592004.
HSL color Cylindrical-coordinate representation of color #841A83: hue angle of 300.57º degrees, saturation: 0.67, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #841A83 is Cyan = 0, Magento = 0.80, Yellow = 0.01 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 26 | 131 | - |
| CMYK | 0 | 0.80 | 0.01 | 0.48 |
| HSL | 300.57º | 0.67% | 0.31% | - |
| HSV(B) | 300.57º | 0.8% | 0.52% | - |
| XYZ | 13.98 | 7.28 | 22.14 | - |
| YUV | 69.66 | 162.62 | 172.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 26 | 131 | 0 | 0.80 | 0.01 | 0.48 | 300.57 | 0.67 | 0.31 |
| Hex | 84 | 1A | 83 | 0 | 50 | 1 | 30 | 12D | 43 | 1F |
| Octal | 204 | 32 | 203 | 0 | 120 | 1 | 60 | 455 | 103 | 37 |
| Binary | 10000100 | 11010 | 10000011 | 0 | 1010000 | 1 | 110000 | 100101101 | 1000011 | 11111 |
Color Harmonies of #841A83
Complementary color
Monochromatic Colors of #841A83
Black with #841A83
Text Example
Text Example
White with #841A83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #841A83; }
p { color: rgb(132,26,131); }
H1.HeaderClassName
{
color: #841A83;
}
.AnyTagClassName
{
color: #841A83;
}
</style>
background-color css
<style>
a { background-color: #841A83; }
a { background-color: rgb(132,26,131); }
div.DivClassName
{
background-color: #841A83;
}
.BgClassName
{
background-color: #841A83;
}
</style>
border-color css
<style>
span { border-color: #841A83; }
span { border-color: rgb(132,26,131); }
td.TdClassName
{
border-color: #841A83;
}
.TagClassName
{
border-color: #841A83;
}
</style>