Shades of Dark Purple #841B80
Tints of Dark Purple #841B80
RGB
CMYK
RGB Variations
Color information
#841B80 (or 0x841B80) is known color: Dark Purple. HEX triplet: 84, 1B and 80. RGB value is (132,27,128). Sum of RGB (Red+Green+Blue) = 132+27+128=287 (38% of max value = 765). Red value is 132 (51.95% from 255 or 45.99% from 287); Green value is 27 (10.94% from 255 or 9.41% from 287); Blue value is 128 (50.39% from 255 or 44.60% from 287); Max value from RGB is 132 - color contains mainly: red. Hex color #841B80 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #841B80 is #7BE47F. Grayscale: #454545. Windows color (decimal): -8119424 or 8395652. OLE color: 8395652.
HSL color Cylindrical-coordinate representation of color #841B80: hue angle of 302.29º degrees, saturation: 0.66, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #841B80 is Cyan = 0, Magento = 0.80, Yellow = 0.03 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 27 | 128 | - |
| CMYK | 0 | 0.80 | 0.03 | 0.48 |
| HSL | 302.29º | 0.66% | 0.31% | - |
| HSV(B) | 302.29º | 0.8% | 0.52% | - |
| XYZ | 13.8 | 7.25 | 21.09 | - |
| YUV | 69.91 | 160.79 | 172.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 27 | 128 | 0 | 0.80 | 0.03 | 0.48 | 302.29 | 0.66 | 0.31 |
| Hex | 84 | 1B | 80 | 0 | 50 | 3 | 30 | 12E | 42 | 1F |
| Octal | 204 | 33 | 200 | 0 | 120 | 3 | 60 | 456 | 102 | 37 |
| Binary | 10000100 | 11011 | 10000000 | 0 | 1010000 | 11 | 110000 | 100101110 | 1000010 | 11111 |
Color Harmonies of #841B80
Complementary color
Monochromatic Colors of #841B80
Black with #841B80
Text Example
Text Example
White with #841B80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #841B80; }
p { color: rgb(132,27,128); }
H1.HeaderClassName
{
color: #841B80;
}
.AnyTagClassName
{
color: #841B80;
}
</style>
background-color css
<style>
a { background-color: #841B80; }
a { background-color: rgb(132,27,128); }
div.DivClassName
{
background-color: #841B80;
}
.BgClassName
{
background-color: #841B80;
}
</style>
border-color css
<style>
span { border-color: #841B80; }
span { border-color: rgb(132,27,128); }
td.TdClassName
{
border-color: #841B80;
}
.TagClassName
{
border-color: #841B80;
}
</style>