Shades of Dark Purple #842869
Tints of Dark Purple #842869
RGB
CMYK
RGB Variations
Color information
#842869 (or 0x842869) is known color: Dark Purple. HEX triplet: 84, 28 and 69. RGB value is (132,40,105). Sum of RGB (Red+Green+Blue) = 132+40+105=277 (36% of max value = 765). Red value is 132 (51.95% from 255 or 47.65% from 277); Green value is 40 (16.02% from 255 or 14.44% from 277); Blue value is 105 (41.41% from 255 or 37.91% from 277); Max value from RGB is 132 - color contains mainly: red. Hex color #842869 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #842869 is #7BD796. Grayscale: #4A4A4A. Windows color (decimal): -8116119 or 6891652. OLE color: 6891652.
HSL color Cylindrical-coordinate representation of color #842869: hue angle of 317.61º degrees, saturation: 0.53, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #842869 is Cyan = 0, Magento = 0.70, Yellow = 0.20 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 40 | 105 | - |
| CMYK | 0 | 0.70 | 0.20 | 0.48 |
| HSL | 317.61º | 0.53% | 0.34% | - |
| HSV(B) | 317.61º | 0.7% | 0.52% | - |
| XYZ | 12.82 | 7.44 | 14.13 | - |
| YUV | 74.92 | 144.98 | 168.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 40 | 105 | 0 | 0.70 | 0.20 | 0.48 | 317.61 | 0.53 | 0.34 |
| Hex | 84 | 28 | 69 | 0 | 46 | 14 | 30 | 13E | 35 | 22 |
| Octal | 204 | 50 | 151 | 0 | 106 | 24 | 60 | 476 | 65 | 42 |
| Binary | 10000100 | 101000 | 1101001 | 0 | 1000110 | 10100 | 110000 | 100111110 | 110101 | 100010 |
Color Harmonies of #842869
Complementary color
Monochromatic Colors of #842869
Black with #842869
Text Example
Text Example
White with #842869
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #842869; }
p { color: rgb(132,40,105); }
H1.HeaderClassName
{
color: #842869;
}
.AnyTagClassName
{
color: #842869;
}
</style>
background-color css
<style>
a { background-color: #842869; }
a { background-color: rgb(132,40,105); }
div.DivClassName
{
background-color: #842869;
}
.BgClassName
{
background-color: #842869;
}
</style>
border-color css
<style>
span { border-color: #842869; }
span { border-color: rgb(132,40,105); }
td.TdClassName
{
border-color: #842869;
}
.TagClassName
{
border-color: #842869;
}
</style>