Shades of Medium Purple #825DD5
Tints of Medium Purple #825DD5
RGB
CMYK
RGB Variations
Color information
#825DD5 (or 0x825DD5) is known color: Medium Purple. HEX triplet: 82, 5D and D5. RGB value is (130,93,213). Sum of RGB (Red+Green+Blue) = 130+93+213=436 (57% of max value = 765). Red value is 130 (51.17% from 255 or 29.82% from 436); Green value is 93 (36.72% from 255 or 21.33% from 436); Blue value is 213 (83.59% from 255 or 48.85% from 436); Max value from RGB is 213 - color contains mainly: blue. Hex color #825DD5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #825DD5 is #7DA22A. Grayscale: #757575. Windows color (decimal): -8233515 or 13983106. OLE color: 13983106.
HSL color Cylindrical-coordinate representation of color #825DD5: hue angle of 258.5º degrees, saturation: 0.59, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #825DD5 is Cyan = 0.39, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 130 | 93 | 213 | - |
| CMYK | 0.39 | 0.56 | 0 | 0.16 |
| HSL | 258.5º | 0.59% | 0.6% | - |
| HSV(B) | 258.5º | 0.56% | 0.84% | - |
| XYZ | 25.13 | 17.38 | 64.98 | - |
| YUV | 117.74 | 181.76 | 136.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 93 | 213 | 0.39 | 0.56 | 0 | 0.16 | 258.5 | 0.59 | 0.6 |
| Hex | 82 | 5D | D5 | 27 | 38 | 0 | 10 | 102 | 3B | 3C |
| Octal | 202 | 135 | 325 | 47 | 70 | 0 | 20 | 402 | 73 | 74 |
| Binary | 10000010 | 1011101 | 11010101 | 100111 | 111000 | 0 | 10000 | 100000010 | 111011 | 111100 |
Color Harmonies of #825DD5
Complementary color
Monochromatic Colors of #825DD5
Black with #825DD5
Text Example
Text Example
White with #825DD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #825DD5; }
p { color: rgb(130,93,213); }
H1.HeaderClassName
{
color: #825DD5;
}
.AnyTagClassName
{
color: #825DD5;
}
</style>
background-color css
<style>
a { background-color: #825DD5; }
a { background-color: rgb(130,93,213); }
div.DivClassName
{
background-color: #825DD5;
}
.BgClassName
{
background-color: #825DD5;
}
</style>
border-color css
<style>
span { border-color: #825DD5; }
span { border-color: rgb(130,93,213); }
td.TdClassName
{
border-color: #825DD5;
}
.TagClassName
{
border-color: #825DD5;
}
</style>