Shades of Dark Purple #84236A
Tints of Dark Purple #84236A
RGB
CMYK
RGB Variations
Color information
#84236A (or 0x84236A) is known color: Dark Purple. HEX triplet: 84, 23 and 6A. RGB value is (132,35,106). Sum of RGB (Red+Green+Blue) = 132+35+106=273 (36% of max value = 765). Red value is 132 (51.95% from 255 or 48.35% from 273); Green value is 35 (14.06% from 255 or 12.82% from 273); Blue value is 106 (41.80% from 255 or 38.83% from 273); Max value from RGB is 132 - color contains mainly: red. Hex color #84236A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #84236A is #7BDC95. Grayscale: #474747. Windows color (decimal): -8117398 or 6955908. OLE color: 6955908.
HSL color Cylindrical-coordinate representation of color #84236A: hue angle of 316.08º 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 #84236A is Cyan = 0, Magento = 0.73, Yellow = 0.20 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 35 | 106 | - |
| CMYK | 0 | 0.73 | 0.20 | 0.48 |
| HSL | 316.08º | 0.58% | 0.33% | - |
| HSV(B) | 316.08º | 0.73% | 0.52% | - |
| XYZ | 12.72 | 7.15 | 14.35 | - |
| YUV | 72.1 | 147.14 | 170.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 35 | 106 | 0 | 0.73 | 0.20 | 0.48 | 316.08 | 0.58 | 0.33 |
| Hex | 84 | 23 | 6A | 0 | 49 | 14 | 30 | 13C | 3A | 21 |
| Octal | 204 | 43 | 152 | 0 | 111 | 24 | 60 | 474 | 72 | 41 |
| Binary | 10000100 | 100011 | 1101010 | 0 | 1001001 | 10100 | 110000 | 100111100 | 111010 | 100001 |
Color Harmonies of #84236A
Complementary color
Monochromatic Colors of #84236A
Black with #84236A
Text Example
Text Example
White with #84236A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84236A; }
p { color: rgb(132,35,106); }
H1.HeaderClassName
{
color: #84236A;
}
.AnyTagClassName
{
color: #84236A;
}
</style>
background-color css
<style>
a { background-color: #84236A; }
a { background-color: rgb(132,35,106); }
div.DivClassName
{
background-color: #84236A;
}
.BgClassName
{
background-color: #84236A;
}
</style>
border-color css
<style>
span { border-color: #84236A; }
span { border-color: rgb(132,35,106); }
td.TdClassName
{
border-color: #84236A;
}
.TagClassName
{
border-color: #84236A;
}
</style>