Shades of Medium Purple #826DDB
Tints of Medium Purple #826DDB
RGB
CMYK
RGB Variations
Color information
#826DDB (or 0x826DDB) is known color: Medium Purple. HEX triplet: 82, 6D and DB. RGB value is (130,109,219). Sum of RGB (Red+Green+Blue) = 130+109+219=458 (60% of max value = 765). Red value is 130 (51.17% from 255 or 28.38% from 458); Green value is 109 (42.97% from 255 or 23.80% from 458); Blue value is 219 (85.94% from 255 or 47.82% from 458); Max value from RGB is 219 - color contains mainly: blue. Hex color #826DDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #826DDB is #7D9224. Grayscale: #7F7F7F. Windows color (decimal): -8229413 or 14380418. OLE color: 14380418.
HSL color Cylindrical-coordinate representation of color #826DDB: hue angle of 251.45º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #826DDB is Cyan = 0.41, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 130 | 109 | 219 | - |
| CMYK | 0.41 | 0.50 | 0 | 0.14 |
| HSL | 251.45º | 0.6% | 0.64% | - |
| HSV(B) | 251.45º | 0.5% | 0.86% | - |
| XYZ | 27.46 | 20.8 | 69.58 | - |
| YUV | 127.82 | 179.46 | 129.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 109 | 219 | 0.41 | 0.50 | 0 | 0.14 | 251.45 | 0.6 | 0.64 |
| Hex | 82 | 6D | DB | 29 | 32 | 0 | E | FB | 3C | 40 |
| Octal | 202 | 155 | 333 | 51 | 62 | 0 | 16 | 373 | 74 | 100 |
| Binary | 10000010 | 1101101 | 11011011 | 101001 | 110010 | 0 | 1110 | 11111011 | 111100 | 1000000 |
Color Harmonies of #826DDB
Complementary color
Monochromatic Colors of #826DDB
Black with #826DDB
Text Example
Text Example
White with #826DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #826DDB; }
p { color: rgb(130,109,219); }
H1.HeaderClassName
{
color: #826DDB;
}
.AnyTagClassName
{
color: #826DDB;
}
</style>
background-color css
<style>
a { background-color: #826DDB; }
a { background-color: rgb(130,109,219); }
div.DivClassName
{
background-color: #826DDB;
}
.BgClassName
{
background-color: #826DDB;
}
</style>
border-color css
<style>
span { border-color: #826DDB; }
span { border-color: rgb(130,109,219); }
td.TdClassName
{
border-color: #826DDB;
}
.TagClassName
{
border-color: #826DDB;
}
</style>