Shades of Dark Purple #84146F
Tints of Dark Purple #84146F
RGB
CMYK
RGB Variations
Color information
#84146F (or 0x84146F) is known color: Dark Purple. HEX triplet: 84, 14 and 6F. RGB value is (132,20,111). Sum of RGB (Red+Green+Blue) = 132+20+111=263 (34% of max value = 765). Red value is 132 (51.95% from 255 or 50.19% from 263); Green value is 20 (8.20% from 255 or 7.60% from 263); Blue value is 111 (43.75% from 255 or 42.21% from 263); Max value from RGB is 132 - color contains mainly: red. Hex color #84146F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #84146F is #7BEB90. Grayscale: #3F3F3F. Windows color (decimal): -8121233 or 7279748. OLE color: 7279748.
HSL color Cylindrical-coordinate representation of color #84146F: hue angle of 311.25º degrees, saturation: 0.74, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #84146F is Cyan = 0, Magento = 0.85, Yellow = 0.16 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 20 | 111 | - |
| CMYK | 0 | 0.85 | 0.16 | 0.48 |
| HSL | 311.25º | 0.74% | 0.3% | - |
| HSV(B) | 311.25º | 0.85% | 0.52% | - |
| XYZ | 12.64 | 6.55 | 15.64 | - |
| YUV | 63.86 | 154.61 | 176.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 20 | 111 | 0 | 0.85 | 0.16 | 0.48 | 311.25 | 0.74 | 0.3 |
| Hex | 84 | 14 | 6F | 0 | 55 | 10 | 30 | 137 | 4A | 1E |
| Octal | 204 | 24 | 157 | 0 | 125 | 20 | 60 | 467 | 112 | 36 |
| Binary | 10000100 | 10100 | 1101111 | 0 | 1010101 | 10000 | 110000 | 100110111 | 1001010 | 11110 |
Color Harmonies of #84146F
Complementary color
Monochromatic Colors of #84146F
Black with #84146F
Text Example
Text Example
White with #84146F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84146F; }
p { color: rgb(132,20,111); }
H1.HeaderClassName
{
color: #84146F;
}
.AnyTagClassName
{
color: #84146F;
}
</style>
background-color css
<style>
a { background-color: #84146F; }
a { background-color: rgb(132,20,111); }
div.DivClassName
{
background-color: #84146F;
}
.BgClassName
{
background-color: #84146F;
}
</style>
border-color css
<style>
span { border-color: #84146F; }
span { border-color: rgb(132,20,111); }
td.TdClassName
{
border-color: #84146F;
}
.TagClassName
{
border-color: #84146F;
}
</style>