Shades of Dark Purple #84366C
Tints of Dark Purple #84366C
RGB
CMYK
RGB Variations
Color information
#84366C (or 0x84366C) is known color: Dark Purple. HEX triplet: 84, 36 and 6C. RGB value is (132,54,108). Sum of RGB (Red+Green+Blue) = 132+54+108=294 (38% of max value = 765). Red value is 132 (51.95% from 255 or 44.90% from 294); Green value is 54 (21.48% from 255 or 18.37% from 294); Blue value is 108 (42.58% from 255 or 36.73% from 294); Max value from RGB is 132 - color contains mainly: red. Hex color #84366C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #84366C is #7BC993. Grayscale: #535353. Windows color (decimal): -8112532 or 7091844. OLE color: 7091844.
HSL color Cylindrical-coordinate representation of color #84366C: hue angle of 318.46º degrees, saturation: 0.42, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #84366C is Cyan = 0, Magento = 0.59, Yellow = 0.18 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 54 | 108 | - |
| CMYK | 0 | 0.59 | 0.18 | 0.48 |
| HSL | 318.46º | 0.42% | 0.36% | - |
| HSV(B) | 318.46º | 0.59% | 0.52% | - |
| XYZ | 13.54 | 8.63 | 15.14 | - |
| YUV | 83.48 | 141.84 | 162.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 54 | 108 | 0 | 0.59 | 0.18 | 0.48 | 318.46 | 0.42 | 0.36 |
| Hex | 84 | 36 | 6C | 0 | 3B | 12 | 30 | 13E | 2A | 24 |
| Octal | 204 | 66 | 154 | 0 | 73 | 22 | 60 | 476 | 52 | 44 |
| Binary | 10000100 | 110110 | 1101100 | 0 | 111011 | 10010 | 110000 | 100111110 | 101010 | 100100 |
Color Harmonies of #84366C
Complementary color
Monochromatic Colors of #84366C
Black with #84366C
Text Example
Text Example
White with #84366C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84366C; }
p { color: rgb(132,54,108); }
H1.HeaderClassName
{
color: #84366C;
}
.AnyTagClassName
{
color: #84366C;
}
</style>
background-color css
<style>
a { background-color: #84366C; }
a { background-color: rgb(132,54,108); }
div.DivClassName
{
background-color: #84366C;
}
.BgClassName
{
background-color: #84366C;
}
</style>
border-color css
<style>
span { border-color: #84366C; }
span { border-color: rgb(132,54,108); }
td.TdClassName
{
border-color: #84366C;
}
.TagClassName
{
border-color: #84366C;
}
</style>