Shades of Dark Purple #841566
Tints of Dark Purple #841566
RGB
CMYK
RGB Variations
Color information
#841566 (or 0x841566) is known color: Dark Purple. HEX triplet: 84, 15 and 66. RGB value is (132,21,102). Sum of RGB (Red+Green+Blue) = 132+21+102=255 (33% of max value = 765). Red value is 132 (51.95% from 255 or 51.76% from 255); Green value is 21 (8.59% from 255 or 8.24% from 255); Blue value is 102 (40.23% from 255 or 40% from 255); Max value from RGB is 132 - color contains mainly: red. Hex color #841566 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #841566 is #7BEA99. Grayscale: #3F3F3F. Windows color (decimal): -8120986 or 6690180. OLE color: 6690180.
HSL color Cylindrical-coordinate representation of color #841566: hue angle of 316.22º degrees, saturation: 0.73, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #841566 is Cyan = 0, Magento = 0.84, Yellow = 0.23 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 21 | 102 | - |
| CMYK | 0 | 0.84 | 0.23 | 0.48 |
| HSL | 316.22º | 0.73% | 0.3% | - |
| HSV(B) | 316.22º | 0.84% | 0.52% | - |
| XYZ | 12.18 | 6.4 | 13.16 | - |
| YUV | 63.42 | 149.77 | 176.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 21 | 102 | 0 | 0.84 | 0.23 | 0.48 | 316.22 | 0.73 | 0.3 |
| Hex | 84 | 15 | 66 | 0 | 54 | 17 | 30 | 13C | 49 | 1E |
| Octal | 204 | 25 | 146 | 0 | 124 | 27 | 60 | 474 | 111 | 36 |
| Binary | 10000100 | 10101 | 1100110 | 0 | 1010100 | 10111 | 110000 | 100111100 | 1001001 | 11110 |
Color Harmonies of #841566
Complementary color
Monochromatic Colors of #841566
Black with #841566
Text Example
Text Example
White with #841566
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #841566; }
p { color: rgb(132,21,102); }
H1.HeaderClassName
{
color: #841566;
}
.AnyTagClassName
{
color: #841566;
}
</style>
background-color css
<style>
a { background-color: #841566; }
a { background-color: rgb(132,21,102); }
div.DivClassName
{
background-color: #841566;
}
.BgClassName
{
background-color: #841566;
}
</style>
border-color css
<style>
span { border-color: #841566; }
span { border-color: rgb(132,21,102); }
td.TdClassName
{
border-color: #841566;
}
.TagClassName
{
border-color: #841566;
}
</style>