Shades of Dark Purple #821A63
Tints of Dark Purple #821A63
RGB
CMYK
RGB Variations
Color information
#821A63 (or 0x821A63) is known color: Dark Purple. HEX triplet: 82, 1A and 63. RGB value is (130,26,99). Sum of RGB (Red+Green+Blue) = 130+26+99=255 (33% of max value = 765). Red value is 130 (51.17% from 255 or 50.98% from 255); Green value is 26 (10.55% from 255 or 10.20% from 255); Blue value is 99 (39.06% from 255 or 38.82% from 255); Max value from RGB is 130 - color contains mainly: red. Hex color #821A63 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #821A63 is #7DE59C. Grayscale: #414141. Windows color (decimal): -8250781 or 6494850. OLE color: 6494850.
HSL color Cylindrical-coordinate representation of color #821A63: hue angle of 317.88º 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 #821A63 is Cyan = 0, Magento = 0.8, Yellow = 0.24 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 26 | 99 | - |
| CMYK | 0 | 0.8 | 0.24 | 0.49 |
| HSL | 317.88º | 0.67% | 0.31% | - |
| HSV(B) | 317.88º | 0.8% | 0.51% | - |
| XYZ | 11.83 | 6.39 | 12.41 | - |
| YUV | 65.42 | 146.96 | 174.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 26 | 99 | 0 | 0.8 | 0.24 | 0.49 | 317.88 | 0.67 | 0.31 |
| Hex | 82 | 1A | 63 | 0 | 50 | 18 | 31 | 13E | 43 | 1F |
| Octal | 202 | 32 | 143 | 0 | 120 | 30 | 61 | 476 | 103 | 37 |
| Binary | 10000010 | 11010 | 1100011 | 0 | 1010000 | 11000 | 110001 | 100111110 | 1000011 | 11111 |
Color Harmonies of #821A63
Complementary color
Monochromatic Colors of #821A63
Black with #821A63
Text Example
Text Example
White with #821A63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #821A63; }
p { color: rgb(130,26,99); }
H1.HeaderClassName
{
color: #821A63;
}
.AnyTagClassName
{
color: #821A63;
}
</style>
background-color css
<style>
a { background-color: #821A63; }
a { background-color: rgb(130,26,99); }
div.DivClassName
{
background-color: #821A63;
}
.BgClassName
{
background-color: #821A63;
}
</style>
border-color css
<style>
span { border-color: #821A63; }
span { border-color: rgb(130,26,99); }
td.TdClassName
{
border-color: #821A63;
}
.TagClassName
{
border-color: #821A63;
}
</style>