Shades of Dark Purple #841584
Tints of Dark Purple #841584
RGB
CMYK
RGB Variations
Color information
#841584 (or 0x841584) is known color: Dark Purple. HEX triplet: 84, 15 and 84. RGB value is (132,21,132). Sum of RGB (Red+Green+Blue) = 132+21+132=285 (37% of max value = 765). Red value is 132 (51.95% from 255 or 46.32% from 285); Green value is 21 (8.59% from 255 or 7.37% from 285); Blue value is 132 (51.95% from 255 or 46.32% from 285); Max value from RGB is 132 - color contains mainly: red, blue. Hex color #841584 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #841584 is #7BEA7B. Grayscale: #424242. Windows color (decimal): -8120956 or 8656260. OLE color: 8656260.
HSL color Cylindrical-coordinate representation of color #841584: hue angle of 300º degrees, saturation: 0.73, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #841584 is Cyan = 0, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 21 | 132 | - |
| CMYK | 0 | 0.84 | 0 | 0.48 |
| HSL | 300º | 0.73% | 0.3% | - |
| HSV(B) | 300º | 0.84% | 0.52% | - |
| XYZ | 13.95 | 7.11 | 22.47 | - |
| YUV | 66.84 | 164.77 | 174.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 21 | 132 | 0 | 0.84 | 0 | 0.48 | 300 | 0.73 | 0.3 |
| Hex | 84 | 15 | 84 | 0 | 54 | 0 | 30 | 12C | 49 | 1E |
| Octal | 204 | 25 | 204 | 0 | 124 | 0 | 60 | 454 | 111 | 36 |
| Binary | 10000100 | 10101 | 10000100 | 0 | 1010100 | 0 | 110000 | 100101100 | 1001001 | 11110 |
Color Harmonies of #841584
Complementary color
Monochromatic Colors of #841584
Black with #841584
Text Example
Text Example
White with #841584
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #841584; }
p { color: rgb(132,21,132); }
H1.HeaderClassName
{
color: #841584;
}
.AnyTagClassName
{
color: #841584;
}
</style>
background-color css
<style>
a { background-color: #841584; }
a { background-color: rgb(132,21,132); }
div.DivClassName
{
background-color: #841584;
}
.BgClassName
{
background-color: #841584;
}
</style>
border-color css
<style>
span { border-color: #841584; }
span { border-color: rgb(132,21,132); }
td.TdClassName
{
border-color: #841584;
}
.TagClassName
{
border-color: #841584;
}
</style>