Shades of Dark Purple #841F89
Tints of Dark Purple #841F89
RGB
CMYK
RGB Variations
Color information
#841F89 (or 0x841F89) is known color: Dark Purple. HEX triplet: 84, 1F and 89. RGB value is (132,31,137). Sum of RGB (Red+Green+Blue) = 132+31+137=300 (39% of max value = 765). Red value is 132 (51.95% from 255 or 44% from 300); Green value is 31 (12.5% from 255 or 10.33% from 300); Blue value is 137 (53.91% from 255 or 45.67% from 300); Max value from RGB is 137 - color contains mainly: blue. Hex color #841F89 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #841F89 is #7BE076. Grayscale: #484848. Windows color (decimal): -8118391 or 8986500. OLE color: 8986500.
HSL color Cylindrical-coordinate representation of color #841F89: hue angle of 297.17º degrees, saturation: 0.63, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #841F89 is Cyan = 0.04, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 132 | 31 | 137 | - |
| CMYK | 0.04 | 0.77 | 0 | 0.46 |
| HSL | 297.17º | 0.63% | 0.33% | - |
| HSV(B) | 297.17º | 0.77% | 0.54% | - |
| XYZ | 14.52 | 7.69 | 24.39 | - |
| YUV | 73.28 | 163.96 | 169.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 31 | 137 | 0.04 | 0.77 | 0 | 0.46 | 297.17 | 0.63 | 0.33 |
| Hex | 84 | 1F | 89 | 4 | 4D | 0 | 2E | 129 | 3F | 21 |
| Octal | 204 | 37 | 211 | 4 | 115 | 0 | 56 | 451 | 77 | 41 |
| Binary | 10000100 | 11111 | 10001001 | 100 | 1001101 | 0 | 101110 | 100101001 | 111111 | 100001 |
Color Harmonies of #841F89
Complementary color
Monochromatic Colors of #841F89
Black with #841F89
Text Example
Text Example
White with #841F89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #841F89; }
p { color: rgb(132,31,137); }
H1.HeaderClassName
{
color: #841F89;
}
.AnyTagClassName
{
color: #841F89;
}
</style>
background-color css
<style>
a { background-color: #841F89; }
a { background-color: rgb(132,31,137); }
div.DivClassName
{
background-color: #841F89;
}
.BgClassName
{
background-color: #841F89;
}
</style>
border-color css
<style>
span { border-color: #841F89; }
span { border-color: rgb(132,31,137); }
td.TdClassName
{
border-color: #841F89;
}
.TagClassName
{
border-color: #841F89;
}
</style>