Shades of Dark Purple #841D82
Tints of Dark Purple #841D82
RGB
CMYK
RGB Variations
Color information
#841D82 (or 0x841D82) is known color: Dark Purple. HEX triplet: 84, 1D and 82. RGB value is (132,29,130). Sum of RGB (Red+Green+Blue) = 132+29+130=291 (38% of max value = 765). Red value is 132 (51.95% from 255 or 45.36% from 291); Green value is 29 (11.72% from 255 or 9.97% from 291); Blue value is 130 (51.17% from 255 or 44.67% from 291); Max value from RGB is 132 - color contains mainly: red. Hex color #841D82 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #841D82 is #7BE27D. Grayscale: #474747. Windows color (decimal): -8118910 or 8527236. OLE color: 8527236.
HSL color Cylindrical-coordinate representation of color #841D82: hue angle of 301.17º degrees, saturation: 0.64, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #841D82 is Cyan = 0, Magento = 0.78, Yellow = 0.02 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 29 | 130 | - |
| CMYK | 0 | 0.78 | 0.02 | 0.48 |
| HSL | 301.17º | 0.64% | 0.32% | - |
| HSV(B) | 301.17º | 0.78% | 0.52% | - |
| XYZ | 13.98 | 7.4 | 21.81 | - |
| YUV | 71.31 | 161.12 | 171.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 29 | 130 | 0 | 0.78 | 0.02 | 0.48 | 301.17 | 0.64 | 0.32 |
| Hex | 84 | 1D | 82 | 0 | 4E | 2 | 30 | 12D | 40 | 20 |
| Octal | 204 | 35 | 202 | 0 | 116 | 2 | 60 | 455 | 100 | 40 |
| Binary | 10000100 | 11101 | 10000010 | 0 | 1001110 | 10 | 110000 | 100101101 | 1000000 | 100000 |
Color Harmonies of #841D82
Complementary color
Monochromatic Colors of #841D82
Black with #841D82
Text Example
Text Example
White with #841D82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #841D82; }
p { color: rgb(132,29,130); }
H1.HeaderClassName
{
color: #841D82;
}
.AnyTagClassName
{
color: #841D82;
}
</style>
background-color css
<style>
a { background-color: #841D82; }
a { background-color: rgb(132,29,130); }
div.DivClassName
{
background-color: #841D82;
}
.BgClassName
{
background-color: #841D82;
}
</style>
border-color css
<style>
span { border-color: #841D82; }
span { border-color: rgb(132,29,130); }
td.TdClassName
{
border-color: #841D82;
}
.TagClassName
{
border-color: #841D82;
}
</style>