Shades of Dark Purple #820B69
Tints of Dark Purple #820B69
RGB
CMYK
RGB Variations
Color information
#820B69 (or 0x820B69) is known color: Dark Purple. HEX triplet: 82, 0B and 69. RGB value is (130,11,105). Sum of RGB (Red+Green+Blue) = 130+11+105=246 (32% of max value = 765). Red value is 130 (51.17% from 255 or 52.85% from 246); Green value is 11 (4.69% from 255 or 4.47% from 246); Blue value is 105 (41.41% from 255 or 42.68% from 246); Max value from RGB is 130 - color contains mainly: red. Hex color #820B69 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #820B69 is #7DF496. Grayscale: #393939. Windows color (decimal): -8254615 or 6884226. OLE color: 6884226.
HSL color Cylindrical-coordinate representation of color #820B69: hue angle of 312.61º degrees, saturation: 0.84, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #820B69 is Cyan = 0, Magento = 0.92, Yellow = 0.19 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 11 | 105 | - |
| CMYK | 0 | 0.92 | 0.19 | 0.49 |
| HSL | 312.61º | 0.84% | 0.28% | - |
| HSV(B) | 312.61º | 0.92% | 0.51% | - |
| XYZ | 11.88 | 6.01 | 13.9 | - |
| YUV | 57.3 | 154.92 | 179.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 11 | 105 | 0 | 0.92 | 0.19 | 0.49 | 312.61 | 0.84 | 0.28 |
| Hex | 82 | B | 69 | 0 | 5C | 13 | 31 | 139 | 54 | 1C |
| Octal | 202 | 13 | 151 | 0 | 134 | 23 | 61 | 471 | 124 | 34 |
| Binary | 10000010 | 1011 | 1101001 | 0 | 1011100 | 10011 | 110001 | 100111001 | 1010100 | 11100 |
Color Harmonies of #820B69
Complementary color
Monochromatic Colors of #820B69
Black with #820B69
Text Example
Text Example
White with #820B69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #820B69; }
p { color: rgb(130,11,105); }
H1.HeaderClassName
{
color: #820B69;
}
.AnyTagClassName
{
color: #820B69;
}
</style>
background-color css
<style>
a { background-color: #820B69; }
a { background-color: rgb(130,11,105); }
div.DivClassName
{
background-color: #820B69;
}
.BgClassName
{
background-color: #820B69;
}
</style>
border-color css
<style>
span { border-color: #820B69; }
span { border-color: rgb(130,11,105); }
td.TdClassName
{
border-color: #820B69;
}
.TagClassName
{
border-color: #820B69;
}
</style>