Shades of Dark Purple #821E6D
Tints of Dark Purple #821E6D
RGB
CMYK
RGB Variations
Color information
#821E6D (or 0x821E6D) is known color: Dark Purple. HEX triplet: 82, 1E and 6D. RGB value is (130,30,109). Sum of RGB (Red+Green+Blue) = 130+30+109=269 (35% of max value = 765). Red value is 130 (51.17% from 255 or 48.33% from 269); Green value is 30 (12.11% from 255 or 11.15% from 269); Blue value is 109 (42.97% from 255 or 40.52% from 269); Max value from RGB is 130 - color contains mainly: red. Hex color #821E6D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #821E6D is #7DE192. Grayscale: #444444. Windows color (decimal): -8249747 or 7151234. OLE color: 7151234.
HSL color Cylindrical-coordinate representation of color #821E6D: hue angle of 312.6º degrees, saturation: 0.62, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #821E6D is Cyan = 0, Magento = 0.77, Yellow = 0.16 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 30 | 109 | - |
| CMYK | 0 | 0.77 | 0.16 | 0.49 |
| HSL | 312.6º | 0.63% | 0.31% | - |
| HSV(B) | 312.6º | 0.77% | 0.51% | - |
| XYZ | 12.43 | 6.78 | 15.12 | - |
| YUV | 68.91 | 150.63 | 171.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 30 | 109 | 0 | 0.77 | 0.16 | 0.49 | 312.6 | 0.63 | 0.31 |
| Hex | 82 | 1E | 6D | 0 | 4D | 10 | 31 | 139 | 3E | 1F |
| Octal | 202 | 36 | 155 | 0 | 115 | 20 | 61 | 471 | 76 | 37 |
| Binary | 10000010 | 11110 | 1101101 | 0 | 1001101 | 10000 | 110001 | 100111001 | 111110 | 11111 |
Color Harmonies of #821E6D
Complementary color
Monochromatic Colors of #821E6D
Black with #821E6D
Text Example
Text Example
White with #821E6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #821E6D; }
p { color: rgb(130,30,109); }
H1.HeaderClassName
{
color: #821E6D;
}
.AnyTagClassName
{
color: #821E6D;
}
</style>
background-color css
<style>
a { background-color: #821E6D; }
a { background-color: rgb(130,30,109); }
div.DivClassName
{
background-color: #821E6D;
}
.BgClassName
{
background-color: #821E6D;
}
</style>
border-color css
<style>
span { border-color: #821E6D; }
span { border-color: rgb(130,30,109); }
td.TdClassName
{
border-color: #821E6D;
}
.TagClassName
{
border-color: #821E6D;
}
</style>