Shades of Dark Purple #841881
Tints of Dark Purple #841881
RGB
CMYK
RGB Variations
Color information
#841881 (or 0x841881) is known color: Dark Purple. HEX triplet: 84, 18 and 81. RGB value is (132,24,129). Sum of RGB (Red+Green+Blue) = 132+24+129=285 (37% of max value = 765). Red value is 132 (51.95% from 255 or 46.32% from 285); Green value is 24 (9.77% from 255 or 8.42% from 285); Blue value is 129 (50.78% from 255 or 45.26% from 285); Max value from RGB is 132 - color contains mainly: red. Hex color #841881 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #841881 is #7BE77E. Grayscale: #434343. Windows color (decimal): -8120191 or 8460420. OLE color: 8460420.
HSL color Cylindrical-coordinate representation of color #841881: hue angle of 301.67º degrees, saturation: 0.69, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #841881 is Cyan = 0, Magento = 0.82, Yellow = 0.02 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 24 | 129 | - |
| CMYK | 0 | 0.82 | 0.02 | 0.48 |
| HSL | 301.67º | 0.69% | 0.31% | - |
| HSV(B) | 301.67º | 0.82% | 0.52% | - |
| XYZ | 13.8 | 7.14 | 21.42 | - |
| YUV | 68.26 | 162.28 | 173.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 24 | 129 | 0 | 0.82 | 0.02 | 0.48 | 301.67 | 0.69 | 0.31 |
| Hex | 84 | 18 | 81 | 0 | 52 | 2 | 30 | 12E | 45 | 1F |
| Octal | 204 | 30 | 201 | 0 | 122 | 2 | 60 | 456 | 105 | 37 |
| Binary | 10000100 | 11000 | 10000001 | 0 | 1010010 | 10 | 110000 | 100101110 | 1000101 | 11111 |
Color Harmonies of #841881
Complementary color
Monochromatic Colors of #841881
Black with #841881
Text Example
Text Example
White with #841881
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #841881; }
p { color: rgb(132,24,129); }
H1.HeaderClassName
{
color: #841881;
}
.AnyTagClassName
{
color: #841881;
}
</style>
background-color css
<style>
a { background-color: #841881; }
a { background-color: rgb(132,24,129); }
div.DivClassName
{
background-color: #841881;
}
.BgClassName
{
background-color: #841881;
}
</style>
border-color css
<style>
span { border-color: #841881; }
span { border-color: rgb(132,24,129); }
td.TdClassName
{
border-color: #841881;
}
.TagClassName
{
border-color: #841881;
}
</style>