Shades of Medium Purple #825BD6
Tints of Medium Purple #825BD6
RGB
CMYK
RGB Variations
Color information
#825BD6 (or 0x825BD6) is known color: Medium Purple. HEX triplet: 82, 5B and D6. RGB value is (130,91,214). Sum of RGB (Red+Green+Blue) = 130+91+214=435 (57% of max value = 765). Red value is 130 (51.17% from 255 or 29.89% from 435); Green value is 91 (35.94% from 255 or 20.92% from 435); Blue value is 214 (83.98% from 255 or 49.20% from 435); Max value from RGB is 214 - color contains mainly: blue. Hex color #825BD6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #825BD6 is #7DA429. Grayscale: #747474. Windows color (decimal): -8234026 or 14048130. OLE color: 14048130.
HSL color Cylindrical-coordinate representation of color #825BD6: hue angle of 259.02º degrees, saturation: 0.6, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #825BD6 is Cyan = 0.39, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 130 | 91 | 214 | - |
| CMYK | 0.39 | 0.57 | 0 | 0.16 |
| HSL | 259.02º | 0.6% | 0.6% | - |
| HSV(B) | 259.02º | 0.57% | 0.84% | - |
| XYZ | 25.08 | 17.08 | 65.59 | - |
| YUV | 116.68 | 182.92 | 137.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 91 | 214 | 0.39 | 0.57 | 0 | 0.16 | 259.02 | 0.6 | 0.6 |
| Hex | 82 | 5B | D6 | 27 | 39 | 0 | 10 | 103 | 3C | 3C |
| Octal | 202 | 133 | 326 | 47 | 71 | 0 | 20 | 403 | 74 | 74 |
| Binary | 10000010 | 1011011 | 11010110 | 100111 | 111001 | 0 | 10000 | 100000011 | 111100 | 111100 |
Color Harmonies of #825BD6
Complementary color
Monochromatic Colors of #825BD6
Black with #825BD6
Text Example
Text Example
White with #825BD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #825BD6; }
p { color: rgb(130,91,214); }
H1.HeaderClassName
{
color: #825BD6;
}
.AnyTagClassName
{
color: #825BD6;
}
</style>
background-color css
<style>
a { background-color: #825BD6; }
a { background-color: rgb(130,91,214); }
div.DivClassName
{
background-color: #825BD6;
}
.BgClassName
{
background-color: #825BD6;
}
</style>
border-color css
<style>
span { border-color: #825BD6; }
span { border-color: rgb(130,91,214); }
td.TdClassName
{
border-color: #825BD6;
}
.TagClassName
{
border-color: #825BD6;
}
</style>