Shades of Medium Purple #835DD9
Tints of Medium Purple #835DD9
RGB
CMYK
RGB Variations
Color information
#835DD9 (or 0x835DD9) is known color: Medium Purple. HEX triplet: 83, 5D and D9. RGB value is (131,93,217). Sum of RGB (Red+Green+Blue) = 131+93+217=441 (58% of max value = 765). Red value is 131 (51.56% from 255 or 29.71% from 441); Green value is 93 (36.72% from 255 or 21.09% from 441); Blue value is 217 (85.16% from 255 or 49.21% from 441); Max value from RGB is 217 - color contains mainly: blue. Hex color #835DD9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #835DD9 is #7CA226. Grayscale: #767676. Windows color (decimal): -8167975 or 14245251. OLE color: 14245251.
HSL color Cylindrical-coordinate representation of color #835DD9: hue angle of 258.39º 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 #835DD9 is Cyan = 0.40, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 131 | 93 | 217 | - |
| CMYK | 0.40 | 0.57 | 0 | 0.15 |
| HSL | 258.39º | 0.62% | 0.61% | - |
| HSV(B) | 258.39º | 0.57% | 0.85% | - |
| XYZ | 25.8 | 17.66 | 67.7 | - |
| YUV | 118.5 | 183.59 | 136.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 93 | 217 | 0.40 | 0.57 | 0 | 0.15 | 258.39 | 0.62 | 0.61 |
| Hex | 83 | 5D | D9 | 28 | 39 | 0 | F | 102 | 3E | 3D |
| Octal | 203 | 135 | 331 | 50 | 71 | 0 | 17 | 402 | 76 | 75 |
| Binary | 10000011 | 1011101 | 11011001 | 101000 | 111001 | 0 | 1111 | 100000010 | 111110 | 111101 |
Color Harmonies of #835DD9
Complementary color
Monochromatic Colors of #835DD9
Black with #835DD9
Text Example
Text Example
White with #835DD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #835DD9; }
p { color: rgb(131,93,217); }
H1.HeaderClassName
{
color: #835DD9;
}
.AnyTagClassName
{
color: #835DD9;
}
</style>
background-color css
<style>
a { background-color: #835DD9; }
a { background-color: rgb(131,93,217); }
div.DivClassName
{
background-color: #835DD9;
}
.BgClassName
{
background-color: #835DD9;
}
</style>
border-color css
<style>
span { border-color: #835DD9; }
span { border-color: rgb(131,93,217); }
td.TdClassName
{
border-color: #835DD9;
}
.TagClassName
{
border-color: #835DD9;
}
</style>