Shades of Dark Purple #842483
Tints of Dark Purple #842483
RGB
CMYK
RGB Variations
Color information
#842483 (or 0x842483) is known color: Dark Purple. HEX triplet: 84, 24 and 83. RGB value is (132,36,131). Sum of RGB (Red+Green+Blue) = 132+36+131=299 (39% of max value = 765). Red value is 132 (51.95% from 255 or 44.15% from 299); Green value is 36 (14.45% from 255 or 12.04% from 299); Blue value is 131 (51.56% from 255 or 43.81% from 299); Max value from RGB is 132 - color contains mainly: red. Hex color #842483 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #842483 is #7BDB7C. Grayscale: #4B4B4B. Windows color (decimal): -8117117 or 8594564. OLE color: 8594564.
HSL color Cylindrical-coordinate representation of color #842483: hue angle of 300.62º degrees, saturation: 0.57, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #842483 is Cyan = 0, Magento = 0.73, Yellow = 0.01 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 36 | 131 | - |
| CMYK | 0 | 0.73 | 0.01 | 0.48 |
| HSL | 300.63º | 0.57% | 0.33% | - |
| HSV(B) | 300.63º | 0.73% | 0.52% | - |
| XYZ | 14.24 | 7.81 | 22.23 | - |
| YUV | 75.53 | 159.3 | 168.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 36 | 131 | 0 | 0.73 | 0.01 | 0.48 | 300.63 | 0.57 | 0.33 |
| Hex | 84 | 24 | 83 | 0 | 49 | 1 | 30 | 12D | 39 | 21 |
| Octal | 204 | 44 | 203 | 0 | 111 | 1 | 60 | 455 | 71 | 41 |
| Binary | 10000100 | 100100 | 10000011 | 0 | 1001001 | 1 | 110000 | 100101101 | 111001 | 100001 |
Color Harmonies of #842483
Complementary color
Monochromatic Colors of #842483
Black with #842483
Text Example
Text Example
White with #842483
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #842483; }
p { color: rgb(132,36,131); }
H1.HeaderClassName
{
color: #842483;
}
.AnyTagClassName
{
color: #842483;
}
</style>
background-color css
<style>
a { background-color: #842483; }
a { background-color: rgb(132,36,131); }
div.DivClassName
{
background-color: #842483;
}
.BgClassName
{
background-color: #842483;
}
</style>
border-color css
<style>
span { border-color: #842483; }
span { border-color: rgb(132,36,131); }
td.TdClassName
{
border-color: #842483;
}
.TagClassName
{
border-color: #842483;
}
</style>