Shades of Dark Purple #821881
Tints of Dark Purple #821881
RGB
CMYK
RGB Variations
Color information
#821881 (or 0x821881) is known color: Dark Purple. HEX triplet: 82, 18 and 81. RGB value is (130,24,129). Sum of RGB (Red+Green+Blue) = 130+24+129=283 (37% of max value = 765). Red value is 130 (51.17% from 255 or 45.94% from 283); Green value is 24 (9.77% from 255 or 8.48% from 283); Blue value is 129 (50.78% from 255 or 45.58% from 283); Max value from RGB is 130 - color contains mainly: red. Hex color #821881 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #821881 is #7DE77E. Grayscale: #434343. Windows color (decimal): -8251263 or 8460418. OLE color: 8460418.
HSL color Cylindrical-coordinate representation of color #821881: hue angle of 300.57º degrees, saturation: 0.69, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #821881 is Cyan = 0, Magento = 0.82, Yellow = 0.01 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 24 | 129 | - |
| CMYK | 0 | 0.82 | 0.01 | 0.49 |
| HSL | 300.57º | 0.69% | 0.3% | - |
| HSV(B) | 300.57º | 0.82% | 0.51% | - |
| XYZ | 13.5 | 6.98 | 21.41 | - |
| YUV | 67.66 | 162.62 | 172.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 24 | 129 | 0 | 0.82 | 0.01 | 0.49 | 300.57 | 0.69 | 0.3 |
| Hex | 82 | 18 | 81 | 0 | 52 | 1 | 31 | 12D | 45 | 1E |
| Octal | 202 | 30 | 201 | 0 | 122 | 1 | 61 | 455 | 105 | 36 |
| Binary | 10000010 | 11000 | 10000001 | 0 | 1010010 | 1 | 110001 | 100101101 | 1000101 | 11110 |
Color Harmonies of #821881
Complementary color
Monochromatic Colors of #821881
Black with #821881
Text Example
Text Example
White with #821881
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #821881; }
p { color: rgb(130,24,129); }
H1.HeaderClassName
{
color: #821881;
}
.AnyTagClassName
{
color: #821881;
}
</style>
background-color css
<style>
a { background-color: #821881; }
a { background-color: rgb(130,24,129); }
div.DivClassName
{
background-color: #821881;
}
.BgClassName
{
background-color: #821881;
}
</style>
border-color css
<style>
span { border-color: #821881; }
span { border-color: rgb(130,24,129); }
td.TdClassName
{
border-color: #821881;
}
.TagClassName
{
border-color: #821881;
}
</style>