Shades of Dark Purple #840D6E
Tints of Dark Purple #840D6E
RGB
CMYK
RGB Variations
Color information
#840D6E (or 0x840D6E) is known color: Dark Purple. HEX triplet: 84, 0D and 6E. RGB value is (132,13,110). Sum of RGB (Red+Green+Blue) = 132+13+110=255 (33% of max value = 765). Red value is 132 (51.95% from 255 or 51.76% from 255); Green value is 13 (5.47% from 255 or 5.10% from 255); Blue value is 110 (43.36% from 255 or 43.14% from 255); Max value from RGB is 132 - color contains mainly: red. Hex color #840D6E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #840D6E is #7BF291. Grayscale: #3B3B3B. Windows color (decimal): -8123026 or 7212420. OLE color: 7212420.
HSL color Cylindrical-coordinate representation of color #840D6E: hue angle of 311.09º degrees, saturation: 0.82, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #840D6E is Cyan = 0, Magento = 0.90, Yellow = 0.17 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 13 | 110 | - |
| CMYK | 0 | 0.90 | 0.17 | 0.48 |
| HSL | 311.09º | 0.82% | 0.28% | - |
| HSV(B) | 311.09º | 0.9% | 0.52% | - |
| XYZ | 12.47 | 6.32 | 15.31 | - |
| YUV | 59.64 | 156.42 | 179.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 13 | 110 | 0 | 0.90 | 0.17 | 0.48 | 311.09 | 0.82 | 0.28 |
| Hex | 84 | D | 6E | 0 | 5A | 11 | 30 | 137 | 52 | 1C |
| Octal | 204 | 15 | 156 | 0 | 132 | 21 | 60 | 467 | 122 | 34 |
| Binary | 10000100 | 1101 | 1101110 | 0 | 1011010 | 10001 | 110000 | 100110111 | 1010010 | 11100 |
Color Harmonies of #840D6E
Complementary color
Monochromatic Colors of #840D6E
Black with #840D6E
Text Example
Text Example
White with #840D6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #840D6E; }
p { color: rgb(132,13,110); }
H1.HeaderClassName
{
color: #840D6E;
}
.AnyTagClassName
{
color: #840D6E;
}
</style>
background-color css
<style>
a { background-color: #840D6E; }
a { background-color: rgb(132,13,110); }
div.DivClassName
{
background-color: #840D6E;
}
.BgClassName
{
background-color: #840D6E;
}
</style>
border-color css
<style>
span { border-color: #840D6E; }
span { border-color: rgb(132,13,110); }
td.TdClassName
{
border-color: #840D6E;
}
.TagClassName
{
border-color: #840D6E;
}
</style>