Shades of Dark Purple #841D8B
Tints of Dark Purple #841D8B
RGB
CMYK
RGB Variations
Color information
#841D8B (or 0x841D8B) is known color: Dark Purple. HEX triplet: 84, 1D and 8B. RGB value is (132,29,139). Sum of RGB (Red+Green+Blue) = 132+29+139=300 (39% of max value = 765). Red value is 132 (51.95% from 255 or 44% from 300); Green value is 29 (11.72% from 255 or 9.67% from 300); Blue value is 139 (54.69% from 255 or 46.33% from 300); Max value from RGB is 139 - color contains mainly: blue. Hex color #841D8B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #841D8B is #7BE274. Grayscale: #484848. Windows color (decimal): -8118901 or 9117060. OLE color: 9117060.
HSL color Cylindrical-coordinate representation of color #841D8B: hue angle of 296.18º degrees, saturation: 0.65, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #841D8B is Cyan = 0.05, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 132 | 29 | 139 | - |
| CMYK | 0.05 | 0.79 | 0 | 0.45 |
| HSL | 296.18º | 0.65% | 0.33% | - |
| HSV(B) | 296.18º | 0.79% | 0.55% | - |
| XYZ | 14.62 | 7.65 | 25.13 | - |
| YUV | 72.34 | 165.62 | 170.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 29 | 139 | 0.05 | 0.79 | 0 | 0.45 | 296.18 | 0.65 | 0.33 |
| Hex | 84 | 1D | 8B | 5 | 4F | 0 | 2D | 128 | 41 | 21 |
| Octal | 204 | 35 | 213 | 5 | 117 | 0 | 55 | 450 | 101 | 41 |
| Binary | 10000100 | 11101 | 10001011 | 101 | 1001111 | 0 | 101101 | 100101000 | 1000001 | 100001 |
Color Harmonies of #841D8B
Complementary color
Monochromatic Colors of #841D8B
Black with #841D8B
Text Example
Text Example
White with #841D8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #841D8B; }
p { color: rgb(132,29,139); }
H1.HeaderClassName
{
color: #841D8B;
}
.AnyTagClassName
{
color: #841D8B;
}
</style>
background-color css
<style>
a { background-color: #841D8B; }
a { background-color: rgb(132,29,139); }
div.DivClassName
{
background-color: #841D8B;
}
.BgClassName
{
background-color: #841D8B;
}
</style>
border-color css
<style>
span { border-color: #841D8B; }
span { border-color: rgb(132,29,139); }
td.TdClassName
{
border-color: #841D8B;
}
.TagClassName
{
border-color: #841D8B;
}
</style>