Shades of Dark Purple #84126E
Tints of Dark Purple #84126E
RGB
CMYK
RGB Variations
Color information
#84126E (or 0x84126E) is known color: Dark Purple. HEX triplet: 84, 12 and 6E. RGB value is (132,18,110). Sum of RGB (Red+Green+Blue) = 132+18+110=260 (34% of max value = 765). Red value is 132 (51.95% from 255 or 50.77% from 260); Green value is 18 (7.42% from 255 or 6.92% from 260); Blue value is 110 (43.36% from 255 or 42.31% from 260); Max value from RGB is 132 - color contains mainly: red. Hex color #84126E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #84126E is #7BED91. Grayscale: #3E3E3E. Windows color (decimal): -8121746 or 7213700. OLE color: 7213700.
HSL color Cylindrical-coordinate representation of color #84126E: hue angle of 311.58º 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 #84126E is Cyan = 0, Magento = 0.86, Yellow = 0.17 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 18 | 110 | - |
| CMYK | 0 | 0.86 | 0.17 | 0.48 |
| HSL | 311.58º | 0.76% | 0.29% | - |
| HSV(B) | 311.58º | 0.86% | 0.52% | - |
| XYZ | 12.55 | 6.46 | 15.34 | - |
| YUV | 62.57 | 154.77 | 177.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 18 | 110 | 0 | 0.86 | 0.17 | 0.48 | 311.58 | 0.76 | 0.29 |
| Hex | 84 | 12 | 6E | 0 | 56 | 11 | 30 | 138 | 4C | 1D |
| Octal | 204 | 22 | 156 | 0 | 126 | 21 | 60 | 470 | 114 | 35 |
| Binary | 10000100 | 10010 | 1101110 | 0 | 1010110 | 10001 | 110000 | 100111000 | 1001100 | 11101 |
Color Harmonies of #84126E
Complementary color
Monochromatic Colors of #84126E
Black with #84126E
Text Example
Text Example
White with #84126E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84126E; }
p { color: rgb(132,18,110); }
H1.HeaderClassName
{
color: #84126E;
}
.AnyTagClassName
{
color: #84126E;
}
</style>
background-color css
<style>
a { background-color: #84126E; }
a { background-color: rgb(132,18,110); }
div.DivClassName
{
background-color: #84126E;
}
.BgClassName
{
background-color: #84126E;
}
</style>
border-color css
<style>
span { border-color: #84126E; }
span { border-color: rgb(132,18,110); }
td.TdClassName
{
border-color: #84126E;
}
.TagClassName
{
border-color: #84126E;
}
</style>