Shades of Dark Purple #82106E
Tints of Dark Purple #82106E
RGB
CMYK
RGB Variations
Color information
#82106E (or 0x82106E) is known color: Dark Purple. HEX triplet: 82, 10 and 6E. RGB value is (130,16,110). Sum of RGB (Red+Green+Blue) = 130+16+110=256 (33% of max value = 765). Red value is 130 (51.17% from 255 or 50.78% from 256); Green value is 16 (6.64% from 255 or 6.25% from 256); Blue value is 110 (43.36% from 255 or 42.97% from 256); Max value from RGB is 130 - color contains mainly: red. Hex color #82106E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #82106E is #7DEF91. Grayscale: #3C3C3C. Windows color (decimal): -8253330 or 7213186. OLE color: 7213186.
HSL color Cylindrical-coordinate representation of color #82106E: hue angle of 310.53º degrees, saturation: 0.78, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #82106E is Cyan = 0, Magento = 0.88, Yellow = 0.15 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 16 | 110 | - |
| CMYK | 0 | 0.88 | 0.15 | 0.49 |
| HSL | 310.53º | 0.78% | 0.29% | - |
| HSV(B) | 310.53º | 0.88% | 0.51% | - |
| XYZ | 12.21 | 6.24 | 15.31 | - |
| YUV | 60.8 | 155.77 | 177.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 16 | 110 | 0 | 0.88 | 0.15 | 0.49 | 310.53 | 0.78 | 0.29 |
| Hex | 82 | 10 | 6E | 0 | 58 | F | 31 | 137 | 4E | 1D |
| Octal | 202 | 20 | 156 | 0 | 130 | 17 | 61 | 467 | 116 | 35 |
| Binary | 10000010 | 10000 | 1101110 | 0 | 1011000 | 1111 | 110001 | 100110111 | 1001110 | 11101 |
Color Harmonies of #82106E
Complementary color
Monochromatic Colors of #82106E
Black with #82106E
Text Example
Text Example
White with #82106E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82106E; }
p { color: rgb(130,16,110); }
H1.HeaderClassName
{
color: #82106E;
}
.AnyTagClassName
{
color: #82106E;
}
</style>
background-color css
<style>
a { background-color: #82106E; }
a { background-color: rgb(130,16,110); }
div.DivClassName
{
background-color: #82106E;
}
.BgClassName
{
background-color: #82106E;
}
</style>
border-color css
<style>
span { border-color: #82106E; }
span { border-color: rgb(130,16,110); }
td.TdClassName
{
border-color: #82106E;
}
.TagClassName
{
border-color: #82106E;
}
</style>