Shades of Medium Purple #825FD5
Tints of Medium Purple #825FD5
RGB
CMYK
RGB Variations
Color information
#825FD5 (or 0x825FD5) is known color: Medium Purple. HEX triplet: 82, 5F and D5. RGB value is (130,95,213). Sum of RGB (Red+Green+Blue) = 130+95+213=438 (58% of max value = 765). Red value is 130 (51.17% from 255 or 29.68% from 438); Green value is 95 (37.5% from 255 or 21.69% from 438); Blue value is 213 (83.59% from 255 or 48.63% from 438); Max value from RGB is 213 - color contains mainly: blue. Hex color #825FD5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #825FD5 is #7DA02A. Grayscale: #767676. Windows color (decimal): -8233003 or 13983618. OLE color: 13983618.
HSL color Cylindrical-coordinate representation of color #825FD5: hue angle of 257.8º degrees, saturation: 0.58, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #825FD5 is Cyan = 0.39, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 130 | 95 | 213 | - |
| CMYK | 0.39 | 0.55 | 0 | 0.16 |
| HSL | 257.8º | 0.58% | 0.6% | - |
| HSV(B) | 257.8º | 0.55% | 0.84% | - |
| XYZ | 25.31 | 17.73 | 65.04 | - |
| YUV | 118.92 | 181.1 | 135.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 95 | 213 | 0.39 | 0.55 | 0 | 0.16 | 257.8 | 0.58 | 0.6 |
| Hex | 82 | 5F | D5 | 27 | 37 | 0 | 10 | 102 | 3A | 3C |
| Octal | 202 | 137 | 325 | 47 | 67 | 0 | 20 | 402 | 72 | 74 |
| Binary | 10000010 | 1011111 | 11010101 | 100111 | 110111 | 0 | 10000 | 100000010 | 111010 | 111100 |
Color Harmonies of #825FD5
Complementary color
Monochromatic Colors of #825FD5
Black with #825FD5
Text Example
Text Example
White with #825FD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #825FD5; }
p { color: rgb(130,95,213); }
H1.HeaderClassName
{
color: #825FD5;
}
.AnyTagClassName
{
color: #825FD5;
}
</style>
background-color css
<style>
a { background-color: #825FD5; }
a { background-color: rgb(130,95,213); }
div.DivClassName
{
background-color: #825FD5;
}
.BgClassName
{
background-color: #825FD5;
}
</style>
border-color css
<style>
span { border-color: #825FD5; }
span { border-color: rgb(130,95,213); }
td.TdClassName
{
border-color: #825FD5;
}
.TagClassName
{
border-color: #825FD5;
}
</style>