Shades of Dark Purple #842183
Tints of Dark Purple #842183
RGB
CMYK
RGB Variations
Color information
#842183 (or 0x842183) is known color: Dark Purple. HEX triplet: 84, 21 and 83. RGB value is (132,33,131). Sum of RGB (Red+Green+Blue) = 132+33+131=296 (39% of max value = 765). Red value is 132 (51.95% from 255 or 44.59% from 296); Green value is 33 (13.28% from 255 or 11.15% from 296); Blue value is 131 (51.56% from 255 or 44.26% from 296); Max value from RGB is 132 - color contains mainly: red. Hex color #842183 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #842183 is #7BDE7C. Grayscale: #494949. Windows color (decimal): -8117885 or 8593796. OLE color: 8593796.
HSL color Cylindrical-coordinate representation of color #842183: hue angle of 300.61º degrees, saturation: 0.6, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #842183 is Cyan = 0, Magento = 0.75, Yellow = 0.01 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 33 | 131 | - |
| CMYK | 0 | 0.75 | 0.01 | 0.48 |
| HSL | 300.61º | 0.6% | 0.32% | - |
| HSV(B) | 300.61º | 0.75% | 0.52% | - |
| XYZ | 14.16 | 7.63 | 22.2 | - |
| YUV | 73.77 | 160.3 | 169.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 33 | 131 | 0 | 0.75 | 0.01 | 0.48 | 300.61 | 0.6 | 0.32 |
| Hex | 84 | 21 | 83 | 0 | 4B | 1 | 30 | 12D | 3C | 20 |
| Octal | 204 | 41 | 203 | 0 | 113 | 1 | 60 | 455 | 74 | 40 |
| Binary | 10000100 | 100001 | 10000011 | 0 | 1001011 | 1 | 110000 | 100101101 | 111100 | 100000 |
Color Harmonies of #842183
Complementary color
Monochromatic Colors of #842183
Black with #842183
Text Example
Text Example
White with #842183
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #842183; }
p { color: rgb(132,33,131); }
H1.HeaderClassName
{
color: #842183;
}
.AnyTagClassName
{
color: #842183;
}
</style>
background-color css
<style>
a { background-color: #842183; }
a { background-color: rgb(132,33,131); }
div.DivClassName
{
background-color: #842183;
}
.BgClassName
{
background-color: #842183;
}
</style>
border-color css
<style>
span { border-color: #842183; }
span { border-color: rgb(132,33,131); }
td.TdClassName
{
border-color: #842183;
}
.TagClassName
{
border-color: #842183;
}
</style>