Shades of Dark Purple #841866
Tints of Dark Purple #841866
RGB
CMYK
RGB Variations
Color information
#841866 (or 0x841866) is known color: Dark Purple. HEX triplet: 84, 18 and 66. RGB value is (132,24,102). Sum of RGB (Red+Green+Blue) = 132+24+102=258 (34% of max value = 765). Red value is 132 (51.95% from 255 or 51.16% from 258); Green value is 24 (9.77% from 255 or 9.30% from 258); Blue value is 102 (40.23% from 255 or 39.53% from 258); Max value from RGB is 132 - color contains mainly: red. Hex color #841866 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #841866 is #7BE799. Grayscale: #404040. Windows color (decimal): -8120218 or 6690948. OLE color: 6690948.
HSL color Cylindrical-coordinate representation of color #841866: hue angle of 316.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 #841866 is Cyan = 0, Magento = 0.82, Yellow = 0.23 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 24 | 102 | - |
| CMYK | 0 | 0.82 | 0.23 | 0.48 |
| HSL | 316.67º | 0.69% | 0.31% | - |
| HSV(B) | 316.67º | 0.82% | 0.52% | - |
| XYZ | 12.24 | 6.52 | 13.18 | - |
| YUV | 65.18 | 148.78 | 175.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 24 | 102 | 0 | 0.82 | 0.23 | 0.48 | 316.67 | 0.69 | 0.31 |
| Hex | 84 | 18 | 66 | 0 | 52 | 17 | 30 | 13D | 45 | 1F |
| Octal | 204 | 30 | 146 | 0 | 122 | 27 | 60 | 475 | 105 | 37 |
| Binary | 10000100 | 11000 | 1100110 | 0 | 1010010 | 10111 | 110000 | 100111101 | 1000101 | 11111 |
Color Harmonies of #841866
Complementary color
Monochromatic Colors of #841866
Black with #841866
Text Example
Text Example
White with #841866
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #841866; }
p { color: rgb(132,24,102); }
H1.HeaderClassName
{
color: #841866;
}
.AnyTagClassName
{
color: #841866;
}
</style>
background-color css
<style>
a { background-color: #841866; }
a { background-color: rgb(132,24,102); }
div.DivClassName
{
background-color: #841866;
}
.BgClassName
{
background-color: #841866;
}
</style>
border-color css
<style>
span { border-color: #841866; }
span { border-color: rgb(132,24,102); }
td.TdClassName
{
border-color: #841866;
}
.TagClassName
{
border-color: #841866;
}
</style>