Shades of Medium Purple #835DDB
Tints of Medium Purple #835DDB
RGB
CMYK
RGB Variations
Color information
#835DDB (or 0x835DDB) is known color: Medium Purple. HEX triplet: 83, 5D and DB. RGB value is (131,93,219). Sum of RGB (Red+Green+Blue) = 131+93+219=443 (58% of max value = 765). Red value is 131 (51.56% from 255 or 29.57% from 443); Green value is 93 (36.72% from 255 or 20.99% from 443); Blue value is 219 (85.94% from 255 or 49.44% from 443); Max value from RGB is 219 - color contains mainly: blue. Hex color #835DDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #835DDB is #7CA224. Grayscale: #767676. Windows color (decimal): -8167973 or 14376323. OLE color: 14376323.
HSL color Cylindrical-coordinate representation of color #835DDB: hue angle of 258.1º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #835DDB is Cyan = 0.40, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 131 | 93 | 219 | - |
| CMYK | 0.40 | 0.58 | 0 | 0.14 |
| HSL | 258.1º | 0.64% | 0.61% | - |
| HSV(B) | 258.1º | 0.58% | 0.86% | - |
| XYZ | 26.06 | 17.77 | 69.07 | - |
| YUV | 118.73 | 184.59 | 136.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 93 | 219 | 0.40 | 0.58 | 0 | 0.14 | 258.1 | 0.64 | 0.61 |
| Hex | 83 | 5D | DB | 28 | 3A | 0 | E | 102 | 40 | 3D |
| Octal | 203 | 135 | 333 | 50 | 72 | 0 | 16 | 402 | 100 | 75 |
| Binary | 10000011 | 1011101 | 11011011 | 101000 | 111010 | 0 | 1110 | 100000010 | 1000000 | 111101 |
Color Harmonies of #835DDB
Complementary color
Monochromatic Colors of #835DDB
Black with #835DDB
Text Example
Text Example
White with #835DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #835DDB; }
p { color: rgb(131,93,219); }
H1.HeaderClassName
{
color: #835DDB;
}
.AnyTagClassName
{
color: #835DDB;
}
</style>
background-color css
<style>
a { background-color: #835DDB; }
a { background-color: rgb(131,93,219); }
div.DivClassName
{
background-color: #835DDB;
}
.BgClassName
{
background-color: #835DDB;
}
</style>
border-color css
<style>
span { border-color: #835DDB; }
span { border-color: rgb(131,93,219); }
td.TdClassName
{
border-color: #835DDB;
}
.TagClassName
{
border-color: #835DDB;
}
</style>