Shades of Dark Purple #82146D
Tints of Dark Purple #82146D
RGB
CMYK
RGB Variations
Color information
#82146D (or 0x82146D) is known color: Dark Purple. HEX triplet: 82, 14 and 6D. RGB value is (130,20,109). Sum of RGB (Red+Green+Blue) = 130+20+109=259 (34% of max value = 765). Red value is 130 (51.17% from 255 or 50.19% from 259); Green value is 20 (8.20% from 255 or 7.72% from 259); Blue value is 109 (42.97% from 255 or 42.08% from 259); Max value from RGB is 130 - color contains mainly: red. Hex color #82146D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #82146D is #7DEB92. Grayscale: #3E3E3E. Windows color (decimal): -8252307 or 7148674. OLE color: 7148674.
HSL color Cylindrical-coordinate representation of color #82146D: hue angle of 311.45º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #82146D is Cyan = 0, Magento = 0.85, Yellow = 0.16 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 20 | 109 | - |
| CMYK | 0 | 0.85 | 0.16 | 0.49 |
| HSL | 311.45º | 0.73% | 0.29% | - |
| HSV(B) | 311.45º | 0.85% | 0.51% | - |
| XYZ | 12.22 | 6.35 | 15.05 | - |
| YUV | 63.04 | 153.94 | 175.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 20 | 109 | 0 | 0.85 | 0.16 | 0.49 | 311.45 | 0.73 | 0.29 |
| Hex | 82 | 14 | 6D | 0 | 55 | 10 | 31 | 137 | 49 | 1D |
| Octal | 202 | 24 | 155 | 0 | 125 | 20 | 61 | 467 | 111 | 35 |
| Binary | 10000010 | 10100 | 1101101 | 0 | 1010101 | 10000 | 110001 | 100110111 | 1001001 | 11101 |
Color Harmonies of #82146D
Complementary color
Monochromatic Colors of #82146D
Black with #82146D
Text Example
Text Example
White with #82146D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82146D; }
p { color: rgb(130,20,109); }
H1.HeaderClassName
{
color: #82146D;
}
.AnyTagClassName
{
color: #82146D;
}
</style>
background-color css
<style>
a { background-color: #82146D; }
a { background-color: rgb(130,20,109); }
div.DivClassName
{
background-color: #82146D;
}
.BgClassName
{
background-color: #82146D;
}
</style>
border-color css
<style>
span { border-color: #82146D; }
span { border-color: rgb(130,20,109); }
td.TdClassName
{
border-color: #82146D;
}
.TagClassName
{
border-color: #82146D;
}
</style>