Shades of Medium Purple #825BDB
Tints of Medium Purple #825BDB
RGB
CMYK
RGB Variations
Color information
#825BDB (or 0x825BDB) is known color: Medium Purple. HEX triplet: 82, 5B and DB. RGB value is (130,91,219). Sum of RGB (Red+Green+Blue) = 130+91+219=440 (58% of max value = 765). Red value is 130 (51.17% from 255 or 29.55% from 440); Green value is 91 (35.94% from 255 or 20.68% from 440); Blue value is 219 (85.94% from 255 or 49.77% from 440); Max value from RGB is 219 - color contains mainly: blue. Hex color #825BDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #825BDB is #7DA424. Grayscale: #747474. Windows color (decimal): -8234021 or 14375810. OLE color: 14375810.
HSL color Cylindrical-coordinate representation of color #825BDB: hue angle of 258.28º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #825BDB is Cyan = 0.41, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 130 | 91 | 219 | - |
| CMYK | 0.41 | 0.58 | 0 | 0.14 |
| HSL | 258.28º | 0.64% | 0.61% | - |
| HSV(B) | 258.28º | 0.58% | 0.86% | - |
| XYZ | 25.73 | 17.34 | 69.01 | - |
| YUV | 117.25 | 185.42 | 137.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 91 | 219 | 0.41 | 0.58 | 0 | 0.14 | 258.28 | 0.64 | 0.61 |
| Hex | 82 | 5B | DB | 29 | 3A | 0 | E | 102 | 40 | 3D |
| Octal | 202 | 133 | 333 | 51 | 72 | 0 | 16 | 402 | 100 | 75 |
| Binary | 10000010 | 1011011 | 11011011 | 101001 | 111010 | 0 | 1110 | 100000010 | 1000000 | 111101 |
Color Harmonies of #825BDB
Complementary color
Monochromatic Colors of #825BDB
Black with #825BDB
Text Example
Text Example
White with #825BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #825BDB; }
p { color: rgb(130,91,219); }
H1.HeaderClassName
{
color: #825BDB;
}
.AnyTagClassName
{
color: #825BDB;
}
</style>
background-color css
<style>
a { background-color: #825BDB; }
a { background-color: rgb(130,91,219); }
div.DivClassName
{
background-color: #825BDB;
}
.BgClassName
{
background-color: #825BDB;
}
</style>
border-color css
<style>
span { border-color: #825BDB; }
span { border-color: rgb(130,91,219); }
td.TdClassName
{
border-color: #825BDB;
}
.TagClassName
{
border-color: #825BDB;
}
</style>