Shades of Dark Purple #84106C
Tints of Dark Purple #84106C
RGB
CMYK
RGB Variations
Color information
#84106C (or 0x84106C) is known color: Dark Purple. HEX triplet: 84, 10 and 6C. RGB value is (132,16,108). Sum of RGB (Red+Green+Blue) = 132+16+108=256 (33% of max value = 765). Red value is 132 (51.95% from 255 or 51.56% from 256); Green value is 16 (6.64% from 255 or 6.25% from 256); Blue value is 108 (42.58% from 255 or 42.19% from 256); Max value from RGB is 132 - color contains mainly: red. Hex color #84106C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #84106C is #7BEF93. Grayscale: #3C3C3C. Windows color (decimal): -8122260 or 7082116. OLE color: 7082116.
HSL color Cylindrical-coordinate representation of color #84106C: hue angle of 312.41º 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 #84106C is Cyan = 0, Magento = 0.88, Yellow = 0.18 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 16 | 108 | - |
| CMYK | 0 | 0.88 | 0.18 | 0.48 |
| HSL | 312.41º | 0.78% | 0.29% | - |
| HSV(B) | 312.41º | 0.88% | 0.52% | - |
| XYZ | 12.41 | 6.36 | 14.76 | - |
| YUV | 61.17 | 154.43 | 178.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 16 | 108 | 0 | 0.88 | 0.18 | 0.48 | 312.41 | 0.78 | 0.29 |
| Hex | 84 | 10 | 6C | 0 | 58 | 12 | 30 | 138 | 4E | 1D |
| Octal | 204 | 20 | 154 | 0 | 130 | 22 | 60 | 470 | 116 | 35 |
| Binary | 10000100 | 10000 | 1101100 | 0 | 1011000 | 10010 | 110000 | 100111000 | 1001110 | 11101 |
Color Harmonies of #84106C
Complementary color
Monochromatic Colors of #84106C
Black with #84106C
Text Example
Text Example
White with #84106C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84106C; }
p { color: rgb(132,16,108); }
H1.HeaderClassName
{
color: #84106C;
}
.AnyTagClassName
{
color: #84106C;
}
</style>
background-color css
<style>
a { background-color: #84106C; }
a { background-color: rgb(132,16,108); }
div.DivClassName
{
background-color: #84106C;
}
.BgClassName
{
background-color: #84106C;
}
</style>
border-color css
<style>
span { border-color: #84106C; }
span { border-color: rgb(132,16,108); }
td.TdClassName
{
border-color: #84106C;
}
.TagClassName
{
border-color: #84106C;
}
</style>