Shades of Medium Purple #825EDB
Tints of Medium Purple #825EDB
RGB
CMYK
RGB Variations
Color information
#825EDB (or 0x825EDB) is known color: Medium Purple. HEX triplet: 82, 5E and DB. RGB value is (130,94,219). Sum of RGB (Red+Green+Blue) = 130+94+219=443 (58% of max value = 765). Red value is 130 (51.17% from 255 or 29.35% from 443); Green value is 94 (37.11% from 255 or 21.22% from 443); Blue value is 219 (85.94% from 255 or 49.44% from 443); Max value from RGB is 219 - color contains mainly: blue. Hex color #825EDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #825EDB is #7DA124. Grayscale: #767676. Windows color (decimal): -8233253 or 14376578. OLE color: 14376578.
HSL color Cylindrical-coordinate representation of color #825EDB: hue angle of 257.28º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #825EDB is Cyan = 0.41, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 130 | 94 | 219 | - |
| CMYK | 0.41 | 0.57 | 0 | 0.14 |
| HSL | 257.28º | 0.63% | 0.61% | - |
| HSV(B) | 257.28º | 0.57% | 0.86% | - |
| XYZ | 25.99 | 17.87 | 69.1 | - |
| YUV | 119.01 | 184.43 | 135.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 94 | 219 | 0.41 | 0.57 | 0 | 0.14 | 257.28 | 0.63 | 0.61 |
| Hex | 82 | 5E | DB | 29 | 39 | 0 | E | 101 | 3F | 3D |
| Octal | 202 | 136 | 333 | 51 | 71 | 0 | 16 | 401 | 77 | 75 |
| Binary | 10000010 | 1011110 | 11011011 | 101001 | 111001 | 0 | 1110 | 100000001 | 111111 | 111101 |
Color Harmonies of #825EDB
Complementary color
Monochromatic Colors of #825EDB
Black with #825EDB
Text Example
Text Example
White with #825EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #825EDB; }
p { color: rgb(130,94,219); }
H1.HeaderClassName
{
color: #825EDB;
}
.AnyTagClassName
{
color: #825EDB;
}
</style>
background-color css
<style>
a { background-color: #825EDB; }
a { background-color: rgb(130,94,219); }
div.DivClassName
{
background-color: #825EDB;
}
.BgClassName
{
background-color: #825EDB;
}
</style>
border-color css
<style>
span { border-color: #825EDB; }
span { border-color: rgb(130,94,219); }
td.TdClassName
{
border-color: #825EDB;
}
.TagClassName
{
border-color: #825EDB;
}
</style>