Shades of Dark Purple #84126C
Tints of Dark Purple #84126C
RGB
CMYK
RGB Variations
Color information
#84126C (or 0x84126C) is known color: Dark Purple. HEX triplet: 84, 12 and 6C. RGB value is (132,18,108). Sum of RGB (Red+Green+Blue) = 132+18+108=258 (34% of max value = 765). Red value is 132 (51.95% from 255 or 51.16% from 258); Green value is 18 (7.42% from 255 or 6.98% from 258); Blue value is 108 (42.58% from 255 or 41.86% from 258); Max value from RGB is 132 - color contains mainly: red. Hex color #84126C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #84126C is #7BED93. Grayscale: #3E3E3E. Windows color (decimal): -8121748 or 7082628. OLE color: 7082628.
HSL color Cylindrical-coordinate representation of color #84126C: hue angle of 312.63º degrees, saturation: 0.76, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #84126C is Cyan = 0, Magento = 0.86, Yellow = 0.18 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 18 | 108 | - |
| CMYK | 0 | 0.86 | 0.18 | 0.48 |
| HSL | 312.63º | 0.76% | 0.29% | - |
| HSV(B) | 312.63º | 0.86% | 0.52% | - |
| XYZ | 12.44 | 6.42 | 14.77 | - |
| YUV | 62.35 | 153.77 | 177.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 18 | 108 | 0 | 0.86 | 0.18 | 0.48 | 312.63 | 0.76 | 0.29 |
| Hex | 84 | 12 | 6C | 0 | 56 | 12 | 30 | 139 | 4C | 1D |
| Octal | 204 | 22 | 154 | 0 | 126 | 22 | 60 | 471 | 114 | 35 |
| Binary | 10000100 | 10010 | 1101100 | 0 | 1010110 | 10010 | 110000 | 100111001 | 1001100 | 11101 |
Color Harmonies of #84126C
Complementary color
Monochromatic Colors of #84126C
Black with #84126C
Text Example
Text Example
White with #84126C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84126C; }
p { color: rgb(132,18,108); }
H1.HeaderClassName
{
color: #84126C;
}
.AnyTagClassName
{
color: #84126C;
}
</style>
background-color css
<style>
a { background-color: #84126C; }
a { background-color: rgb(132,18,108); }
div.DivClassName
{
background-color: #84126C;
}
.BgClassName
{
background-color: #84126C;
}
</style>
border-color css
<style>
span { border-color: #84126C; }
span { border-color: rgb(132,18,108); }
td.TdClassName
{
border-color: #84126C;
}
.TagClassName
{
border-color: #84126C;
}
</style>