Shades of Dark Purple #841483
Tints of Dark Purple #841483
RGB
CMYK
RGB Variations
Color information
#841483 (or 0x841483) is known color: Dark Purple. HEX triplet: 84, 14 and 83. RGB value is (132,20,131). Sum of RGB (Red+Green+Blue) = 132+20+131=283 (37% of max value = 765). Red value is 132 (51.95% from 255 or 46.64% from 283); Green value is 20 (8.20% from 255 or 7.07% from 283); Blue value is 131 (51.56% from 255 or 46.29% from 283); Max value from RGB is 132 - color contains mainly: red. Hex color #841483 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #841483 is #7BEB7C. Grayscale: #414141. Windows color (decimal): -8121213 or 8590468. OLE color: 8590468.
HSL color Cylindrical-coordinate representation of color #841483: hue angle of 300.54º degrees, saturation: 0.74, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #841483 is Cyan = 0, Magento = 0.85, Yellow = 0.01 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 20 | 131 | - |
| CMYK | 0 | 0.85 | 0.01 | 0.48 |
| HSL | 300.54º | 0.74% | 0.3% | - |
| HSV(B) | 300.54º | 0.85% | 0.52% | - |
| XYZ | 13.86 | 7.04 | 22.1 | - |
| YUV | 66.14 | 164.61 | 174.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 20 | 131 | 0 | 0.85 | 0.01 | 0.48 | 300.54 | 0.74 | 0.3 |
| Hex | 84 | 14 | 83 | 0 | 55 | 1 | 30 | 12D | 4A | 1E |
| Octal | 204 | 24 | 203 | 0 | 125 | 1 | 60 | 455 | 112 | 36 |
| Binary | 10000100 | 10100 | 10000011 | 0 | 1010101 | 1 | 110000 | 100101101 | 1001010 | 11110 |
Color Harmonies of #841483
Complementary color
Monochromatic Colors of #841483
Black with #841483
Text Example
Text Example
White with #841483
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #841483; }
p { color: rgb(132,20,131); }
H1.HeaderClassName
{
color: #841483;
}
.AnyTagClassName
{
color: #841483;
}
</style>
background-color css
<style>
a { background-color: #841483; }
a { background-color: rgb(132,20,131); }
div.DivClassName
{
background-color: #841483;
}
.BgClassName
{
background-color: #841483;
}
</style>
border-color css
<style>
span { border-color: #841483; }
span { border-color: rgb(132,20,131); }
td.TdClassName
{
border-color: #841483;
}
.TagClassName
{
border-color: #841483;
}
</style>