Shades of Dark Purple #820C6A
Tints of Dark Purple #820C6A
RGB
CMYK
RGB Variations
Color information
#820C6A (or 0x820C6A) is known color: Dark Purple. HEX triplet: 82, 0C and 6A. RGB value is (130,12,106). Sum of RGB (Red+Green+Blue) = 130+12+106=248 (32% of max value = 765). Red value is 130 (51.17% from 255 or 52.42% from 248); Green value is 12 (5.08% from 255 or 4.84% from 248); Blue value is 106 (41.80% from 255 or 42.74% from 248); Max value from RGB is 130 - color contains mainly: red. Hex color #820C6A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #820C6A is #7DF395. Grayscale: #393939. Windows color (decimal): -8254358 or 6950018. OLE color: 6950018.
HSL color Cylindrical-coordinate representation of color #820C6A: hue angle of 312.2º degrees, saturation: 0.83, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #820C6A is Cyan = 0, Magento = 0.91, Yellow = 0.18 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 12 | 106 | - |
| CMYK | 0 | 0.91 | 0.18 | 0.49 |
| HSL | 312.2º | 0.83% | 0.28% | - |
| HSV(B) | 312.2º | 0.91% | 0.51% | - |
| XYZ | 11.94 | 6.05 | 14.17 | - |
| YUV | 58 | 155.09 | 179.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 12 | 106 | 0 | 0.91 | 0.18 | 0.49 | 312.2 | 0.83 | 0.28 |
| Hex | 82 | C | 6A | 0 | 5B | 12 | 31 | 138 | 53 | 1C |
| Octal | 202 | 14 | 152 | 0 | 133 | 22 | 61 | 470 | 123 | 34 |
| Binary | 10000010 | 1100 | 1101010 | 0 | 1011011 | 10010 | 110001 | 100111000 | 1010011 | 11100 |
Color Harmonies of #820C6A
Complementary color
Monochromatic Colors of #820C6A
Black with #820C6A
Text Example
Text Example
White with #820C6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #820C6A; }
p { color: rgb(130,12,106); }
H1.HeaderClassName
{
color: #820C6A;
}
.AnyTagClassName
{
color: #820C6A;
}
</style>
background-color css
<style>
a { background-color: #820C6A; }
a { background-color: rgb(130,12,106); }
div.DivClassName
{
background-color: #820C6A;
}
.BgClassName
{
background-color: #820C6A;
}
</style>
border-color css
<style>
span { border-color: #820C6A; }
span { border-color: rgb(130,12,106); }
td.TdClassName
{
border-color: #820C6A;
}
.TagClassName
{
border-color: #820C6A;
}
</style>