Shades of Dark Purple #82116B
Tints of Dark Purple #82116B
RGB
CMYK
RGB Variations
Color information
#82116B (or 0x82116B) is known color: Dark Purple. HEX triplet: 82, 11 and 6B. RGB value is (130,17,107). Sum of RGB (Red+Green+Blue) = 130+17+107=254 (33% of max value = 765). Red value is 130 (51.17% from 255 or 51.18% from 254); Green value is 17 (7.03% from 255 or 6.69% from 254); Blue value is 107 (42.19% from 255 or 42.13% from 254); Max value from RGB is 130 - color contains mainly: red. Hex color #82116B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #82116B is #7DEE94. Grayscale: #3C3C3C. Windows color (decimal): -8253077 or 7016834. OLE color: 7016834.
HSL color Cylindrical-coordinate representation of color #82116B: hue angle of 312.21º 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 #82116B is Cyan = 0, Magento = 0.87, Yellow = 0.18 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 17 | 107 | - |
| CMYK | 0 | 0.87 | 0.18 | 0.49 |
| HSL | 312.21º | 0.77% | 0.29% | - |
| HSV(B) | 312.21º | 0.87% | 0.51% | - |
| XYZ | 12.06 | 6.21 | 14.47 | - |
| YUV | 61.05 | 153.94 | 177.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 17 | 107 | 0 | 0.87 | 0.18 | 0.49 | 312.21 | 0.77 | 0.29 |
| Hex | 82 | 11 | 6B | 0 | 57 | 12 | 31 | 138 | 4D | 1D |
| Octal | 202 | 21 | 153 | 0 | 127 | 22 | 61 | 470 | 115 | 35 |
| Binary | 10000010 | 10001 | 1101011 | 0 | 1010111 | 10010 | 110001 | 100111000 | 1001101 | 11101 |
Color Harmonies of #82116B
Complementary color
Monochromatic Colors of #82116B
Black with #82116B
Text Example
Text Example
White with #82116B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82116B; }
p { color: rgb(130,17,107); }
H1.HeaderClassName
{
color: #82116B;
}
.AnyTagClassName
{
color: #82116B;
}
</style>
background-color css
<style>
a { background-color: #82116B; }
a { background-color: rgb(130,17,107); }
div.DivClassName
{
background-color: #82116B;
}
.BgClassName
{
background-color: #82116B;
}
</style>
border-color css
<style>
span { border-color: #82116B; }
span { border-color: rgb(130,17,107); }
td.TdClassName
{
border-color: #82116B;
}
.TagClassName
{
border-color: #82116B;
}
</style>