Shades of Dark Purple #841585
Tints of Dark Purple #841585
RGB
CMYK
RGB Variations
Color information
#841585 (or 0x841585) is known color: Dark Purple. HEX triplet: 84, 15 and 85. RGB value is (132,21,133). Sum of RGB (Red+Green+Blue) = 132+21+133=286 (37% of max value = 765). Red value is 132 (51.95% from 255 or 46.15% from 286); Green value is 21 (8.59% from 255 or 7.34% from 286); Blue value is 133 (52.34% from 255 or 46.50% from 286); Max value from RGB is 133 - color contains mainly: blue. Hex color #841585 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #841585 is #7BEA7A. Grayscale: #424242. Windows color (decimal): -8120955 or 8721796. OLE color: 8721796.
HSL color Cylindrical-coordinate representation of color #841585: hue angle of 299.46º 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 #841585 is Cyan = 0.01, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 21 | 133 | - |
| CMYK | 0.01 | 0.84 | 0 | 0.48 |
| HSL | 299.46º | 0.73% | 0.3% | - |
| HSV(B) | 299.46º | 0.84% | 0.52% | - |
| XYZ | 14.02 | 7.14 | 22.83 | - |
| YUV | 66.96 | 165.27 | 174.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 21 | 133 | 0.01 | 0.84 | 0 | 0.48 | 299.46 | 0.73 | 0.3 |
| Hex | 84 | 15 | 85 | 1 | 54 | 0 | 30 | 12B | 49 | 1E |
| Octal | 204 | 25 | 205 | 1 | 124 | 0 | 60 | 453 | 111 | 36 |
| Binary | 10000100 | 10101 | 10000101 | 1 | 1010100 | 0 | 110000 | 100101011 | 1001001 | 11110 |
Color Harmonies of #841585
Complementary color
Monochromatic Colors of #841585
Black with #841585
Text Example
Text Example
White with #841585
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #841585; }
p { color: rgb(132,21,133); }
H1.HeaderClassName
{
color: #841585;
}
.AnyTagClassName
{
color: #841585;
}
</style>
background-color css
<style>
a { background-color: #841585; }
a { background-color: rgb(132,21,133); }
div.DivClassName
{
background-color: #841585;
}
.BgClassName
{
background-color: #841585;
}
</style>
border-color css
<style>
span { border-color: #841585; }
span { border-color: rgb(132,21,133); }
td.TdClassName
{
border-color: #841585;
}
.TagClassName
{
border-color: #841585;
}
</style>