Shades of Dark Purple #841969
Tints of Dark Purple #841969
RGB
CMYK
RGB Variations
Color information
#841969 (or 0x841969) is known color: Dark Purple. HEX triplet: 84, 19 and 69. RGB value is (132,25,105). Sum of RGB (Red+Green+Blue) = 132+25+105=262 (34% of max value = 765). Red value is 132 (51.95% from 255 or 50.38% from 262); Green value is 25 (10.16% from 255 or 9.54% from 262); Blue value is 105 (41.41% from 255 or 40.08% from 262); Max value from RGB is 132 - color contains mainly: red. Hex color #841969 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #841969 is #7BE696. Grayscale: #414141. Windows color (decimal): -8119959 or 6887812. OLE color: 6887812.
HSL color Cylindrical-coordinate representation of color #841969: hue angle of 315.14º 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 #841969 is Cyan = 0, Magento = 0.81, Yellow = 0.20 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 25 | 105 | - |
| CMYK | 0 | 0.81 | 0.20 | 0.48 |
| HSL | 315.14º | 0.68% | 0.31% | - |
| HSV(B) | 315.14º | 0.81% | 0.52% | - |
| XYZ | 12.41 | 6.62 | 13.99 | - |
| YUV | 66.11 | 149.95 | 175 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 25 | 105 | 0 | 0.81 | 0.20 | 0.48 | 315.14 | 0.68 | 0.31 |
| Hex | 84 | 19 | 69 | 0 | 51 | 14 | 30 | 13B | 44 | 1F |
| Octal | 204 | 31 | 151 | 0 | 121 | 24 | 60 | 473 | 104 | 37 |
| Binary | 10000100 | 11001 | 1101001 | 0 | 1010001 | 10100 | 110000 | 100111011 | 1000100 | 11111 |
Color Harmonies of #841969
Complementary color
Monochromatic Colors of #841969
Black with #841969
Text Example
Text Example
White with #841969
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #841969; }
p { color: rgb(132,25,105); }
H1.HeaderClassName
{
color: #841969;
}
.AnyTagClassName
{
color: #841969;
}
</style>
background-color css
<style>
a { background-color: #841969; }
a { background-color: rgb(132,25,105); }
div.DivClassName
{
background-color: #841969;
}
.BgClassName
{
background-color: #841969;
}
</style>
border-color css
<style>
span { border-color: #841969; }
span { border-color: rgb(132,25,105); }
td.TdClassName
{
border-color: #841969;
}
.TagClassName
{
border-color: #841969;
}
</style>