Shades of Dark Purple #84106F
Tints of Dark Purple #84106F
RGB
CMYK
RGB Variations
Color information
#84106F (or 0x84106F) is known color: Dark Purple. HEX triplet: 84, 10 and 6F. RGB value is (132,16,111). Sum of RGB (Red+Green+Blue) = 132+16+111=259 (34% of max value = 765). Red value is 132 (51.95% from 255 or 50.97% from 259); Green value is 16 (6.64% from 255 or 6.18% from 259); Blue value is 111 (43.75% from 255 or 42.86% from 259); Max value from RGB is 132 - color contains mainly: red. Hex color #84106F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #84106F is #7BEF90. Grayscale: #3D3D3D. Windows color (decimal): -8122257 or 7278724. OLE color: 7278724.
HSL color Cylindrical-coordinate representation of color #84106F: hue angle of 310.86º degrees, saturation: 0.78, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #84106F is Cyan = 0, Magento = 0.88, Yellow = 0.16 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 16 | 111 | - |
| CMYK | 0 | 0.88 | 0.16 | 0.48 |
| HSL | 310.86º | 0.78% | 0.29% | - |
| HSV(B) | 310.86º | 0.88% | 0.52% | - |
| XYZ | 12.57 | 6.42 | 15.62 | - |
| YUV | 61.51 | 155.93 | 178.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 16 | 111 | 0 | 0.88 | 0.16 | 0.48 | 310.86 | 0.78 | 0.29 |
| Hex | 84 | 10 | 6F | 0 | 58 | 10 | 30 | 137 | 4E | 1D |
| Octal | 204 | 20 | 157 | 0 | 130 | 20 | 60 | 467 | 116 | 35 |
| Binary | 10000100 | 10000 | 1101111 | 0 | 1011000 | 10000 | 110000 | 100110111 | 1001110 | 11101 |
Color Harmonies of #84106F
Complementary color
Monochromatic Colors of #84106F
Black with #84106F
Text Example
Text Example
White with #84106F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84106F; }
p { color: rgb(132,16,111); }
H1.HeaderClassName
{
color: #84106F;
}
.AnyTagClassName
{
color: #84106F;
}
</style>
background-color css
<style>
a { background-color: #84106F; }
a { background-color: rgb(132,16,111); }
div.DivClassName
{
background-color: #84106F;
}
.BgClassName
{
background-color: #84106F;
}
</style>
border-color css
<style>
span { border-color: #84106F; }
span { border-color: rgb(132,16,111); }
td.TdClassName
{
border-color: #84106F;
}
.TagClassName
{
border-color: #84106F;
}
</style>