Shades of Dark Purple #841966
Tints of Dark Purple #841966
RGB
CMYK
RGB Variations
Color information
#841966 (or 0x841966) is known color: Dark Purple. HEX triplet: 84, 19 and 66. RGB value is (132,25,102). Sum of RGB (Red+Green+Blue) = 132+25+102=259 (34% of max value = 765). Red value is 132 (51.95% from 255 or 50.97% from 259); Green value is 25 (10.16% from 255 or 9.65% from 259); Blue value is 102 (40.23% from 255 or 39.38% from 259); Max value from RGB is 132 - color contains mainly: red. Hex color #841966 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #841966 is #7BE699. Grayscale: #414141. Windows color (decimal): -8119962 or 6691204. OLE color: 6691204.
HSL color Cylindrical-coordinate representation of color #841966: hue angle of 316.82º degrees, saturation: 0.68, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #841966 is Cyan = 0, Magento = 0.81, Yellow = 0.23 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 25 | 102 | - |
| CMYK | 0 | 0.81 | 0.23 | 0.48 |
| HSL | 316.82º | 0.68% | 0.31% | - |
| HSV(B) | 316.82º | 0.81% | 0.52% | - |
| XYZ | 12.26 | 6.56 | 13.19 | - |
| YUV | 65.77 | 148.45 | 175.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 25 | 102 | 0 | 0.81 | 0.23 | 0.48 | 316.82 | 0.68 | 0.31 |
| Hex | 84 | 19 | 66 | 0 | 51 | 17 | 30 | 13D | 44 | 1F |
| Octal | 204 | 31 | 146 | 0 | 121 | 27 | 60 | 475 | 104 | 37 |
| Binary | 10000100 | 11001 | 1100110 | 0 | 1010001 | 10111 | 110000 | 100111101 | 1000100 | 11111 |
Color Harmonies of #841966
Complementary color
Monochromatic Colors of #841966
Black with #841966
Text Example
Text Example
White with #841966
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #841966; }
p { color: rgb(132,25,102); }
H1.HeaderClassName
{
color: #841966;
}
.AnyTagClassName
{
color: #841966;
}
</style>
background-color css
<style>
a { background-color: #841966; }
a { background-color: rgb(132,25,102); }
div.DivClassName
{
background-color: #841966;
}
.BgClassName
{
background-color: #841966;
}
</style>
border-color css
<style>
span { border-color: #841966; }
span { border-color: rgb(132,25,102); }
td.TdClassName
{
border-color: #841966;
}
.TagClassName
{
border-color: #841966;
}
</style>