Shades of Medium Purple #826CDB
Tints of Medium Purple #826CDB
RGB
CMYK
RGB Variations
Color information
#826CDB (or 0x826CDB) is known color: Medium Purple. HEX triplet: 82, 6C and DB. RGB value is (130,108,219). Sum of RGB (Red+Green+Blue) = 130+108+219=457 (60% of max value = 765). Red value is 130 (51.17% from 255 or 28.45% from 457); Green value is 108 (42.58% from 255 or 23.63% from 457); Blue value is 219 (85.94% from 255 or 47.92% from 457); Max value from RGB is 219 - color contains mainly: blue. Hex color #826CDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #826CDB is #7D9324. Grayscale: #7E7E7E. Windows color (decimal): -8229669 or 14380162. OLE color: 14380162.
HSL color Cylindrical-coordinate representation of color #826CDB: hue angle of 251.89º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #826CDB is Cyan = 0.41, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 130 | 108 | 219 | - |
| CMYK | 0.41 | 0.51 | 0 | 0.14 |
| HSL | 251.89º | 0.61% | 0.64% | - |
| HSV(B) | 251.89º | 0.51% | 0.86% | - |
| XYZ | 27.35 | 20.59 | 69.55 | - |
| YUV | 127.23 | 179.79 | 129.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 108 | 219 | 0.41 | 0.51 | 0 | 0.14 | 251.89 | 0.61 | 0.64 |
| Hex | 82 | 6C | DB | 29 | 33 | 0 | E | FC | 3D | 40 |
| Octal | 202 | 154 | 333 | 51 | 63 | 0 | 16 | 374 | 75 | 100 |
| Binary | 10000010 | 1101100 | 11011011 | 101001 | 110011 | 0 | 1110 | 11111100 | 111101 | 1000000 |
Color Harmonies of #826CDB
Complementary color
Monochromatic Colors of #826CDB
Black with #826CDB
Text Example
Text Example
White with #826CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #826CDB; }
p { color: rgb(130,108,219); }
H1.HeaderClassName
{
color: #826CDB;
}
.AnyTagClassName
{
color: #826CDB;
}
</style>
background-color css
<style>
a { background-color: #826CDB; }
a { background-color: rgb(130,108,219); }
div.DivClassName
{
background-color: #826CDB;
}
.BgClassName
{
background-color: #826CDB;
}
</style>
border-color css
<style>
span { border-color: #826CDB; }
span { border-color: rgb(130,108,219); }
td.TdClassName
{
border-color: #826CDB;
}
.TagClassName
{
border-color: #826CDB;
}
</style>