Shades of Dark Purple #842187
Tints of Dark Purple #842187
RGB
CMYK
RGB Variations
Color information
#842187 (or 0x842187) is known color: Dark Purple. HEX triplet: 84, 21 and 87. RGB value is (132,33,135). Sum of RGB (Red+Green+Blue) = 132+33+135=300 (39% of max value = 765). Red value is 132 (51.95% from 255 or 44% from 300); Green value is 33 (13.28% from 255 or 11% from 300); Blue value is 135 (53.12% from 255 or 45% from 300); Max value from RGB is 135 - color contains mainly: blue. Hex color #842187 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #842187 is #7BDE78. Grayscale: #494949. Windows color (decimal): -8117881 or 8855940. OLE color: 8855940.
HSL color Cylindrical-coordinate representation of color #842187: hue angle of 298.24º degrees, saturation: 0.61, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #842187 is Cyan = 0.02, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 132 | 33 | 135 | - |
| CMYK | 0.02 | 0.76 | 0 | 0.47 |
| HSL | 298.24º | 0.61% | 0.33% | - |
| HSV(B) | 298.24º | 0.76% | 0.53% | - |
| XYZ | 14.43 | 7.74 | 23.66 | - |
| YUV | 74.23 | 162.3 | 169.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 33 | 135 | 0.02 | 0.76 | 0 | 0.47 | 298.24 | 0.61 | 0.33 |
| Hex | 84 | 21 | 87 | 2 | 4C | 0 | 2F | 12A | 3D | 21 |
| Octal | 204 | 41 | 207 | 2 | 114 | 0 | 57 | 452 | 75 | 41 |
| Binary | 10000100 | 100001 | 10000111 | 10 | 1001100 | 0 | 101111 | 100101010 | 111101 | 100001 |
Color Harmonies of #842187
Complementary color
Monochromatic Colors of #842187
Black with #842187
Text Example
Text Example
White with #842187
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #842187; }
p { color: rgb(132,33,135); }
H1.HeaderClassName
{
color: #842187;
}
.AnyTagClassName
{
color: #842187;
}
</style>
background-color css
<style>
a { background-color: #842187; }
a { background-color: rgb(132,33,135); }
div.DivClassName
{
background-color: #842187;
}
.BgClassName
{
background-color: #842187;
}
</style>
border-color css
<style>
span { border-color: #842187; }
span { border-color: rgb(132,33,135); }
td.TdClassName
{
border-color: #842187;
}
.TagClassName
{
border-color: #842187;
}
</style>