Shades of Dark Purple #84226D
Tints of Dark Purple #84226D
RGB
CMYK
RGB Variations
Color information
#84226D (or 0x84226D) is known color: Dark Purple. HEX triplet: 84, 22 and 6D. RGB value is (132,34,109). Sum of RGB (Red+Green+Blue) = 132+34+109=275 (36% of max value = 765). Red value is 132 (51.95% from 255 or 48% from 275); Green value is 34 (13.67% from 255 or 12.36% from 275); Blue value is 109 (42.97% from 255 or 39.64% from 275); Max value from RGB is 132 - color contains mainly: red. Hex color #84226D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #84226D is #7BDD92. Grayscale: #474747. Windows color (decimal): -8117651 or 7152260. OLE color: 7152260.
HSL color Cylindrical-coordinate representation of color #84226D: hue angle of 314.08º degrees, saturation: 0.59, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #84226D is Cyan = 0, Magento = 0.74, Yellow = 0.17 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 34 | 109 | - |
| CMYK | 0 | 0.74 | 0.17 | 0.48 |
| HSL | 314.08º | 0.59% | 0.33% | - |
| HSV(B) | 314.08º | 0.74% | 0.52% | - |
| XYZ | 12.85 | 7.15 | 15.17 | - |
| YUV | 71.85 | 148.97 | 170.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 34 | 109 | 0 | 0.74 | 0.17 | 0.48 | 314.08 | 0.59 | 0.33 |
| Hex | 84 | 22 | 6D | 0 | 4A | 11 | 30 | 13A | 3B | 21 |
| Octal | 204 | 42 | 155 | 0 | 112 | 21 | 60 | 472 | 73 | 41 |
| Binary | 10000100 | 100010 | 1101101 | 0 | 1001010 | 10001 | 110000 | 100111010 | 111011 | 100001 |
Color Harmonies of #84226D
Complementary color
Monochromatic Colors of #84226D
Black with #84226D
Text Example
Text Example
White with #84226D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84226D; }
p { color: rgb(132,34,109); }
H1.HeaderClassName
{
color: #84226D;
}
.AnyTagClassName
{
color: #84226D;
}
</style>
background-color css
<style>
a { background-color: #84226D; }
a { background-color: rgb(132,34,109); }
div.DivClassName
{
background-color: #84226D;
}
.BgClassName
{
background-color: #84226D;
}
</style>
border-color css
<style>
span { border-color: #84226D; }
span { border-color: rgb(132,34,109); }
td.TdClassName
{
border-color: #84226D;
}
.TagClassName
{
border-color: #84226D;
}
</style>