Shades of Medium Purple #825FDA
Tints of Medium Purple #825FDA
RGB
CMYK
RGB Variations
Color information
#825FDA (or 0x825FDA) is known color: Medium Purple. HEX triplet: 82, 5F and DA. RGB value is (130,95,218). Sum of RGB (Red+Green+Blue) = 130+95+218=443 (58% of max value = 765). Red value is 130 (51.17% from 255 or 29.35% from 443); Green value is 95 (37.5% from 255 or 21.44% from 443); Blue value is 218 (85.55% from 255 or 49.21% from 443); Max value from RGB is 218 - color contains mainly: blue. Hex color #825FDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #825FDA is #7DA025. Grayscale: #777777. Windows color (decimal): -8232998 or 14311298. OLE color: 14311298.
HSL color Cylindrical-coordinate representation of color #825FDA: hue angle of 257.07º degrees, saturation: 0.62, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #825FDA is Cyan = 0.40, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 130 | 95 | 218 | - |
| CMYK | 0.40 | 0.56 | 0 | 0.15 |
| HSL | 257.07º | 0.62% | 0.61% | - |
| HSV(B) | 257.07º | 0.56% | 0.85% | - |
| XYZ | 25.95 | 17.99 | 68.43 | - |
| YUV | 119.49 | 183.6 | 135.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 95 | 218 | 0.40 | 0.56 | 0 | 0.15 | 257.07 | 0.62 | 0.61 |
| Hex | 82 | 5F | DA | 28 | 38 | 0 | F | 101 | 3E | 3D |
| Octal | 202 | 137 | 332 | 50 | 70 | 0 | 17 | 401 | 76 | 75 |
| Binary | 10000010 | 1011111 | 11011010 | 101000 | 111000 | 0 | 1111 | 100000001 | 111110 | 111101 |
Color Harmonies of #825FDA
Complementary color
Monochromatic Colors of #825FDA
Black with #825FDA
Text Example
Text Example
White with #825FDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #825FDA; }
p { color: rgb(130,95,218); }
H1.HeaderClassName
{
color: #825FDA;
}
.AnyTagClassName
{
color: #825FDA;
}
</style>
background-color css
<style>
a { background-color: #825FDA; }
a { background-color: rgb(130,95,218); }
div.DivClassName
{
background-color: #825FDA;
}
.BgClassName
{
background-color: #825FDA;
}
</style>
border-color css
<style>
span { border-color: #825FDA; }
span { border-color: rgb(130,95,218); }
td.TdClassName
{
border-color: #825FDA;
}
.TagClassName
{
border-color: #825FDA;
}
</style>