Shades of Dark Purple #84336F
Tints of Dark Purple #84336F
RGB
CMYK
RGB Variations
Color information
#84336F (or 0x84336F) is known color: Dark Purple. HEX triplet: 84, 33 and 6F. RGB value is (132,51,111). Sum of RGB (Red+Green+Blue) = 132+51+111=294 (38% of max value = 765). Red value is 132 (51.95% from 255 or 44.90% from 294); Green value is 51 (20.31% from 255 or 17.35% from 294); Blue value is 111 (43.75% from 255 or 37.76% from 294); Max value from RGB is 132 - color contains mainly: red. Hex color #84336F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #84336F is #7BCC90. Grayscale: #515151. Windows color (decimal): -8113297 or 7287684. OLE color: 7287684.
HSL color Cylindrical-coordinate representation of color #84336F: hue angle of 315.56º degrees, saturation: 0.44, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #84336F is Cyan = 0, Magento = 0.61, Yellow = 0.16 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 51 | 111 | - |
| CMYK | 0 | 0.61 | 0.16 | 0.48 |
| HSL | 315.56º | 0.44% | 0.36% | - |
| HSV(B) | 315.56º | 0.61% | 0.52% | - |
| XYZ | 13.57 | 8.42 | 15.95 | - |
| YUV | 82.06 | 144.34 | 163.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 51 | 111 | 0 | 0.61 | 0.16 | 0.48 | 315.56 | 0.44 | 0.36 |
| Hex | 84 | 33 | 6F | 0 | 3D | 10 | 30 | 13C | 2C | 24 |
| Octal | 204 | 63 | 157 | 0 | 75 | 20 | 60 | 474 | 54 | 44 |
| Binary | 10000100 | 110011 | 1101111 | 0 | 111101 | 10000 | 110000 | 100111100 | 101100 | 100100 |
Color Harmonies of #84336F
Complementary color
Monochromatic Colors of #84336F
Black with #84336F
Text Example
Text Example
White with #84336F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84336F; }
p { color: rgb(132,51,111); }
H1.HeaderClassName
{
color: #84336F;
}
.AnyTagClassName
{
color: #84336F;
}
</style>
background-color css
<style>
a { background-color: #84336F; }
a { background-color: rgb(132,51,111); }
div.DivClassName
{
background-color: #84336F;
}
.BgClassName
{
background-color: #84336F;
}
</style>
border-color css
<style>
span { border-color: #84336F; }
span { border-color: rgb(132,51,111); }
td.TdClassName
{
border-color: #84336F;
}
.TagClassName
{
border-color: #84336F;
}
</style>