Shades of Purple #821185
Tints of Purple #821185
RGB
CMYK
RGB Variations
Color information
#821185 (or 0x821185) is known color: Purple. HEX triplet: 82, 11 and 85. RGB value is (130,17,133). Sum of RGB (Red+Green+Blue) = 130+17+133=280 (37% of max value = 765). Red value is 130 (51.17% from 255 or 46.43% from 280); Green value is 17 (7.03% from 255 or 6.07% from 280); Blue value is 133 (52.34% from 255 or 47.5% from 280); Max value from RGB is 133 - color contains mainly: blue. Hex color #821185 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #821185 is #7DEE7A. Grayscale: #3F3F3F. Windows color (decimal): -8253051 or 8720770. OLE color: 8720770.
HSL color Cylindrical-coordinate representation of color #821185: hue angle of 298.45º degrees, saturation: 0.77, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #821185 is Cyan = 0.02, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 130 | 17 | 133 | - |
| CMYK | 0.02 | 0.87 | 0 | 0.48 |
| HSL | 298.45º | 0.77% | 0.29% | - |
| HSV(B) | 298.45º | 0.87% | 0.52% | - |
| XYZ | 13.64 | 6.84 | 22.79 | - |
| YUV | 64.01 | 166.94 | 175.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 17 | 133 | 0.02 | 0.87 | 0 | 0.48 | 298.45 | 0.77 | 0.29 |
| Hex | 82 | 11 | 85 | 2 | 57 | 0 | 30 | 12A | 4D | 1D |
| Octal | 202 | 21 | 205 | 2 | 127 | 0 | 60 | 452 | 115 | 35 |
| Binary | 10000010 | 10001 | 10000101 | 10 | 1010111 | 0 | 110000 | 100101010 | 1001101 | 11101 |
Color Harmonies of #821185
Complementary color
Monochromatic Colors of #821185
Black with #821185
Text Example
Text Example
White with #821185
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #821185; }
p { color: rgb(130,17,133); }
H1.HeaderClassName
{
color: #821185;
}
.AnyTagClassName
{
color: #821185;
}
</style>
background-color css
<style>
a { background-color: #821185; }
a { background-color: rgb(130,17,133); }
div.DivClassName
{
background-color: #821185;
}
.BgClassName
{
background-color: #821185;
}
</style>
border-color css
<style>
span { border-color: #821185; }
span { border-color: rgb(130,17,133); }
td.TdClassName
{
border-color: #821185;
}
.TagClassName
{
border-color: #821185;
}
</style>