Shades of Dark Purple #84396C
Tints of Dark Purple #84396C
RGB
CMYK
RGB Variations
Color information
#84396C (or 0x84396C) is known color: Dark Purple. HEX triplet: 84, 39 and 6C. RGB value is (132,57,108). Sum of RGB (Red+Green+Blue) = 132+57+108=297 (39% of max value = 765). Red value is 132 (51.95% from 255 or 44.44% from 297); Green value is 57 (22.66% from 255 or 19.19% from 297); Blue value is 108 (42.58% from 255 or 36.36% from 297); Max value from RGB is 132 - color contains mainly: red. Hex color #84396C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #84396C is #7BC693. Grayscale: #555555. Windows color (decimal): -8111764 or 7092612. OLE color: 7092612.
HSL color Cylindrical-coordinate representation of color #84396C: hue angle of 319.2º degrees, saturation: 0.4, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #84396C is Cyan = 0, Magento = 0.57, Yellow = 0.18 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 57 | 108 | - |
| CMYK | 0 | 0.57 | 0.18 | 0.48 |
| HSL | 319.2º | 0.4% | 0.37% | - |
| HSV(B) | 319.2º | 0.57% | 0.52% | - |
| XYZ | 13.69 | 8.91 | 15.19 | - |
| YUV | 85.24 | 140.85 | 161.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 57 | 108 | 0 | 0.57 | 0.18 | 0.48 | 319.2 | 0.4 | 0.37 |
| Hex | 84 | 39 | 6C | 0 | 39 | 12 | 30 | 13F | 28 | 25 |
| Octal | 204 | 71 | 154 | 0 | 71 | 22 | 60 | 477 | 50 | 45 |
| Binary | 10000100 | 111001 | 1101100 | 0 | 111001 | 10010 | 110000 | 100111111 | 101000 | 100101 |
Color Harmonies of #84396C
Complementary color
Monochromatic Colors of #84396C
Black with #84396C
Text Example
Text Example
White with #84396C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84396C; }
p { color: rgb(132,57,108); }
H1.HeaderClassName
{
color: #84396C;
}
.AnyTagClassName
{
color: #84396C;
}
</style>
background-color css
<style>
a { background-color: #84396C; }
a { background-color: rgb(132,57,108); }
div.DivClassName
{
background-color: #84396C;
}
.BgClassName
{
background-color: #84396C;
}
</style>
border-color css
<style>
span { border-color: #84396C; }
span { border-color: rgb(132,57,108); }
td.TdClassName
{
border-color: #84396C;
}
.TagClassName
{
border-color: #84396C;
}
</style>