Shades of Dark Purple #821166
Tints of Dark Purple #821166
RGB
CMYK
RGB Variations
Color information
#821166 (or 0x821166) is known color: Dark Purple. HEX triplet: 82, 11 and 66. RGB value is (130,17,102). Sum of RGB (Red+Green+Blue) = 130+17+102=249 (32% of max value = 765). Red value is 130 (51.17% from 255 or 52.21% from 249); Green value is 17 (7.03% from 255 or 6.83% from 249); Blue value is 102 (40.23% from 255 or 40.96% from 249); Max value from RGB is 130 - color contains mainly: red. Hex color #821166 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #821166 is #7DEE99. Grayscale: #3C3C3C. Windows color (decimal): -8253082 or 6689154. OLE color: 6689154.
HSL color Cylindrical-coordinate representation of color #821166: hue angle of 314.87º degrees, saturation: 0.77, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #821166 is Cyan = 0, Magento = 0.87, Yellow = 0.22 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 17 | 102 | - |
| CMYK | 0 | 0.87 | 0.22 | 0.49 |
| HSL | 314.87º | 0.77% | 0.29% | - |
| HSV(B) | 314.87º | 0.87% | 0.51% | - |
| XYZ | 11.8 | 6.11 | 13.13 | - |
| YUV | 60.48 | 151.44 | 177.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 17 | 102 | 0 | 0.87 | 0.22 | 0.49 | 314.87 | 0.77 | 0.29 |
| Hex | 82 | 11 | 66 | 0 | 57 | 16 | 31 | 13B | 4D | 1D |
| Octal | 202 | 21 | 146 | 0 | 127 | 26 | 61 | 473 | 115 | 35 |
| Binary | 10000010 | 10001 | 1100110 | 0 | 1010111 | 10110 | 110001 | 100111011 | 1001101 | 11101 |
Color Harmonies of #821166
Complementary color
Monochromatic Colors of #821166
Black with #821166
Text Example
Text Example
White with #821166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #821166; }
p { color: rgb(130,17,102); }
H1.HeaderClassName
{
color: #821166;
}
.AnyTagClassName
{
color: #821166;
}
</style>
background-color css
<style>
a { background-color: #821166; }
a { background-color: rgb(130,17,102); }
div.DivClassName
{
background-color: #821166;
}
.BgClassName
{
background-color: #821166;
}
</style>
border-color css
<style>
span { border-color: #821166; }
span { border-color: rgb(130,17,102); }
td.TdClassName
{
border-color: #821166;
}
.TagClassName
{
border-color: #821166;
}
</style>