Shades of Dark Purple #841876
Tints of Dark Purple #841876
RGB
CMYK
RGB Variations
Color information
#841876 (or 0x841876) is known color: Dark Purple. HEX triplet: 84, 18 and 76. RGB value is (132,24,118). Sum of RGB (Red+Green+Blue) = 132+24+118=274 (36% of max value = 765). Red value is 132 (51.95% from 255 or 48.18% from 274); Green value is 24 (9.77% from 255 or 8.76% from 274); Blue value is 118 (46.48% from 255 or 43.07% from 274); Max value from RGB is 132 - color contains mainly: red. Hex color #841876 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #841876 is #7BE789. Grayscale: #424242. Windows color (decimal): -8120202 or 7739524. OLE color: 7739524.
HSL color Cylindrical-coordinate representation of color #841876: hue angle of 307.78º degrees, saturation: 0.69, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #841876 is Cyan = 0, Magento = 0.82, Yellow = 0.11 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 24 | 118 | - |
| CMYK | 0 | 0.82 | 0.11 | 0.48 |
| HSL | 307.78º | 0.69% | 0.31% | - |
| HSV(B) | 307.78º | 0.82% | 0.52% | - |
| XYZ | 13.11 | 6.87 | 17.77 | - |
| YUV | 67.01 | 156.78 | 174.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 24 | 118 | 0 | 0.82 | 0.11 | 0.48 | 307.78 | 0.69 | 0.31 |
| Hex | 84 | 18 | 76 | 0 | 52 | B | 30 | 134 | 45 | 1F |
| Octal | 204 | 30 | 166 | 0 | 122 | 13 | 60 | 464 | 105 | 37 |
| Binary | 10000100 | 11000 | 1110110 | 0 | 1010010 | 1011 | 110000 | 100110100 | 1000101 | 11111 |
Color Harmonies of #841876
Complementary color
Monochromatic Colors of #841876
Black with #841876
Text Example
Text Example
White with #841876
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #841876; }
p { color: rgb(132,24,118); }
H1.HeaderClassName
{
color: #841876;
}
.AnyTagClassName
{
color: #841876;
}
</style>
background-color css
<style>
a { background-color: #841876; }
a { background-color: rgb(132,24,118); }
div.DivClassName
{
background-color: #841876;
}
.BgClassName
{
background-color: #841876;
}
</style>
border-color css
<style>
span { border-color: #841876; }
span { border-color: rgb(132,24,118); }
td.TdClassName
{
border-color: #841876;
}
.TagClassName
{
border-color: #841876;
}
</style>