Shades of Dark Purple #842087
Tints of Dark Purple #842087
RGB
CMYK
RGB Variations
Color information
#842087 (or 0x842087) is known color: Dark Purple. HEX triplet: 84, 20 and 87. RGB value is (132,32,135). Sum of RGB (Red+Green+Blue) = 132+32+135=299 (39% of max value = 765). Red value is 132 (51.95% from 255 or 44.15% from 299); Green value is 32 (12.89% from 255 or 10.70% from 299); Blue value is 135 (53.12% from 255 or 45.15% from 299); Max value from RGB is 135 - color contains mainly: blue. Hex color #842087 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #842087 is #7BDF78. Grayscale: #494949. Windows color (decimal): -8118137 or 8855684. OLE color: 8855684.
HSL color Cylindrical-coordinate representation of color #842087: hue angle of 298.25º degrees, saturation: 0.62, 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 #842087 is Cyan = 0.02, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 132 | 32 | 135 | - |
| CMYK | 0.02 | 0.76 | 0 | 0.47 |
| HSL | 298.25º | 0.62% | 0.33% | - |
| HSV(B) | 298.25º | 0.76% | 0.53% | - |
| XYZ | 14.41 | 7.69 | 23.65 | - |
| YUV | 73.64 | 162.63 | 169.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 32 | 135 | 0.02 | 0.76 | 0 | 0.47 | 298.25 | 0.62 | 0.33 |
| Hex | 84 | 20 | 87 | 2 | 4C | 0 | 2F | 12A | 3E | 21 |
| Octal | 204 | 40 | 207 | 2 | 114 | 0 | 57 | 452 | 76 | 41 |
| Binary | 10000100 | 100000 | 10000111 | 10 | 1001100 | 0 | 101111 | 100101010 | 111110 | 100001 |
Color Harmonies of #842087
Complementary color
Monochromatic Colors of #842087
Black with #842087
Text Example
Text Example
White with #842087
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #842087; }
p { color: rgb(132,32,135); }
H1.HeaderClassName
{
color: #842087;
}
.AnyTagClassName
{
color: #842087;
}
</style>
background-color css
<style>
a { background-color: #842087; }
a { background-color: rgb(132,32,135); }
div.DivClassName
{
background-color: #842087;
}
.BgClassName
{
background-color: #842087;
}
</style>
border-color css
<style>
span { border-color: #842087; }
span { border-color: rgb(132,32,135); }
td.TdClassName
{
border-color: #842087;
}
.TagClassName
{
border-color: #842087;
}
</style>