Shades of Dark Purple #84296A
Tints of Dark Purple #84296A
RGB
CMYK
RGB Variations
Color information
#84296A (or 0x84296A) is known color: Dark Purple. HEX triplet: 84, 29 and 6A. RGB value is (132,41,106). Sum of RGB (Red+Green+Blue) = 132+41+106=279 (36% of max value = 765). Red value is 132 (51.95% from 255 or 47.31% from 279); Green value is 41 (16.41% from 255 or 14.70% from 279); Blue value is 106 (41.80% from 255 or 37.99% from 279); Max value from RGB is 132 - color contains mainly: red. Hex color #84296A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #84296A is #7BD695. Grayscale: #4B4B4B. Windows color (decimal): -8115862 or 6957444. OLE color: 6957444.
HSL color Cylindrical-coordinate representation of color #84296A: hue angle of 317.14º 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 #84296A is Cyan = 0, Magento = 0.69, Yellow = 0.20 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 41 | 106 | - |
| CMYK | 0 | 0.69 | 0.20 | 0.48 |
| HSL | 317.14º | 0.53% | 0.34% | - |
| HSV(B) | 317.14º | 0.69% | 0.52% | - |
| XYZ | 12.91 | 7.53 | 14.41 | - |
| YUV | 75.62 | 145.15 | 168.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 41 | 106 | 0 | 0.69 | 0.20 | 0.48 | 317.14 | 0.53 | 0.34 |
| Hex | 84 | 29 | 6A | 0 | 45 | 14 | 30 | 13D | 35 | 22 |
| Octal | 204 | 51 | 152 | 0 | 105 | 24 | 60 | 475 | 65 | 42 |
| Binary | 10000100 | 101001 | 1101010 | 0 | 1000101 | 10100 | 110000 | 100111101 | 110101 | 100010 |
Color Harmonies of #84296A
Complementary color
Monochromatic Colors of #84296A
Black with #84296A
Text Example
Text Example
White with #84296A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84296A; }
p { color: rgb(132,41,106); }
H1.HeaderClassName
{
color: #84296A;
}
.AnyTagClassName
{
color: #84296A;
}
</style>
background-color css
<style>
a { background-color: #84296A; }
a { background-color: rgb(132,41,106); }
div.DivClassName
{
background-color: #84296A;
}
.BgClassName
{
background-color: #84296A;
}
</style>
border-color css
<style>
span { border-color: #84296A; }
span { border-color: rgb(132,41,106); }
td.TdClassName
{
border-color: #84296A;
}
.TagClassName
{
border-color: #84296A;
}
</style>