Shades of Dark Purple #84296F
Tints of Dark Purple #84296F
RGB
CMYK
RGB Variations
Color information
#84296F (or 0x84296F) is known color: Dark Purple. HEX triplet: 84, 29 and 6F. RGB value is (132,41,111). Sum of RGB (Red+Green+Blue) = 132+41+111=284 (37% of max value = 765). Red value is 132 (51.95% from 255 or 46.48% from 284); Green value is 41 (16.41% from 255 or 14.44% from 284); Blue value is 111 (43.75% from 255 or 39.08% from 284); Max value from RGB is 132 - color contains mainly: red. Hex color #84296F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #84296F is #7BD690. Grayscale: #4C4C4C. Windows color (decimal): -8115857 or 7285124. OLE color: 7285124.
HSL color Cylindrical-coordinate representation of color #84296F: hue angle of 313.85º 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 #84296F is Cyan = 0, Magento = 0.69, Yellow = 0.16 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 41 | 111 | - |
| CMYK | 0 | 0.69 | 0.16 | 0.48 |
| HSL | 313.85º | 0.53% | 0.34% | - |
| HSV(B) | 313.85º | 0.69% | 0.52% | - |
| XYZ | 13.18 | 7.64 | 15.82 | - |
| YUV | 76.19 | 147.65 | 167.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 41 | 111 | 0 | 0.69 | 0.16 | 0.48 | 313.85 | 0.53 | 0.34 |
| Hex | 84 | 29 | 6F | 0 | 45 | 10 | 30 | 13A | 35 | 22 |
| Octal | 204 | 51 | 157 | 0 | 105 | 20 | 60 | 472 | 65 | 42 |
| Binary | 10000100 | 101001 | 1101111 | 0 | 1000101 | 10000 | 110000 | 100111010 | 110101 | 100010 |
Color Harmonies of #84296F
Complementary color
Monochromatic Colors of #84296F
Black with #84296F
Text Example
Text Example
White with #84296F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84296F; }
p { color: rgb(132,41,111); }
H1.HeaderClassName
{
color: #84296F;
}
.AnyTagClassName
{
color: #84296F;
}
</style>
background-color css
<style>
a { background-color: #84296F; }
a { background-color: rgb(132,41,111); }
div.DivClassName
{
background-color: #84296F;
}
.BgClassName
{
background-color: #84296F;
}
</style>
border-color css
<style>
span { border-color: #84296F; }
span { border-color: rgb(132,41,111); }
td.TdClassName
{
border-color: #84296F;
}
.TagClassName
{
border-color: #84296F;
}
</style>