Shades of Dark Purple #821685
Tints of Dark Purple #821685
RGB
CMYK
RGB Variations
Color information
#821685 (or 0x821685) is known color: Dark Purple. HEX triplet: 82, 16 and 85. RGB value is (130,22,133). Sum of RGB (Red+Green+Blue) = 130+22+133=285 (37% of max value = 765). Red value is 130 (51.17% from 255 or 45.61% from 285); Green value is 22 (8.98% from 255 or 7.72% from 285); Blue value is 133 (52.34% from 255 or 46.67% from 285); Max value from RGB is 133 - color contains mainly: blue. Hex color #821685 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #821685 is #7DE97A. Grayscale: #424242. Windows color (decimal): -8251771 or 8722050. OLE color: 8722050.
HSL color Cylindrical-coordinate representation of color #821685: hue angle of 298.38º degrees, saturation: 0.72, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #821685 is Cyan = 0.02, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 130 | 22 | 133 | - |
| CMYK | 0.02 | 0.83 | 0 | 0.48 |
| HSL | 298.38º | 0.72% | 0.3% | - |
| HSV(B) | 298.38º | 0.83% | 0.52% | - |
| XYZ | 13.73 | 7.01 | 22.82 | - |
| YUV | 66.95 | 165.28 | 172.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 22 | 133 | 0.02 | 0.83 | 0 | 0.48 | 298.38 | 0.72 | 0.3 |
| Hex | 82 | 16 | 85 | 2 | 53 | 0 | 30 | 12A | 48 | 1E |
| Octal | 202 | 26 | 205 | 2 | 123 | 0 | 60 | 452 | 110 | 36 |
| Binary | 10000010 | 10110 | 10000101 | 10 | 1010011 | 0 | 110000 | 100101010 | 1001000 | 11110 |
Color Harmonies of #821685
Complementary color
Monochromatic Colors of #821685
Black with #821685
Text Example
Text Example
White with #821685
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #821685; }
p { color: rgb(130,22,133); }
H1.HeaderClassName
{
color: #821685;
}
.AnyTagClassName
{
color: #821685;
}
</style>
background-color css
<style>
a { background-color: #821685; }
a { background-color: rgb(130,22,133); }
div.DivClassName
{
background-color: #821685;
}
.BgClassName
{
background-color: #821685;
}
</style>
border-color css
<style>
span { border-color: #821685; }
span { border-color: rgb(130,22,133); }
td.TdClassName
{
border-color: #821685;
}
.TagClassName
{
border-color: #821685;
}
</style>