Shades of Dark Purple #84147B
Tints of Dark Purple #84147B
RGB
CMYK
RGB Variations
Color information
#84147B (or 0x84147B) is known color: Dark Purple. HEX triplet: 84, 14 and 7B. RGB value is (132,20,123). Sum of RGB (Red+Green+Blue) = 132+20+123=275 (36% of max value = 765). Red value is 132 (51.95% from 255 or 48% from 275); Green value is 20 (8.20% from 255 or 7.27% from 275); Blue value is 123 (48.44% from 255 or 44.73% from 275); Max value from RGB is 132 - color contains mainly: red. Hex color #84147B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #84147B is #7BEB84. Grayscale: #404040. Windows color (decimal): -8121221 or 8066180. OLE color: 8066180.
HSL color Cylindrical-coordinate representation of color #84147B: hue angle of 304.82º 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 #84147B is Cyan = 0, Magento = 0.85, Yellow = 0.07 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 20 | 123 | - |
| CMYK | 0 | 0.85 | 0.07 | 0.48 |
| HSL | 304.82º | 0.74% | 0.3% | - |
| HSV(B) | 304.82º | 0.85% | 0.52% | - |
| XYZ | 13.34 | 6.84 | 19.36 | - |
| YUV | 65.23 | 160.61 | 175.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 20 | 123 | 0 | 0.85 | 0.07 | 0.48 | 304.82 | 0.74 | 0.3 |
| Hex | 84 | 14 | 7B | 0 | 55 | 7 | 30 | 131 | 4A | 1E |
| Octal | 204 | 24 | 173 | 0 | 125 | 7 | 60 | 461 | 112 | 36 |
| Binary | 10000100 | 10100 | 1111011 | 0 | 1010101 | 111 | 110000 | 100110001 | 1001010 | 11110 |
Color Harmonies of #84147B
Complementary color
Monochromatic Colors of #84147B
Black with #84147B
Text Example
Text Example
White with #84147B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84147B; }
p { color: rgb(132,20,123); }
H1.HeaderClassName
{
color: #84147B;
}
.AnyTagClassName
{
color: #84147B;
}
</style>
background-color css
<style>
a { background-color: #84147B; }
a { background-color: rgb(132,20,123); }
div.DivClassName
{
background-color: #84147B;
}
.BgClassName
{
background-color: #84147B;
}
</style>
border-color css
<style>
span { border-color: #84147B; }
span { border-color: rgb(132,20,123); }
td.TdClassName
{
border-color: #84147B;
}
.TagClassName
{
border-color: #84147B;
}
</style>