Shades of Dark Purple #841864
Tints of Dark Purple #841864
RGB
CMYK
RGB Variations
Color information
#841864 (or 0x841864) is known color: Dark Purple. HEX triplet: 84, 18 and 64. RGB value is (132,24,100). Sum of RGB (Red+Green+Blue) = 132+24+100=256 (33% of max value = 765). Red value is 132 (51.95% from 255 or 51.56% from 256); Green value is 24 (9.77% from 255 or 9.38% from 256); Blue value is 100 (39.45% from 255 or 39.06% from 256); Max value from RGB is 132 - color contains mainly: red. Hex color #841864 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #841864 is #7BE79B. Grayscale: #404040. Windows color (decimal): -8120220 or 6559876. OLE color: 6559876.
HSL color Cylindrical-coordinate representation of color #841864: hue angle of 317.78º 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 #841864 is Cyan = 0, Magento = 0.82, Yellow = 0.24 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 24 | 100 | - |
| CMYK | 0 | 0.82 | 0.24 | 0.48 |
| HSL | 317.78º | 0.69% | 0.31% | - |
| HSV(B) | 317.78º | 0.82% | 0.52% | - |
| XYZ | 12.14 | 6.48 | 12.67 | - |
| YUV | 64.96 | 147.78 | 175.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 24 | 100 | 0 | 0.82 | 0.24 | 0.48 | 317.78 | 0.69 | 0.31 |
| Hex | 84 | 18 | 64 | 0 | 52 | 18 | 30 | 13E | 45 | 1F |
| Octal | 204 | 30 | 144 | 0 | 122 | 30 | 60 | 476 | 105 | 37 |
| Binary | 10000100 | 11000 | 1100100 | 0 | 1010010 | 11000 | 110000 | 100111110 | 1000101 | 11111 |
Color Harmonies of #841864
Complementary color
Monochromatic Colors of #841864
Black with #841864
Text Example
Text Example
White with #841864
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #841864; }
p { color: rgb(132,24,100); }
H1.HeaderClassName
{
color: #841864;
}
.AnyTagClassName
{
color: #841864;
}
</style>
background-color css
<style>
a { background-color: #841864; }
a { background-color: rgb(132,24,100); }
div.DivClassName
{
background-color: #841864;
}
.BgClassName
{
background-color: #841864;
}
</style>
border-color css
<style>
span { border-color: #841864; }
span { border-color: rgb(132,24,100); }
td.TdClassName
{
border-color: #841864;
}
.TagClassName
{
border-color: #841864;
}
</style>