Shades of Dark Purple #821A81
Tints of Dark Purple #821A81
RGB
CMYK
RGB Variations
Color information
#821A81 (or 0x821A81) is known color: Dark Purple. HEX triplet: 82, 1A and 81. RGB value is (130,26,129). Sum of RGB (Red+Green+Blue) = 130+26+129=285 (37% of max value = 765). Red value is 130 (51.17% from 255 or 45.61% from 285); Green value is 26 (10.55% from 255 or 9.12% from 285); Blue value is 129 (50.78% from 255 or 45.26% from 285); Max value from RGB is 130 - color contains mainly: red. Hex color #821A81 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #821A81 is #7DE57E. Grayscale: #444444. Windows color (decimal): -8250751 or 8460930. OLE color: 8460930.
HSL color Cylindrical-coordinate representation of color #821A81: hue angle of 300.58º degrees, saturation: 0.67, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #821A81 is Cyan = 0, Magento = 0.8, Yellow = 0.01 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 26 | 129 | - |
| CMYK | 0 | 0.8 | 0.01 | 0.49 |
| HSL | 300.58º | 0.67% | 0.31% | - |
| HSV(B) | 300.58º | 0.8% | 0.51% | - |
| XYZ | 13.54 | 7.07 | 21.42 | - |
| YUV | 68.84 | 161.96 | 171.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 26 | 129 | 0 | 0.8 | 0.01 | 0.49 | 300.58 | 0.67 | 0.31 |
| Hex | 82 | 1A | 81 | 0 | 50 | 1 | 31 | 12D | 43 | 1F |
| Octal | 202 | 32 | 201 | 0 | 120 | 1 | 61 | 455 | 103 | 37 |
| Binary | 10000010 | 11010 | 10000001 | 0 | 1010000 | 1 | 110001 | 100101101 | 1000011 | 11111 |
Color Harmonies of #821A81
Complementary color
Monochromatic Colors of #821A81
Black with #821A81
Text Example
Text Example
White with #821A81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #821A81; }
p { color: rgb(130,26,129); }
H1.HeaderClassName
{
color: #821A81;
}
.AnyTagClassName
{
color: #821A81;
}
</style>
background-color css
<style>
a { background-color: #821A81; }
a { background-color: rgb(130,26,129); }
div.DivClassName
{
background-color: #821A81;
}
.BgClassName
{
background-color: #821A81;
}
</style>
border-color css
<style>
span { border-color: #821A81; }
span { border-color: rgb(130,26,129); }
td.TdClassName
{
border-color: #821A81;
}
.TagClassName
{
border-color: #821A81;
}
</style>