Shades of Medium Purple #826ADA
Tints of Medium Purple #826ADA
RGB
CMYK
RGB Variations
Color information
#826ADA (or 0x826ADA) is known color: Medium Purple. HEX triplet: 82, 6A and DA. RGB value is (130,106,218). Sum of RGB (Red+Green+Blue) = 130+106+218=454 (60% of max value = 765). Red value is 130 (51.17% from 255 or 28.63% from 454); Green value is 106 (41.80% from 255 or 23.35% from 454); Blue value is 218 (85.55% from 255 or 48.02% from 454); Max value from RGB is 218 - color contains mainly: blue. Hex color #826ADA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #826ADA is #7D9525. Grayscale: #7D7D7D. Windows color (decimal): -8230182 or 14314114. OLE color: 14314114.
HSL color Cylindrical-coordinate representation of color #826ADA: hue angle of 252.86º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #826ADA is Cyan = 0.40, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 130 | 106 | 218 | - |
| CMYK | 0.40 | 0.51 | 0 | 0.15 |
| HSL | 252.86º | 0.6% | 0.64% | - |
| HSV(B) | 252.86º | 0.51% | 0.85% | - |
| XYZ | 27.01 | 20.12 | 68.79 | - |
| YUV | 125.94 | 179.95 | 130.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 106 | 218 | 0.40 | 0.51 | 0 | 0.15 | 252.86 | 0.6 | 0.64 |
| Hex | 82 | 6A | DA | 28 | 33 | 0 | F | FD | 3C | 40 |
| Octal | 202 | 152 | 332 | 50 | 63 | 0 | 17 | 375 | 74 | 100 |
| Binary | 10000010 | 1101010 | 11011010 | 101000 | 110011 | 0 | 1111 | 11111101 | 111100 | 1000000 |
Color Harmonies of #826ADA
Complementary color
Monochromatic Colors of #826ADA
Black with #826ADA
Text Example
Text Example
White with #826ADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #826ADA; }
p { color: rgb(130,106,218); }
H1.HeaderClassName
{
color: #826ADA;
}
.AnyTagClassName
{
color: #826ADA;
}
</style>
background-color css
<style>
a { background-color: #826ADA; }
a { background-color: rgb(130,106,218); }
div.DivClassName
{
background-color: #826ADA;
}
.BgClassName
{
background-color: #826ADA;
}
</style>
border-color css
<style>
span { border-color: #826ADA; }
span { border-color: rgb(130,106,218); }
td.TdClassName
{
border-color: #826ADA;
}
.TagClassName
{
border-color: #826ADA;
}
</style>