Shades of Dark Purple #821066
Tints of Dark Purple #821066
RGB
CMYK
RGB Variations
Color information
#821066 (or 0x821066) is known color: Dark Purple. HEX triplet: 82, 10 and 66. RGB value is (130,16,102). Sum of RGB (Red+Green+Blue) = 130+16+102=248 (32% of max value = 765). Red value is 130 (51.17% from 255 or 52.42% from 248); Green value is 16 (6.64% from 255 or 6.45% from 248); Blue value is 102 (40.23% from 255 or 41.13% from 248); Max value from RGB is 130 - color contains mainly: red. Hex color #821066 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #821066 is #7DEF99. Grayscale: #3B3B3B. Windows color (decimal): -8253338 or 6688898. OLE color: 6688898.
HSL color Cylindrical-coordinate representation of color #821066: hue angle of 314.74º degrees, saturation: 0.78, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #821066 is Cyan = 0, Magento = 0.88, Yellow = 0.22 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 16 | 102 | - |
| CMYK | 0 | 0.88 | 0.22 | 0.49 |
| HSL | 314.74º | 0.78% | 0.29% | - |
| HSV(B) | 314.74º | 0.88% | 0.51% | - |
| XYZ | 11.79 | 6.08 | 13.12 | - |
| YUV | 59.89 | 151.77 | 178.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 16 | 102 | 0 | 0.88 | 0.22 | 0.49 | 314.74 | 0.78 | 0.29 |
| Hex | 82 | 10 | 66 | 0 | 58 | 16 | 31 | 13B | 4E | 1D |
| Octal | 202 | 20 | 146 | 0 | 130 | 26 | 61 | 473 | 116 | 35 |
| Binary | 10000010 | 10000 | 1100110 | 0 | 1011000 | 10110 | 110001 | 100111011 | 1001110 | 11101 |
Color Harmonies of #821066
Complementary color
Monochromatic Colors of #821066
Black with #821066
Text Example
Text Example
White with #821066
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #821066; }
p { color: rgb(130,16,102); }
H1.HeaderClassName
{
color: #821066;
}
.AnyTagClassName
{
color: #821066;
}
</style>
background-color css
<style>
a { background-color: #821066; }
a { background-color: rgb(130,16,102); }
div.DivClassName
{
background-color: #821066;
}
.BgClassName
{
background-color: #821066;
}
</style>
border-color css
<style>
span { border-color: #821066; }
span { border-color: rgb(130,16,102); }
td.TdClassName
{
border-color: #821066;
}
.TagClassName
{
border-color: #821066;
}
</style>