Shades of Medium Purple #835EDD
Tints of Medium Purple #835EDD
RGB
CMYK
RGB Variations
Color information
#835EDD (or 0x835EDD) is known color: Medium Purple. HEX triplet: 83, 5E and DD. RGB value is (131,94,221). Sum of RGB (Red+Green+Blue) = 131+94+221=446 (59% of max value = 765). Red value is 131 (51.56% from 255 or 29.37% from 446); Green value is 94 (37.11% from 255 or 21.08% from 446); Blue value is 221 (86.72% from 255 or 49.55% from 446); Max value from RGB is 221 - color contains mainly: blue. Hex color #835EDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #835EDD is #7CA122. Grayscale: #777777. Windows color (decimal): -8167715 or 14507651. OLE color: 14507651.
HSL color Cylindrical-coordinate representation of color #835EDD: hue angle of 257.48º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #835EDD is Cyan = 0.41, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 131 | 94 | 221 | - |
| CMYK | 0.41 | 0.57 | 0 | 0.13 |
| HSL | 257.48º | 0.65% | 0.62% | - |
| HSV(B) | 257.48º | 0.57% | 0.87% | - |
| XYZ | 26.41 | 18.05 | 70.5 | - |
| YUV | 119.54 | 185.26 | 136.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 94 | 221 | 0.41 | 0.57 | 0 | 0.13 | 257.48 | 0.65 | 0.62 |
| Hex | 83 | 5E | DD | 29 | 39 | 0 | D | 101 | 41 | 3E |
| Octal | 203 | 136 | 335 | 51 | 71 | 0 | 15 | 401 | 101 | 76 |
| Binary | 10000011 | 1011110 | 11011101 | 101001 | 111001 | 0 | 1101 | 100000001 | 1000001 | 111110 |
Color Harmonies of #835EDD
Complementary color
Monochromatic Colors of #835EDD
Black with #835EDD
Text Example
Text Example
White with #835EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #835EDD; }
p { color: rgb(131,94,221); }
H1.HeaderClassName
{
color: #835EDD;
}
.AnyTagClassName
{
color: #835EDD;
}
</style>
background-color css
<style>
a { background-color: #835EDD; }
a { background-color: rgb(131,94,221); }
div.DivClassName
{
background-color: #835EDD;
}
.BgClassName
{
background-color: #835EDD;
}
</style>
border-color css
<style>
span { border-color: #835EDD; }
span { border-color: rgb(131,94,221); }
td.TdClassName
{
border-color: #835EDD;
}
.TagClassName
{
border-color: #835EDD;
}
</style>