Shades of Dark Purple #820A6C
Tints of Dark Purple #820A6C
RGB
CMYK
RGB Variations
Color information
#820A6C (or 0x820A6C) is known color: Dark Purple. HEX triplet: 82, 0A and 6C. RGB value is (130,10,108). Sum of RGB (Red+Green+Blue) = 130+10+108=248 (32% of max value = 765). Red value is 130 (51.17% from 255 or 52.42% from 248); Green value is 10 (4.30% from 255 or 4.03% from 248); Blue value is 108 (42.58% from 255 or 43.55% from 248); Max value from RGB is 130 - color contains mainly: red. Hex color #820A6C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #820A6C is #7DF593. Grayscale: #383838. Windows color (decimal): -8254868 or 7080578. OLE color: 7080578.
HSL color Cylindrical-coordinate representation of color #820A6C: hue angle of 311º degrees, saturation: 0.86, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #820A6C is Cyan = 0, Magento = 0.92, Yellow = 0.17 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 10 | 108 | - |
| CMYK | 0 | 0.92 | 0.17 | 0.49 |
| HSL | 311º | 0.86% | 0.27% | - |
| HSV(B) | 311º | 0.92% | 0.51% | - |
| XYZ | 12.02 | 6.05 | 14.72 | - |
| YUV | 57.05 | 156.76 | 180.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 10 | 108 | 0 | 0.92 | 0.17 | 0.49 | 311 | 0.86 | 0.27 |
| Hex | 82 | A | 6C | 0 | 5C | 11 | 31 | 137 | 56 | 1B |
| Octal | 202 | 12 | 154 | 0 | 134 | 21 | 61 | 467 | 126 | 33 |
| Binary | 10000010 | 1010 | 1101100 | 0 | 1011100 | 10001 | 110001 | 100110111 | 1010110 | 11011 |
Color Harmonies of #820A6C
Complementary color
Monochromatic Colors of #820A6C
Black with #820A6C
Text Example
Text Example
White with #820A6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #820A6C; }
p { color: rgb(130,10,108); }
H1.HeaderClassName
{
color: #820A6C;
}
.AnyTagClassName
{
color: #820A6C;
}
</style>
background-color css
<style>
a { background-color: #820A6C; }
a { background-color: rgb(130,10,108); }
div.DivClassName
{
background-color: #820A6C;
}
.BgClassName
{
background-color: #820A6C;
}
</style>
border-color css
<style>
span { border-color: #820A6C; }
span { border-color: rgb(130,10,108); }
td.TdClassName
{
border-color: #820A6C;
}
.TagClassName
{
border-color: #820A6C;
}
</style>