Shades of Purple #821186
Tints of Purple #821186
RGB
CMYK
RGB Variations
Color information
#821186 (or 0x821186) is known color: Purple. HEX triplet: 82, 11 and 86. RGB value is (130,17,134). Sum of RGB (Red+Green+Blue) = 130+17+134=281 (37% of max value = 765). Red value is 130 (51.17% from 255 or 46.26% from 281); Green value is 17 (7.03% from 255 or 6.05% from 281); Blue value is 134 (52.73% from 255 or 47.69% from 281); Max value from RGB is 134 - color contains mainly: blue. Hex color #821186 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #821186 is #7DEE79. Grayscale: #3F3F3F. Windows color (decimal): -8253050 or 8786306. OLE color: 8786306.
HSL color Cylindrical-coordinate representation of color #821186: hue angle of 297.95º degrees, saturation: 0.77, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #821186 is Cyan = 0.03, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 130 | 17 | 134 | - |
| CMYK | 0.03 | 0.87 | 0 | 0.47 |
| HSL | 297.95º | 0.77% | 0.3% | - |
| HSV(B) | 297.95º | 0.87% | 0.53% | - |
| XYZ | 13.71 | 6.87 | 23.16 | - |
| YUV | 64.13 | 167.44 | 174.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 17 | 134 | 0.03 | 0.87 | 0 | 0.47 | 297.95 | 0.77 | 0.3 |
| Hex | 82 | 11 | 86 | 3 | 57 | 0 | 2F | 12A | 4D | 1E |
| Octal | 202 | 21 | 206 | 3 | 127 | 0 | 57 | 452 | 115 | 36 |
| Binary | 10000010 | 10001 | 10000110 | 11 | 1010111 | 0 | 101111 | 100101010 | 1001101 | 11110 |
Color Harmonies of #821186
Complementary color
Monochromatic Colors of #821186
Black with #821186
Text Example
Text Example
White with #821186
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #821186; }
p { color: rgb(130,17,134); }
H1.HeaderClassName
{
color: #821186;
}
.AnyTagClassName
{
color: #821186;
}
</style>
background-color css
<style>
a { background-color: #821186; }
a { background-color: rgb(130,17,134); }
div.DivClassName
{
background-color: #821186;
}
.BgClassName
{
background-color: #821186;
}
</style>
border-color css
<style>
span { border-color: #821186; }
span { border-color: rgb(130,17,134); }
td.TdClassName
{
border-color: #821186;
}
.TagClassName
{
border-color: #821186;
}
</style>