Shades of Dark Purple #82216A
Tints of Dark Purple #82216A
RGB
CMYK
RGB Variations
Color information
#82216A (or 0x82216A) is known color: Dark Purple. HEX triplet: 82, 21 and 6A. RGB value is (130,33,106). Sum of RGB (Red+Green+Blue) = 130+33+106=269 (35% of max value = 765). Red value is 130 (51.17% from 255 or 48.33% from 269); Green value is 33 (13.28% from 255 or 12.27% from 269); Blue value is 106 (41.80% from 255 or 39.41% from 269); Max value from RGB is 130 - color contains mainly: red. Hex color #82216A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #82216A is #7DDE95. Grayscale: #464646. Windows color (decimal): -8248982 or 6955394. OLE color: 6955394.
HSL color Cylindrical-coordinate representation of color #82216A: hue angle of 314.85º degrees, saturation: 0.6, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #82216A is Cyan = 0, Magento = 0.75, Yellow = 0.18 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 33 | 106 | - |
| CMYK | 0 | 0.75 | 0.18 | 0.49 |
| HSL | 314.85º | 0.6% | 0.32% | - |
| HSV(B) | 314.85º | 0.75% | 0.51% | - |
| XYZ | 12.35 | 6.87 | 14.31 | - |
| YUV | 70.33 | 148.14 | 170.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 33 | 106 | 0 | 0.75 | 0.18 | 0.49 | 314.85 | 0.6 | 0.32 |
| Hex | 82 | 21 | 6A | 0 | 4B | 12 | 31 | 13B | 3C | 20 |
| Octal | 202 | 41 | 152 | 0 | 113 | 22 | 61 | 473 | 74 | 40 |
| Binary | 10000010 | 100001 | 1101010 | 0 | 1001011 | 10010 | 110001 | 100111011 | 111100 | 100000 |
Color Harmonies of #82216A
Complementary color
Monochromatic Colors of #82216A
Black with #82216A
Text Example
Text Example
White with #82216A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82216A; }
p { color: rgb(130,33,106); }
H1.HeaderClassName
{
color: #82216A;
}
.AnyTagClassName
{
color: #82216A;
}
</style>
background-color css
<style>
a { background-color: #82216A; }
a { background-color: rgb(130,33,106); }
div.DivClassName
{
background-color: #82216A;
}
.BgClassName
{
background-color: #82216A;
}
</style>
border-color css
<style>
span { border-color: #82216A; }
span { border-color: rgb(130,33,106); }
td.TdClassName
{
border-color: #82216A;
}
.TagClassName
{
border-color: #82216A;
}
</style>