Shades of Dark Purple #82156F
Tints of Dark Purple #82156F
RGB
CMYK
RGB Variations
Color information
#82156F (or 0x82156F) is known color: Dark Purple. HEX triplet: 82, 15 and 6F. RGB value is (130,21,111). Sum of RGB (Red+Green+Blue) = 130+21+111=262 (34% of max value = 765). Red value is 130 (51.17% from 255 or 49.62% from 262); Green value is 21 (8.59% from 255 or 8.02% from 262); Blue value is 111 (43.75% from 255 or 42.37% from 262); Max value from RGB is 130 - color contains mainly: red. Hex color #82156F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #82156F is #7DEA90. Grayscale: #3F3F3F. Windows color (decimal): -8252049 or 7280002. OLE color: 7280002.
HSL color Cylindrical-coordinate representation of color #82156F: hue angle of 310.46º degrees, saturation: 0.72, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #82156F is Cyan = 0, Magento = 0.84, Yellow = 0.15 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 21 | 111 | - |
| CMYK | 0 | 0.84 | 0.15 | 0.49 |
| HSL | 310.46º | 0.72% | 0.3% | - |
| HSV(B) | 310.46º | 0.84% | 0.51% | - |
| XYZ | 12.34 | 6.43 | 15.63 | - |
| YUV | 63.85 | 154.61 | 175.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 21 | 111 | 0 | 0.84 | 0.15 | 0.49 | 310.46 | 0.72 | 0.3 |
| Hex | 82 | 15 | 6F | 0 | 54 | F | 31 | 136 | 48 | 1E |
| Octal | 202 | 25 | 157 | 0 | 124 | 17 | 61 | 466 | 110 | 36 |
| Binary | 10000010 | 10101 | 1101111 | 0 | 1010100 | 1111 | 110001 | 100110110 | 1001000 | 11110 |
Color Harmonies of #82156F
Complementary color
Monochromatic Colors of #82156F
Black with #82156F
Text Example
Text Example
White with #82156F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82156F; }
p { color: rgb(130,21,111); }
H1.HeaderClassName
{
color: #82156F;
}
.AnyTagClassName
{
color: #82156F;
}
</style>
background-color css
<style>
a { background-color: #82156F; }
a { background-color: rgb(130,21,111); }
div.DivClassName
{
background-color: #82156F;
}
.BgClassName
{
background-color: #82156F;
}
</style>
border-color css
<style>
span { border-color: #82156F; }
span { border-color: rgb(130,21,111); }
td.TdClassName
{
border-color: #82156F;
}
.TagClassName
{
border-color: #82156F;
}
</style>