Shades of Dark Purple #84386B
Tints of Dark Purple #84386B
RGB
CMYK
RGB Variations
Color information
#84386B (or 0x84386B) is known color: Dark Purple. HEX triplet: 84, 38 and 6B. RGB value is (132,56,107). Sum of RGB (Red+Green+Blue) = 132+56+107=295 (39% of max value = 765). Red value is 132 (51.95% from 255 or 44.75% from 295); Green value is 56 (22.27% from 255 or 18.98% from 295); Blue value is 107 (42.19% from 255 or 36.27% from 295); Max value from RGB is 132 - color contains mainly: red. Hex color #84386B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #84386B is #7BC794. Grayscale: #545454. Windows color (decimal): -8112021 or 7026820. OLE color: 7026820.
HSL color Cylindrical-coordinate representation of color #84386B: hue angle of 319.74º degrees, saturation: 0.4, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #84386B is Cyan = 0, Magento = 0.58, Yellow = 0.19 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 56 | 107 | - |
| CMYK | 0 | 0.58 | 0.19 | 0.48 |
| HSL | 319.74º | 0.4% | 0.37% | - |
| HSV(B) | 319.74º | 0.58% | 0.52% | - |
| XYZ | 13.58 | 8.8 | 14.89 | - |
| YUV | 84.54 | 140.68 | 161.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 56 | 107 | 0 | 0.58 | 0.19 | 0.48 | 319.74 | 0.4 | 0.37 |
| Hex | 84 | 38 | 6B | 0 | 3A | 13 | 30 | 140 | 28 | 25 |
| Octal | 204 | 70 | 153 | 0 | 72 | 23 | 60 | 500 | 50 | 45 |
| Binary | 10000100 | 111000 | 1101011 | 0 | 111010 | 10011 | 110000 | 101000000 | 101000 | 100101 |
Color Harmonies of #84386B
Complementary color
Monochromatic Colors of #84386B
Black with #84386B
Text Example
Text Example
White with #84386B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84386B; }
p { color: rgb(132,56,107); }
H1.HeaderClassName
{
color: #84386B;
}
.AnyTagClassName
{
color: #84386B;
}
</style>
background-color css
<style>
a { background-color: #84386B; }
a { background-color: rgb(132,56,107); }
div.DivClassName
{
background-color: #84386B;
}
.BgClassName
{
background-color: #84386B;
}
</style>
border-color css
<style>
span { border-color: #84386B; }
span { border-color: rgb(132,56,107); }
td.TdClassName
{
border-color: #84386B;
}
.TagClassName
{
border-color: #84386B;
}
</style>