Shades of Medium Purple #835ED9
Tints of Medium Purple #835ED9
RGB
CMYK
RGB Variations
Color information
#835ED9 (or 0x835ED9) is known color: Medium Purple. HEX triplet: 83, 5E and D9. RGB value is (131,94,217). Sum of RGB (Red+Green+Blue) = 131+94+217=442 (58% of max value = 765). Red value is 131 (51.56% from 255 or 29.64% from 442); Green value is 94 (37.11% from 255 or 21.27% from 442); Blue value is 217 (85.16% from 255 or 49.10% from 442); Max value from RGB is 217 - color contains mainly: blue. Hex color #835ED9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #835ED9 is #7CA126. Grayscale: #767676. Windows color (decimal): -8167719 or 14245507. OLE color: 14245507.
HSL color Cylindrical-coordinate representation of color #835ED9: hue angle of 258.05º degrees, saturation: 0.62, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #835ED9 is Cyan = 0.40, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 131 | 94 | 217 | - |
| CMYK | 0.40 | 0.57 | 0 | 0.15 |
| HSL | 258.05º | 0.62% | 0.61% | - |
| HSV(B) | 258.05º | 0.57% | 0.85% | - |
| XYZ | 25.89 | 17.84 | 67.72 | - |
| YUV | 119.09 | 183.26 | 136.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 94 | 217 | 0.40 | 0.57 | 0 | 0.15 | 258.05 | 0.62 | 0.61 |
| Hex | 83 | 5E | D9 | 28 | 39 | 0 | F | 102 | 3E | 3D |
| Octal | 203 | 136 | 331 | 50 | 71 | 0 | 17 | 402 | 76 | 75 |
| Binary | 10000011 | 1011110 | 11011001 | 101000 | 111001 | 0 | 1111 | 100000010 | 111110 | 111101 |
Color Harmonies of #835ED9
Complementary color
Monochromatic Colors of #835ED9
Black with #835ED9
Text Example
Text Example
White with #835ED9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #835ED9; }
p { color: rgb(131,94,217); }
H1.HeaderClassName
{
color: #835ED9;
}
.AnyTagClassName
{
color: #835ED9;
}
</style>
background-color css
<style>
a { background-color: #835ED9; }
a { background-color: rgb(131,94,217); }
div.DivClassName
{
background-color: #835ED9;
}
.BgClassName
{
background-color: #835ED9;
}
</style>
border-color css
<style>
span { border-color: #835ED9; }
span { border-color: rgb(131,94,217); }
td.TdClassName
{
border-color: #835ED9;
}
.TagClassName
{
border-color: #835ED9;
}
</style>