Shades of Dark Purple #84296E
Tints of Dark Purple #84296E
RGB
CMYK
RGB Variations
Color information
#84296E (or 0x84296E) is known color: Dark Purple. HEX triplet: 84, 29 and 6E. RGB value is (132,41,110). Sum of RGB (Red+Green+Blue) = 132+41+110=283 (37% of max value = 765). Red value is 132 (51.95% from 255 or 46.64% from 283); Green value is 41 (16.41% from 255 or 14.49% from 283); Blue value is 110 (43.36% from 255 or 38.87% from 283); Max value from RGB is 132 - color contains mainly: red. Hex color #84296E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #84296E is #7BD691. Grayscale: #4B4B4B. Windows color (decimal): -8115858 or 7219588. OLE color: 7219588.
HSL color Cylindrical-coordinate representation of color #84296E: hue angle of 314.51º degrees, saturation: 0.53, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #84296E is Cyan = 0, Magento = 0.69, Yellow = 0.17 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 41 | 110 | - |
| CMYK | 0 | 0.69 | 0.17 | 0.48 |
| HSL | 314.51º | 0.53% | 0.34% | - |
| HSV(B) | 314.51º | 0.69% | 0.52% | - |
| XYZ | 13.12 | 7.62 | 15.53 | - |
| YUV | 76.08 | 147.15 | 167.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 41 | 110 | 0 | 0.69 | 0.17 | 0.48 | 314.51 | 0.53 | 0.34 |
| Hex | 84 | 29 | 6E | 0 | 45 | 11 | 30 | 13B | 35 | 22 |
| Octal | 204 | 51 | 156 | 0 | 105 | 21 | 60 | 473 | 65 | 42 |
| Binary | 10000100 | 101001 | 1101110 | 0 | 1000101 | 10001 | 110000 | 100111011 | 110101 | 100010 |
Color Harmonies of #84296E
Complementary color
Monochromatic Colors of #84296E
Black with #84296E
Text Example
Text Example
White with #84296E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84296E; }
p { color: rgb(132,41,110); }
H1.HeaderClassName
{
color: #84296E;
}
.AnyTagClassName
{
color: #84296E;
}
</style>
background-color css
<style>
a { background-color: #84296E; }
a { background-color: rgb(132,41,110); }
div.DivClassName
{
background-color: #84296E;
}
.BgClassName
{
background-color: #84296E;
}
</style>
border-color css
<style>
span { border-color: #84296E; }
span { border-color: rgb(132,41,110); }
td.TdClassName
{
border-color: #84296E;
}
.TagClassName
{
border-color: #84296E;
}
</style>