Shades of Dark Purple #841E83
Tints of Dark Purple #841E83
RGB
CMYK
RGB Variations
Color information
#841E83 (or 0x841E83) is known color: Dark Purple. HEX triplet: 84, 1E and 83. RGB value is (132,30,131). Sum of RGB (Red+Green+Blue) = 132+30+131=293 (38% of max value = 765). Red value is 132 (51.95% from 255 or 45.05% from 293); Green value is 30 (12.11% from 255 or 10.24% from 293); Blue value is 131 (51.56% from 255 or 44.71% from 293); Max value from RGB is 132 - color contains mainly: red. Hex color #841E83 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #841E83 is #7BE17C. Grayscale: #474747. Windows color (decimal): -8118653 or 8593028. OLE color: 8593028.
HSL color Cylindrical-coordinate representation of color #841E83: hue angle of 300.59º degrees, saturation: 0.63, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #841E83 is Cyan = 0, Magento = 0.77, Yellow = 0.01 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 30 | 131 | - |
| CMYK | 0 | 0.77 | 0.01 | 0.48 |
| HSL | 300.59º | 0.63% | 0.32% | - |
| HSV(B) | 300.59º | 0.77% | 0.52% | - |
| XYZ | 14.08 | 7.47 | 22.17 | - |
| YUV | 72.01 | 161.29 | 170.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 30 | 131 | 0 | 0.77 | 0.01 | 0.48 | 300.59 | 0.63 | 0.32 |
| Hex | 84 | 1E | 83 | 0 | 4D | 1 | 30 | 12D | 3F | 20 |
| Octal | 204 | 36 | 203 | 0 | 115 | 1 | 60 | 455 | 77 | 40 |
| Binary | 10000100 | 11110 | 10000011 | 0 | 1001101 | 1 | 110000 | 100101101 | 111111 | 100000 |
Color Harmonies of #841E83
Complementary color
Monochromatic Colors of #841E83
Black with #841E83
Text Example
Text Example
White with #841E83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #841E83; }
p { color: rgb(132,30,131); }
H1.HeaderClassName
{
color: #841E83;
}
.AnyTagClassName
{
color: #841E83;
}
</style>
background-color css
<style>
a { background-color: #841E83; }
a { background-color: rgb(132,30,131); }
div.DivClassName
{
background-color: #841E83;
}
.BgClassName
{
background-color: #841E83;
}
</style>
border-color css
<style>
span { border-color: #841E83; }
span { border-color: rgb(132,30,131); }
td.TdClassName
{
border-color: #841E83;
}
.TagClassName
{
border-color: #841E83;
}
</style>