Shades of Dark Purple #842383
Tints of Dark Purple #842383
RGB
CMYK
RGB Variations
Color information
#842383 (or 0x842383) is known color: Dark Purple. HEX triplet: 84, 23 and 83. RGB value is (132,35,131). Sum of RGB (Red+Green+Blue) = 132+35+131=298 (39% of max value = 765). Red value is 132 (51.95% from 255 or 44.30% from 298); Green value is 35 (14.06% from 255 or 11.74% from 298); Blue value is 131 (51.56% from 255 or 43.96% from 298); Max value from RGB is 132 - color contains mainly: red. Hex color #842383 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #842383 is #7BDC7C. Grayscale: #4A4A4A. Windows color (decimal): -8117373 or 8594308. OLE color: 8594308.
HSL color Cylindrical-coordinate representation of color #842383: hue angle of 300.62º degrees, saturation: 0.58, 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 #842383 is Cyan = 0, Magento = 0.73, Yellow = 0.01 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 35 | 131 | - |
| CMYK | 0 | 0.73 | 0.01 | 0.48 |
| HSL | 300.62º | 0.58% | 0.33% | - |
| HSV(B) | 300.62º | 0.73% | 0.52% | - |
| XYZ | 14.21 | 7.75 | 22.22 | - |
| YUV | 74.95 | 159.64 | 168.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 35 | 131 | 0 | 0.73 | 0.01 | 0.48 | 300.62 | 0.58 | 0.33 |
| Hex | 84 | 23 | 83 | 0 | 49 | 1 | 30 | 12D | 3A | 21 |
| Octal | 204 | 43 | 203 | 0 | 111 | 1 | 60 | 455 | 72 | 41 |
| Binary | 10000100 | 100011 | 10000011 | 0 | 1001001 | 1 | 110000 | 100101101 | 111010 | 100001 |
Color Harmonies of #842383
Complementary color
Monochromatic Colors of #842383
Black with #842383
Text Example
Text Example
White with #842383
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #842383; }
p { color: rgb(132,35,131); }
H1.HeaderClassName
{
color: #842383;
}
.AnyTagClassName
{
color: #842383;
}
</style>
background-color css
<style>
a { background-color: #842383; }
a { background-color: rgb(132,35,131); }
div.DivClassName
{
background-color: #842383;
}
.BgClassName
{
background-color: #842383;
}
</style>
border-color css
<style>
span { border-color: #842383; }
span { border-color: rgb(132,35,131); }
td.TdClassName
{
border-color: #842383;
}
.TagClassName
{
border-color: #842383;
}
</style>