Shades of Medium Purple #826AD6
Tints of Medium Purple #826AD6
RGB
CMYK
RGB Variations
Color information
#826AD6 (or 0x826AD6) is known color: Medium Purple. HEX triplet: 82, 6A and D6. RGB value is (130,106,214). Sum of RGB (Red+Green+Blue) = 130+106+214=450 (59% of max value = 765). Red value is 130 (51.17% from 255 or 28.89% from 450); Green value is 106 (41.80% from 255 or 23.56% from 450); Blue value is 214 (83.98% from 255 or 47.56% from 450); Max value from RGB is 214 - color contains mainly: blue. Hex color #826AD6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #826AD6 is #7D9529. Grayscale: #7D7D7D. Windows color (decimal): -8230186 or 14051970. OLE color: 14051970.
HSL color Cylindrical-coordinate representation of color #826AD6: hue angle of 253.33º degrees, saturation: 0.57, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #826AD6 is Cyan = 0.39, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 130 | 106 | 214 | - |
| CMYK | 0.39 | 0.50 | 0 | 0.16 |
| HSL | 253.33º | 0.57% | 0.63% | - |
| HSV(B) | 253.33º | 0.5% | 0.84% | - |
| XYZ | 26.5 | 19.91 | 66.06 | - |
| YUV | 125.49 | 177.95 | 131.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 106 | 214 | 0.39 | 0.50 | 0 | 0.16 | 253.33 | 0.57 | 0.63 |
| Hex | 82 | 6A | D6 | 27 | 32 | 0 | 10 | FD | 39 | 3F |
| Octal | 202 | 152 | 326 | 47 | 62 | 0 | 20 | 375 | 71 | 77 |
| Binary | 10000010 | 1101010 | 11010110 | 100111 | 110010 | 0 | 10000 | 11111101 | 111001 | 111111 |
Color Harmonies of #826AD6
Complementary color
Monochromatic Colors of #826AD6
Black with #826AD6
Text Example
Text Example
White with #826AD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #826AD6; }
p { color: rgb(130,106,214); }
H1.HeaderClassName
{
color: #826AD6;
}
.AnyTagClassName
{
color: #826AD6;
}
</style>
background-color css
<style>
a { background-color: #826AD6; }
a { background-color: rgb(130,106,214); }
div.DivClassName
{
background-color: #826AD6;
}
.BgClassName
{
background-color: #826AD6;
}
</style>
border-color css
<style>
span { border-color: #826AD6; }
span { border-color: rgb(130,106,214); }
td.TdClassName
{
border-color: #826AD6;
}
.TagClassName
{
border-color: #826AD6;
}
</style>