Shades of Dark Purple #84186B
Tints of Dark Purple #84186B
RGB
CMYK
RGB Variations
Color information
#84186B (or 0x84186B) is known color: Dark Purple. HEX triplet: 84, 18 and 6B. RGB value is (132,24,107). Sum of RGB (Red+Green+Blue) = 132+24+107=263 (34% of max value = 765). Red value is 132 (51.95% from 255 or 50.19% from 263); Green value is 24 (9.77% from 255 or 9.13% from 263); Blue value is 107 (42.19% from 255 or 40.68% from 263); Max value from RGB is 132 - color contains mainly: red. Hex color #84186B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #84186B is #7BE794. Grayscale: #414141. Windows color (decimal): -8120213 or 7018628. OLE color: 7018628.
HSL color Cylindrical-coordinate representation of color #84186B: hue angle of 313.89º degrees, saturation: 0.69, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #84186B is Cyan = 0, Magento = 0.82, Yellow = 0.19 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 24 | 107 | - |
| CMYK | 0 | 0.82 | 0.19 | 0.48 |
| HSL | 313.89º | 0.69% | 0.31% | - |
| HSV(B) | 313.89º | 0.82% | 0.52% | - |
| XYZ | 12.5 | 6.62 | 14.53 | - |
| YUV | 65.75 | 151.28 | 175.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 24 | 107 | 0 | 0.82 | 0.19 | 0.48 | 313.89 | 0.69 | 0.31 |
| Hex | 84 | 18 | 6B | 0 | 52 | 13 | 30 | 13A | 45 | 1F |
| Octal | 204 | 30 | 153 | 0 | 122 | 23 | 60 | 472 | 105 | 37 |
| Binary | 10000100 | 11000 | 1101011 | 0 | 1010010 | 10011 | 110000 | 100111010 | 1000101 | 11111 |
Color Harmonies of #84186B
Complementary color
Monochromatic Colors of #84186B
Black with #84186B
Text Example
Text Example
White with #84186B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84186B; }
p { color: rgb(132,24,107); }
H1.HeaderClassName
{
color: #84186B;
}
.AnyTagClassName
{
color: #84186B;
}
</style>
background-color css
<style>
a { background-color: #84186B; }
a { background-color: rgb(132,24,107); }
div.DivClassName
{
background-color: #84186B;
}
.BgClassName
{
background-color: #84186B;
}
</style>
border-color css
<style>
span { border-color: #84186B; }
span { border-color: rgb(132,24,107); }
td.TdClassName
{
border-color: #84186B;
}
.TagClassName
{
border-color: #84186B;
}
</style>