Shades of Dark Purple #841E66
Tints of Dark Purple #841E66
RGB
CMYK
RGB Variations
Color information
#841E66 (or 0x841E66) is known color: Dark Purple. HEX triplet: 84, 1E and 66. RGB value is (132,30,102). Sum of RGB (Red+Green+Blue) = 132+30+102=264 (34% of max value = 765). Red value is 132 (51.95% from 255 or 50% from 264); Green value is 30 (12.11% from 255 or 11.36% from 264); Blue value is 102 (40.23% from 255 or 38.64% from 264); Max value from RGB is 132 - color contains mainly: red. Hex color #841E66 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #841E66 is #7BE199. Grayscale: #444444. Windows color (decimal): -8118682 or 6692484. OLE color: 6692484.
HSL color Cylindrical-coordinate representation of color #841E66: hue angle of 317.65º degrees, saturation: 0.63, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #841E66 is Cyan = 0, Magento = 0.77, Yellow = 0.23 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 30 | 102 | - |
| CMYK | 0 | 0.77 | 0.23 | 0.48 |
| HSL | 317.65º | 0.63% | 0.32% | - |
| HSV(B) | 317.65º | 0.77% | 0.52% | - |
| XYZ | 12.38 | 6.79 | 13.23 | - |
| YUV | 68.71 | 146.79 | 173.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 30 | 102 | 0 | 0.77 | 0.23 | 0.48 | 317.65 | 0.63 | 0.32 |
| Hex | 84 | 1E | 66 | 0 | 4D | 17 | 30 | 13E | 3F | 20 |
| Octal | 204 | 36 | 146 | 0 | 115 | 27 | 60 | 476 | 77 | 40 |
| Binary | 10000100 | 11110 | 1100110 | 0 | 1001101 | 10111 | 110000 | 100111110 | 111111 | 100000 |
Color Harmonies of #841E66
Complementary color
Monochromatic Colors of #841E66
Black with #841E66
Text Example
Text Example
White with #841E66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #841E66; }
p { color: rgb(132,30,102); }
H1.HeaderClassName
{
color: #841E66;
}
.AnyTagClassName
{
color: #841E66;
}
</style>
background-color css
<style>
a { background-color: #841E66; }
a { background-color: rgb(132,30,102); }
div.DivClassName
{
background-color: #841E66;
}
.BgClassName
{
background-color: #841E66;
}
</style>
border-color css
<style>
span { border-color: #841E66; }
span { border-color: rgb(132,30,102); }
td.TdClassName
{
border-color: #841E66;
}
.TagClassName
{
border-color: #841E66;
}
</style>