Shades of Dark Purple #82106C
Tints of Dark Purple #82106C
RGB
CMYK
RGB Variations
Color information
#82106C (or 0x82106C) is known color: Dark Purple. HEX triplet: 82, 10 and 6C. RGB value is (130,16,108). Sum of RGB (Red+Green+Blue) = 130+16+108=254 (33% of max value = 765). Red value is 130 (51.17% from 255 or 51.18% from 254); Green value is 16 (6.64% from 255 or 6.30% from 254); Blue value is 108 (42.58% from 255 or 42.52% from 254); Max value from RGB is 130 - color contains mainly: red. Hex color #82106C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #82106C is #7DEF93. Grayscale: #3C3C3C. Windows color (decimal): -8253332 or 7082114. OLE color: 7082114.
HSL color Cylindrical-coordinate representation of color #82106C: hue angle of 311.58º 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 #82106C is Cyan = 0, Magento = 0.88, Yellow = 0.17 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 16 | 108 | - |
| CMYK | 0 | 0.88 | 0.17 | 0.49 |
| HSL | 311.58º | 0.78% | 0.29% | - |
| HSV(B) | 311.58º | 0.88% | 0.51% | - |
| XYZ | 12.1 | 6.2 | 14.75 | - |
| YUV | 60.57 | 154.77 | 177.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 16 | 108 | 0 | 0.88 | 0.17 | 0.49 | 311.58 | 0.78 | 0.29 |
| Hex | 82 | 10 | 6C | 0 | 58 | 11 | 31 | 138 | 4E | 1D |
| Octal | 202 | 20 | 154 | 0 | 130 | 21 | 61 | 470 | 116 | 35 |
| Binary | 10000010 | 10000 | 1101100 | 0 | 1011000 | 10001 | 110001 | 100111000 | 1001110 | 11101 |
Color Harmonies of #82106C
Complementary color
Monochromatic Colors of #82106C
Black with #82106C
Text Example
Text Example
White with #82106C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82106C; }
p { color: rgb(130,16,108); }
H1.HeaderClassName
{
color: #82106C;
}
.AnyTagClassName
{
color: #82106C;
}
</style>
background-color css
<style>
a { background-color: #82106C; }
a { background-color: rgb(130,16,108); }
div.DivClassName
{
background-color: #82106C;
}
.BgClassName
{
background-color: #82106C;
}
</style>
border-color css
<style>
span { border-color: #82106C; }
span { border-color: rgb(130,16,108); }
td.TdClassName
{
border-color: #82106C;
}
.TagClassName
{
border-color: #82106C;
}
</style>