Shades of Dark Purple #84236D
Tints of Dark Purple #84236D
RGB
CMYK
RGB Variations
Color information
#84236D (or 0x84236D) is known color: Dark Purple. HEX triplet: 84, 23 and 6D. RGB value is (132,35,109). Sum of RGB (Red+Green+Blue) = 132+35+109=276 (36% of max value = 765). Red value is 132 (51.95% from 255 or 47.83% from 276); Green value is 35 (14.06% from 255 or 12.68% from 276); Blue value is 109 (42.97% from 255 or 39.49% from 276); Max value from RGB is 132 - color contains mainly: red. Hex color #84236D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #84236D is #7BDC92. Grayscale: #484848. Windows color (decimal): -8117395 or 7152516. OLE color: 7152516.
HSL color Cylindrical-coordinate representation of color #84236D: hue angle of 314.23º degrees, saturation: 0.58, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #84236D is Cyan = 0, Magento = 0.73, Yellow = 0.17 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 35 | 109 | - |
| CMYK | 0 | 0.73 | 0.17 | 0.48 |
| HSL | 314.23º | 0.58% | 0.33% | - |
| HSV(B) | 314.23º | 0.73% | 0.52% | - |
| XYZ | 12.88 | 7.21 | 15.18 | - |
| YUV | 72.44 | 148.64 | 170.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 35 | 109 | 0 | 0.73 | 0.17 | 0.48 | 314.23 | 0.58 | 0.33 |
| Hex | 84 | 23 | 6D | 0 | 49 | 11 | 30 | 13A | 3A | 21 |
| Octal | 204 | 43 | 155 | 0 | 111 | 21 | 60 | 472 | 72 | 41 |
| Binary | 10000100 | 100011 | 1101101 | 0 | 1001001 | 10001 | 110000 | 100111010 | 111010 | 100001 |
Color Harmonies of #84236D
Complementary color
Monochromatic Colors of #84236D
Black with #84236D
Text Example
Text Example
White with #84236D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84236D; }
p { color: rgb(132,35,109); }
H1.HeaderClassName
{
color: #84236D;
}
.AnyTagClassName
{
color: #84236D;
}
</style>
background-color css
<style>
a { background-color: #84236D; }
a { background-color: rgb(132,35,109); }
div.DivClassName
{
background-color: #84236D;
}
.BgClassName
{
background-color: #84236D;
}
</style>
border-color css
<style>
span { border-color: #84236D; }
span { border-color: rgb(132,35,109); }
td.TdClassName
{
border-color: #84236D;
}
.TagClassName
{
border-color: #84236D;
}
</style>