Shades of Dark Purple #822F6A
Tints of Dark Purple #822F6A
RGB
CMYK
RGB Variations
Color information
#822F6A (or 0x822F6A) is known color: Dark Purple. HEX triplet: 82, 2F and 6A. RGB value is (130,47,106). Sum of RGB (Red+Green+Blue) = 130+47+106=283 (37% of max value = 765). Red value is 130 (51.17% from 255 or 45.94% from 283); Green value is 47 (18.75% from 255 or 16.61% from 283); Blue value is 106 (41.80% from 255 or 37.46% from 283); Max value from RGB is 130 - color contains mainly: red. Hex color #822F6A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #822F6A is #7DD095. Grayscale: #4E4E4E. Windows color (decimal): -8245398 or 6958978. OLE color: 6958978.
HSL color Cylindrical-coordinate representation of color #822F6A: hue angle of 317.35º degrees, saturation: 0.47, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #822F6A is Cyan = 0, Magento = 0.64, Yellow = 0.18 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 47 | 106 | - |
| CMYK | 0 | 0.64 | 0.18 | 0.49 |
| HSL | 317.35º | 0.47% | 0.35% | - |
| HSV(B) | 317.35º | 0.64% | 0.51% | - |
| XYZ | 12.82 | 7.82 | 14.47 | - |
| YUV | 78.54 | 143.5 | 164.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 47 | 106 | 0 | 0.64 | 0.18 | 0.49 | 317.35 | 0.47 | 0.35 |
| Hex | 82 | 2F | 6A | 0 | 40 | 12 | 31 | 13D | 2F | 23 |
| Octal | 202 | 57 | 152 | 0 | 100 | 22 | 61 | 475 | 57 | 43 |
| Binary | 10000010 | 101111 | 1101010 | 0 | 1000000 | 10010 | 110001 | 100111101 | 101111 | 100011 |
Color Harmonies of #822F6A
Complementary color
Monochromatic Colors of #822F6A
Black with #822F6A
Text Example
Text Example
White with #822F6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #822F6A; }
p { color: rgb(130,47,106); }
H1.HeaderClassName
{
color: #822F6A;
}
.AnyTagClassName
{
color: #822F6A;
}
</style>
background-color css
<style>
a { background-color: #822F6A; }
a { background-color: rgb(130,47,106); }
div.DivClassName
{
background-color: #822F6A;
}
.BgClassName
{
background-color: #822F6A;
}
</style>
border-color css
<style>
span { border-color: #822F6A; }
span { border-color: rgb(130,47,106); }
td.TdClassName
{
border-color: #822F6A;
}
.TagClassName
{
border-color: #822F6A;
}
</style>