Shades of Medium Purple #826CDA
Tints of Medium Purple #826CDA
RGB
CMYK
RGB Variations
Color information
#826CDA (or 0x826CDA) is known color: Medium Purple. HEX triplet: 82, 6C and DA. RGB value is (130,108,218). Sum of RGB (Red+Green+Blue) = 130+108+218=456 (60% of max value = 765). Red value is 130 (51.17% from 255 or 28.51% from 456); Green value is 108 (42.58% from 255 or 23.68% from 456); Blue value is 218 (85.55% from 255 or 47.81% from 456); Max value from RGB is 218 - color contains mainly: blue. Hex color #826CDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #826CDA is #7D9325. Grayscale: #7E7E7E. Windows color (decimal): -8229670 or 14314626. OLE color: 14314626.
HSL color Cylindrical-coordinate representation of color #826CDA: hue angle of 252º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #826CDA is Cyan = 0.40, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 130 | 108 | 218 | - |
| CMYK | 0.40 | 0.50 | 0 | 0.15 |
| HSL | 252º | 0.6% | 0.64% | - |
| HSV(B) | 252º | 0.5% | 0.85% | - |
| XYZ | 27.22 | 20.53 | 68.86 | - |
| YUV | 127.12 | 179.29 | 130.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 108 | 218 | 0.40 | 0.50 | 0 | 0.15 | 252 | 0.6 | 0.64 |
| Hex | 82 | 6C | DA | 28 | 32 | 0 | F | FC | 3C | 40 |
| Octal | 202 | 154 | 332 | 50 | 62 | 0 | 17 | 374 | 74 | 100 |
| Binary | 10000010 | 1101100 | 11011010 | 101000 | 110010 | 0 | 1111 | 11111100 | 111100 | 1000000 |
Color Harmonies of #826CDA
Complementary color
Monochromatic Colors of #826CDA
Black with #826CDA
Text Example
Text Example
White with #826CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #826CDA; }
p { color: rgb(130,108,218); }
H1.HeaderClassName
{
color: #826CDA;
}
.AnyTagClassName
{
color: #826CDA;
}
</style>
background-color css
<style>
a { background-color: #826CDA; }
a { background-color: rgb(130,108,218); }
div.DivClassName
{
background-color: #826CDA;
}
.BgClassName
{
background-color: #826CDA;
}
</style>
border-color css
<style>
span { border-color: #826CDA; }
span { border-color: rgb(130,108,218); }
td.TdClassName
{
border-color: #826CDA;
}
.TagClassName
{
border-color: #826CDA;
}
</style>