Shades of Medium Purple #825FDB
Tints of Medium Purple #825FDB
RGB
CMYK
RGB Variations
Color information
#825FDB (or 0x825FDB) is known color: Medium Purple. HEX triplet: 82, 5F and DB. RGB value is (130,95,219). Sum of RGB (Red+Green+Blue) = 130+95+219=444 (58% of max value = 765). Red value is 130 (51.17% from 255 or 29.28% from 444); Green value is 95 (37.5% from 255 or 21.40% from 444); Blue value is 219 (85.94% from 255 or 49.32% from 444); Max value from RGB is 219 - color contains mainly: blue. Hex color #825FDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #825FDB is #7DA024. Grayscale: #777777. Windows color (decimal): -8232997 or 14376834. OLE color: 14376834.
HSL color Cylindrical-coordinate representation of color #825FDB: hue angle of 256.94º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #825FDB is Cyan = 0.41, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 130 | 95 | 219 | - |
| CMYK | 0.41 | 0.57 | 0 | 0.14 |
| HSL | 256.94º | 0.63% | 0.62% | - |
| HSV(B) | 256.94º | 0.57% | 0.86% | - |
| XYZ | 26.08 | 18.04 | 69.13 | - |
| YUV | 119.6 | 184.1 | 135.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 95 | 219 | 0.41 | 0.57 | 0 | 0.14 | 256.94 | 0.63 | 0.62 |
| Hex | 82 | 5F | DB | 29 | 39 | 0 | E | 101 | 3F | 3E |
| Octal | 202 | 137 | 333 | 51 | 71 | 0 | 16 | 401 | 77 | 76 |
| Binary | 10000010 | 1011111 | 11011011 | 101001 | 111001 | 0 | 1110 | 100000001 | 111111 | 111110 |
Color Harmonies of #825FDB
Complementary color
Monochromatic Colors of #825FDB
Black with #825FDB
Text Example
Text Example
White with #825FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #825FDB; }
p { color: rgb(130,95,219); }
H1.HeaderClassName
{
color: #825FDB;
}
.AnyTagClassName
{
color: #825FDB;
}
</style>
background-color css
<style>
a { background-color: #825FDB; }
a { background-color: rgb(130,95,219); }
div.DivClassName
{
background-color: #825FDB;
}
.BgClassName
{
background-color: #825FDB;
}
</style>
border-color css
<style>
span { border-color: #825FDB; }
span { border-color: rgb(130,95,219); }
td.TdClassName
{
border-color: #825FDB;
}
.TagClassName
{
border-color: #825FDB;
}
</style>