Shades of Dark Purple #84136A
Tints of Dark Purple #84136A
RGB
CMYK
RGB Variations
Color information
#84136A (or 0x84136A) is known color: Dark Purple. HEX triplet: 84, 13 and 6A. RGB value is (132,19,106). Sum of RGB (Red+Green+Blue) = 132+19+106=257 (34% of max value = 765). Red value is 132 (51.95% from 255 or 51.36% from 257); Green value is 19 (7.81% from 255 or 7.39% from 257); Blue value is 106 (41.80% from 255 or 41.25% from 257); Max value from RGB is 132 - color contains mainly: red. Hex color #84136A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #84136A is #7BEC95. Grayscale: #3E3E3E. Windows color (decimal): -8121494 or 6951812. OLE color: 6951812.
HSL color Cylindrical-coordinate representation of color #84136A: hue angle of 313.81º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #84136A is Cyan = 0, Magento = 0.86, Yellow = 0.20 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 19 | 106 | - |
| CMYK | 0 | 0.86 | 0.20 | 0.48 |
| HSL | 313.81º | 0.75% | 0.3% | - |
| HSV(B) | 313.81º | 0.86% | 0.52% | - |
| XYZ | 12.35 | 6.41 | 14.22 | - |
| YUV | 62.71 | 152.44 | 177.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 19 | 106 | 0 | 0.86 | 0.20 | 0.48 | 313.81 | 0.75 | 0.3 |
| Hex | 84 | 13 | 6A | 0 | 56 | 14 | 30 | 13A | 4B | 1E |
| Octal | 204 | 23 | 152 | 0 | 126 | 24 | 60 | 472 | 113 | 36 |
| Binary | 10000100 | 10011 | 1101010 | 0 | 1010110 | 10100 | 110000 | 100111010 | 1001011 | 11110 |
Color Harmonies of #84136A
Complementary color
Monochromatic Colors of #84136A
Black with #84136A
Text Example
Text Example
White with #84136A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84136A; }
p { color: rgb(132,19,106); }
H1.HeaderClassName
{
color: #84136A;
}
.AnyTagClassName
{
color: #84136A;
}
</style>
background-color css
<style>
a { background-color: #84136A; }
a { background-color: rgb(132,19,106); }
div.DivClassName
{
background-color: #84136A;
}
.BgClassName
{
background-color: #84136A;
}
</style>
border-color css
<style>
span { border-color: #84136A; }
span { border-color: rgb(132,19,106); }
td.TdClassName
{
border-color: #84136A;
}
.TagClassName
{
border-color: #84136A;
}
</style>