Shades of Dark Purple #82166B
Tints of Dark Purple #82166B
RGB
CMYK
RGB Variations
Color information
#82166B (or 0x82166B) is known color: Dark Purple. HEX triplet: 82, 16 and 6B. RGB value is (130,22,107). Sum of RGB (Red+Green+Blue) = 130+22+107=259 (34% of max value = 765). Red value is 130 (51.17% from 255 or 50.19% from 259); Green value is 22 (8.98% from 255 or 8.49% from 259); Blue value is 107 (42.19% from 255 or 41.31% from 259); Max value from RGB is 130 - color contains mainly: red. Hex color #82166B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #82166B is #7DE994. Grayscale: #3F3F3F. Windows color (decimal): -8251797 or 7018114. OLE color: 7018114.
HSL color Cylindrical-coordinate representation of color #82166B: hue angle of 312.78º degrees, saturation: 0.71, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #82166B is Cyan = 0, Magento = 0.83, Yellow = 0.18 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 22 | 107 | - |
| CMYK | 0 | 0.83 | 0.18 | 0.49 |
| HSL | 312.78º | 0.71% | 0.3% | - |
| HSV(B) | 312.78º | 0.83% | 0.51% | - |
| XYZ | 12.15 | 6.38 | 14.5 | - |
| YUV | 63.98 | 152.28 | 175.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 22 | 107 | 0 | 0.83 | 0.18 | 0.49 | 312.78 | 0.71 | 0.3 |
| Hex | 82 | 16 | 6B | 0 | 53 | 12 | 31 | 139 | 47 | 1E |
| Octal | 202 | 26 | 153 | 0 | 123 | 22 | 61 | 471 | 107 | 36 |
| Binary | 10000010 | 10110 | 1101011 | 0 | 1010011 | 10010 | 110001 | 100111001 | 1000111 | 11110 |
Color Harmonies of #82166B
Complementary color
Monochromatic Colors of #82166B
Black with #82166B
Text Example
Text Example
White with #82166B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82166B; }
p { color: rgb(130,22,107); }
H1.HeaderClassName
{
color: #82166B;
}
.AnyTagClassName
{
color: #82166B;
}
</style>
background-color css
<style>
a { background-color: #82166B; }
a { background-color: rgb(130,22,107); }
div.DivClassName
{
background-color: #82166B;
}
.BgClassName
{
background-color: #82166B;
}
</style>
border-color css
<style>
span { border-color: #82166B; }
span { border-color: rgb(130,22,107); }
td.TdClassName
{
border-color: #82166B;
}
.TagClassName
{
border-color: #82166B;
}
</style>