Shades of Dark Purple #82155F
Tints of Dark Purple #82155F
RGB
CMYK
RGB Variations
Color information
#82155F (or 0x82155F) is known color: Dark Purple. HEX triplet: 82, 15 and 5F. RGB value is (130,21,95). Sum of RGB (Red+Green+Blue) = 130+21+95=246 (32% of max value = 765). Red value is 130 (51.17% from 255 or 52.85% from 246); Green value is 21 (8.59% from 255 or 8.54% from 246); Blue value is 95 (37.5% from 255 or 38.62% from 246); Max value from RGB is 130 - color contains mainly: red. Hex color #82155F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #82155F is #7DEAA0. Grayscale: #3D3D3D. Windows color (decimal): -8252065 or 6231426. OLE color: 6231426.
HSL color Cylindrical-coordinate representation of color #82155F: hue angle of 319.27º 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 #82155F is Cyan = 0, Magento = 0.84, Yellow = 0.27 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 21 | 95 | - |
| CMYK | 0 | 0.84 | 0.27 | 0.49 |
| HSL | 319.27º | 0.72% | 0.3% | - |
| HSV(B) | 319.27º | 0.84% | 0.51% | - |
| XYZ | 11.54 | 6.11 | 11.4 | - |
| YUV | 62.03 | 146.61 | 176.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 21 | 95 | 0 | 0.84 | 0.27 | 0.49 | 319.27 | 0.72 | 0.3 |
| Hex | 82 | 15 | 5F | 0 | 54 | 1B | 31 | 13F | 48 | 1E |
| Octal | 202 | 25 | 137 | 0 | 124 | 33 | 61 | 477 | 110 | 36 |
| Binary | 10000010 | 10101 | 1011111 | 0 | 1010100 | 11011 | 110001 | 100111111 | 1001000 | 11110 |
Color Harmonies of #82155F
Complementary color
Monochromatic Colors of #82155F
Black with #82155F
Text Example
Text Example
White with #82155F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82155F; }
p { color: rgb(130,21,95); }
H1.HeaderClassName
{
color: #82155F;
}
.AnyTagClassName
{
color: #82155F;
}
</style>
background-color css
<style>
a { background-color: #82155F; }
a { background-color: rgb(130,21,95); }
div.DivClassName
{
background-color: #82155F;
}
.BgClassName
{
background-color: #82155F;
}
</style>
border-color css
<style>
span { border-color: #82155F; }
span { border-color: rgb(130,21,95); }
td.TdClassName
{
border-color: #82155F;
}
.TagClassName
{
border-color: #82155F;
}
</style>