Shades of Dark Purple #842283
Tints of Dark Purple #842283
RGB
CMYK
RGB Variations
Color information
#842283 (or 0x842283) is known color: Dark Purple. HEX triplet: 84, 22 and 83. RGB value is (132,34,131). Sum of RGB (Red+Green+Blue) = 132+34+131=297 (39% of max value = 765). Red value is 132 (51.95% from 255 or 44.44% from 297); Green value is 34 (13.67% from 255 or 11.45% from 297); Blue value is 131 (51.56% from 255 or 44.11% from 297); Max value from RGB is 132 - color contains mainly: red. Hex color #842283 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #842283 is #7BDD7C. Grayscale: #4A4A4A. Windows color (decimal): -8117629 or 8594052. OLE color: 8594052.
HSL color Cylindrical-coordinate representation of color #842283: hue angle of 300.61º degrees, saturation: 0.59, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #842283 is Cyan = 0, Magento = 0.74, Yellow = 0.01 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 34 | 131 | - |
| CMYK | 0 | 0.74 | 0.01 | 0.48 |
| HSL | 300.61º | 0.59% | 0.33% | - |
| HSV(B) | 300.61º | 0.74% | 0.52% | - |
| XYZ | 14.18 | 7.69 | 22.21 | - |
| YUV | 74.36 | 159.97 | 169.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 34 | 131 | 0 | 0.74 | 0.01 | 0.48 | 300.61 | 0.59 | 0.33 |
| Hex | 84 | 22 | 83 | 0 | 4A | 1 | 30 | 12D | 3B | 21 |
| Octal | 204 | 42 | 203 | 0 | 112 | 1 | 60 | 455 | 73 | 41 |
| Binary | 10000100 | 100010 | 10000011 | 0 | 1001010 | 1 | 110000 | 100101101 | 111011 | 100001 |
Color Harmonies of #842283
Complementary color
Monochromatic Colors of #842283
Black with #842283
Text Example
Text Example
White with #842283
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #842283; }
p { color: rgb(132,34,131); }
H1.HeaderClassName
{
color: #842283;
}
.AnyTagClassName
{
color: #842283;
}
</style>
background-color css
<style>
a { background-color: #842283; }
a { background-color: rgb(132,34,131); }
div.DivClassName
{
background-color: #842283;
}
.BgClassName
{
background-color: #842283;
}
</style>
border-color css
<style>
span { border-color: #842283; }
span { border-color: rgb(132,34,131); }
td.TdClassName
{
border-color: #842283;
}
.TagClassName
{
border-color: #842283;
}
</style>