Shades of Dark Purple #82185E
Tints of Dark Purple #82185E
RGB
CMYK
RGB Variations
Color information
#82185E (or 0x82185E) is known color: Dark Purple. HEX triplet: 82, 18 and 5E. RGB value is (130,24,94). Sum of RGB (Red+Green+Blue) = 130+24+94=248 (32% of max value = 765). Red value is 130 (51.17% from 255 or 52.42% from 248); Green value is 24 (9.77% from 255 or 9.68% from 248); Blue value is 94 (37.11% from 255 or 37.90% from 248); Max value from RGB is 130 - color contains mainly: red. Hex color #82185E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #82185E is #7DE7A1. Grayscale: #3F3F3F. Windows color (decimal): -8251298 or 6166658. OLE color: 6166658.
HSL color Cylindrical-coordinate representation of color #82185E: hue angle of 320.38º degrees, saturation: 0.69, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #82185E is Cyan = 0, Magento = 0.82, Yellow = 0.28 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 24 | 94 | - |
| CMYK | 0 | 0.82 | 0.28 | 0.49 |
| HSL | 320.38º | 0.69% | 0.3% | - |
| HSV(B) | 320.38º | 0.82% | 0.51% | - |
| XYZ | 11.55 | 6.21 | 11.18 | - |
| YUV | 63.67 | 145.12 | 175.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 24 | 94 | 0 | 0.82 | 0.28 | 0.49 | 320.38 | 0.69 | 0.3 |
| Hex | 82 | 18 | 5E | 0 | 52 | 1C | 31 | 140 | 45 | 1E |
| Octal | 202 | 30 | 136 | 0 | 122 | 34 | 61 | 500 | 105 | 36 |
| Binary | 10000010 | 11000 | 1011110 | 0 | 1010010 | 11100 | 110001 | 101000000 | 1000101 | 11110 |
Color Harmonies of #82185E
Complementary color
Monochromatic Colors of #82185E
Black with #82185E
Text Example
Text Example
White with #82185E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82185E; }
p { color: rgb(130,24,94); }
H1.HeaderClassName
{
color: #82185E;
}
.AnyTagClassName
{
color: #82185E;
}
</style>
background-color css
<style>
a { background-color: #82185E; }
a { background-color: rgb(130,24,94); }
div.DivClassName
{
background-color: #82185E;
}
.BgClassName
{
background-color: #82185E;
}
</style>
border-color css
<style>
span { border-color: #82185E; }
span { border-color: rgb(130,24,94); }
td.TdClassName
{
border-color: #82185E;
}
.TagClassName
{
border-color: #82185E;
}
</style>