Shades of Dark Purple #821785
Tints of Dark Purple #821785
RGB
CMYK
RGB Variations
Color information
#821785 (or 0x821785) is known color: Dark Purple. HEX triplet: 82, 17 and 85. RGB value is (130,23,133). Sum of RGB (Red+Green+Blue) = 130+23+133=286 (37% of max value = 765). Red value is 130 (51.17% from 255 or 45.45% from 286); Green value is 23 (9.38% from 255 or 8.04% from 286); Blue value is 133 (52.34% from 255 or 46.50% from 286); Max value from RGB is 133 - color contains mainly: blue. Hex color #821785 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #821785 is #7DE87A. Grayscale: #434343. Windows color (decimal): -8251515 or 8722306. OLE color: 8722306.
HSL color Cylindrical-coordinate representation of color #821785: hue angle of 298.36º degrees, saturation: 0.71, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #821785 is Cyan = 0.02, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 130 | 23 | 133 | - |
| CMYK | 0.02 | 0.83 | 0 | 0.48 |
| HSL | 298.36º | 0.71% | 0.31% | - |
| HSV(B) | 298.36º | 0.83% | 0.52% | - |
| XYZ | 13.75 | 7.05 | 22.83 | - |
| YUV | 67.53 | 164.95 | 172.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 23 | 133 | 0.02 | 0.83 | 0 | 0.48 | 298.36 | 0.71 | 0.31 |
| Hex | 82 | 17 | 85 | 2 | 53 | 0 | 30 | 12A | 47 | 1F |
| Octal | 202 | 27 | 205 | 2 | 123 | 0 | 60 | 452 | 107 | 37 |
| Binary | 10000010 | 10111 | 10000101 | 10 | 1010011 | 0 | 110000 | 100101010 | 1000111 | 11111 |
Color Harmonies of #821785
Complementary color
Monochromatic Colors of #821785
Black with #821785
Text Example
Text Example
White with #821785
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #821785; }
p { color: rgb(130,23,133); }
H1.HeaderClassName
{
color: #821785;
}
.AnyTagClassName
{
color: #821785;
}
</style>
background-color css
<style>
a { background-color: #821785; }
a { background-color: rgb(130,23,133); }
div.DivClassName
{
background-color: #821785;
}
.BgClassName
{
background-color: #821785;
}
</style>
border-color css
<style>
span { border-color: #821785; }
span { border-color: rgb(130,23,133); }
td.TdClassName
{
border-color: #821785;
}
.TagClassName
{
border-color: #821785;
}
</style>