Shades of Medium Purple #826EDA
Tints of Medium Purple #826EDA
RGB
CMYK
RGB Variations
Color information
#826EDA (or 0x826EDA) is known color: Medium Purple. HEX triplet: 82, 6E and DA. RGB value is (130,110,218). Sum of RGB (Red+Green+Blue) = 130+110+218=458 (60% of max value = 765). Red value is 130 (51.17% from 255 or 28.38% from 458); Green value is 110 (43.36% from 255 or 24.02% from 458); Blue value is 218 (85.55% from 255 or 47.60% from 458); Max value from RGB is 218 - color contains mainly: blue. Hex color #826EDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #826EDA is #7D9125. Grayscale: #7F7F7F. Windows color (decimal): -8229158 or 14315138. OLE color: 14315138.
HSL color Cylindrical-coordinate representation of color #826EDA: hue angle of 251.11º degrees, saturation: 0.59, 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 #826EDA is Cyan = 0.40, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 130 | 110 | 218 | - |
| CMYK | 0.40 | 0.50 | 0 | 0.15 |
| HSL | 251.11º | 0.59% | 0.64% | - |
| HSV(B) | 251.11º | 0.5% | 0.85% | - |
| XYZ | 27.44 | 20.96 | 68.93 | - |
| YUV | 128.29 | 178.63 | 129.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 110 | 218 | 0.40 | 0.50 | 0 | 0.15 | 251.11 | 0.59 | 0.64 |
| Hex | 82 | 6E | DA | 28 | 32 | 0 | F | FB | 3B | 40 |
| Octal | 202 | 156 | 332 | 50 | 62 | 0 | 17 | 373 | 73 | 100 |
| Binary | 10000010 | 1101110 | 11011010 | 101000 | 110010 | 0 | 1111 | 11111011 | 111011 | 1000000 |
Color Harmonies of #826EDA
Complementary color
Monochromatic Colors of #826EDA
Black with #826EDA
Text Example
Text Example
White with #826EDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #826EDA; }
p { color: rgb(130,110,218); }
H1.HeaderClassName
{
color: #826EDA;
}
.AnyTagClassName
{
color: #826EDA;
}
</style>
background-color css
<style>
a { background-color: #826EDA; }
a { background-color: rgb(130,110,218); }
div.DivClassName
{
background-color: #826EDA;
}
.BgClassName
{
background-color: #826EDA;
}
</style>
border-color css
<style>
span { border-color: #826EDA; }
span { border-color: rgb(130,110,218); }
td.TdClassName
{
border-color: #826EDA;
}
.TagClassName
{
border-color: #826EDA;
}
</style>