Shades of Dark Purple #84177D
Tints of Dark Purple #84177D
RGB
CMYK
RGB Variations
Color information
#84177D (or 0x84177D) is known color: Dark Purple. HEX triplet: 84, 17 and 7D. RGB value is (132,23,125). Sum of RGB (Red+Green+Blue) = 132+23+125=280 (37% of max value = 765). Red value is 132 (51.95% from 255 or 47.14% from 280); Green value is 23 (9.38% from 255 or 8.21% from 280); Blue value is 125 (49.22% from 255 or 44.64% from 280); Max value from RGB is 132 - color contains mainly: red. Hex color #84177D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #84177D is #7BE882. Grayscale: #424242. Windows color (decimal): -8120451 or 8198020. OLE color: 8198020.
HSL color Cylindrical-coordinate representation of color #84177D: hue angle of 303.85º degrees, saturation: 0.7, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #84177D is Cyan = 0, Magento = 0.83, Yellow = 0.05 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 23 | 125 | - |
| CMYK | 0 | 0.83 | 0.05 | 0.48 |
| HSL | 303.85º | 0.7% | 0.3% | - |
| HSV(B) | 303.85º | 0.83% | 0.52% | - |
| XYZ | 13.52 | 7 | 20.04 | - |
| YUV | 67.22 | 160.61 | 174.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 23 | 125 | 0 | 0.83 | 0.05 | 0.48 | 303.85 | 0.7 | 0.3 |
| Hex | 84 | 17 | 7D | 0 | 53 | 5 | 30 | 130 | 46 | 1E |
| Octal | 204 | 27 | 175 | 0 | 123 | 5 | 60 | 460 | 106 | 36 |
| Binary | 10000100 | 10111 | 1111101 | 0 | 1010011 | 101 | 110000 | 100110000 | 1000110 | 11110 |
Color Harmonies of #84177D
Complementary color
Monochromatic Colors of #84177D
Black with #84177D
Text Example
Text Example
White with #84177D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84177D; }
p { color: rgb(132,23,125); }
H1.HeaderClassName
{
color: #84177D;
}
.AnyTagClassName
{
color: #84177D;
}
</style>
background-color css
<style>
a { background-color: #84177D; }
a { background-color: rgb(132,23,125); }
div.DivClassName
{
background-color: #84177D;
}
.BgClassName
{
background-color: #84177D;
}
</style>
border-color css
<style>
span { border-color: #84177D; }
span { border-color: rgb(132,23,125); }
td.TdClassName
{
border-color: #84177D;
}
.TagClassName
{
border-color: #84177D;
}
</style>