Shades of Dark Purple #841869
Tints of Dark Purple #841869
RGB
CMYK
RGB Variations
Color information
#841869 (or 0x841869) is known color: Dark Purple. HEX triplet: 84, 18 and 69. RGB value is (132,24,105). Sum of RGB (Red+Green+Blue) = 132+24+105=261 (34% of max value = 765). Red value is 132 (51.95% from 255 or 50.57% from 261); Green value is 24 (9.77% from 255 or 9.20% from 261); Blue value is 105 (41.41% from 255 or 40.23% from 261); Max value from RGB is 132 - color contains mainly: red. Hex color #841869 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #841869 is #7BE796. Grayscale: #414141. Windows color (decimal): -8120215 or 6887556. OLE color: 6887556.
HSL color Cylindrical-coordinate representation of color #841869: hue angle of 315º 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 #841869 is Cyan = 0, Magento = 0.82, Yellow = 0.20 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 24 | 105 | - |
| CMYK | 0 | 0.82 | 0.20 | 0.48 |
| HSL | 315º | 0.69% | 0.31% | - |
| HSV(B) | 315º | 0.82% | 0.52% | - |
| XYZ | 12.39 | 6.58 | 13.98 | - |
| YUV | 65.53 | 150.28 | 175.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 24 | 105 | 0 | 0.82 | 0.20 | 0.48 | 315 | 0.69 | 0.31 |
| Hex | 84 | 18 | 69 | 0 | 52 | 14 | 30 | 13B | 45 | 1F |
| Octal | 204 | 30 | 151 | 0 | 122 | 24 | 60 | 473 | 105 | 37 |
| Binary | 10000100 | 11000 | 1101001 | 0 | 1010010 | 10100 | 110000 | 100111011 | 1000101 | 11111 |
Color Harmonies of #841869
Complementary color
Monochromatic Colors of #841869
Black with #841869
Text Example
Text Example
White with #841869
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #841869; }
p { color: rgb(132,24,105); }
H1.HeaderClassName
{
color: #841869;
}
.AnyTagClassName
{
color: #841869;
}
</style>
background-color css
<style>
a { background-color: #841869; }
a { background-color: rgb(132,24,105); }
div.DivClassName
{
background-color: #841869;
}
.BgClassName
{
background-color: #841869;
}
</style>
border-color css
<style>
span { border-color: #841869; }
span { border-color: rgb(132,24,105); }
td.TdClassName
{
border-color: #841869;
}
.TagClassName
{
border-color: #841869;
}
</style>