Shades of Medium Purple #835DDA
Tints of Medium Purple #835DDA
RGB
CMYK
RGB Variations
Color information
#835DDA (or 0x835DDA) is known color: Medium Purple. HEX triplet: 83, 5D and DA. RGB value is (131,93,218). Sum of RGB (Red+Green+Blue) = 131+93+218=442 (58% of max value = 765). Red value is 131 (51.56% from 255 or 29.64% from 442); Green value is 93 (36.72% from 255 or 21.04% from 442); Blue value is 218 (85.55% from 255 or 49.32% from 442); Max value from RGB is 218 - color contains mainly: blue. Hex color #835DDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #835DDA is #7CA225. Grayscale: #767676. Windows color (decimal): -8167974 or 14310787. OLE color: 14310787.
HSL color Cylindrical-coordinate representation of color #835DDA: hue angle of 258.24º degrees, saturation: 0.63, 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 #835DDA is Cyan = 0.40, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 131 | 93 | 218 | - |
| CMYK | 0.40 | 0.57 | 0 | 0.15 |
| HSL | 258.24º | 0.63% | 0.61% | - |
| HSV(B) | 258.24º | 0.57% | 0.85% | - |
| XYZ | 25.93 | 17.72 | 68.38 | - |
| YUV | 118.61 | 184.09 | 136.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 93 | 218 | 0.40 | 0.57 | 0 | 0.15 | 258.24 | 0.63 | 0.61 |
| Hex | 83 | 5D | DA | 28 | 39 | 0 | F | 102 | 3F | 3D |
| Octal | 203 | 135 | 332 | 50 | 71 | 0 | 17 | 402 | 77 | 75 |
| Binary | 10000011 | 1011101 | 11011010 | 101000 | 111001 | 0 | 1111 | 100000010 | 111111 | 111101 |
Color Harmonies of #835DDA
Complementary color
Monochromatic Colors of #835DDA
Black with #835DDA
Text Example
Text Example
White with #835DDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #835DDA; }
p { color: rgb(131,93,218); }
H1.HeaderClassName
{
color: #835DDA;
}
.AnyTagClassName
{
color: #835DDA;
}
</style>
background-color css
<style>
a { background-color: #835DDA; }
a { background-color: rgb(131,93,218); }
div.DivClassName
{
background-color: #835DDA;
}
.BgClassName
{
background-color: #835DDA;
}
</style>
border-color css
<style>
span { border-color: #835DDA; }
span { border-color: rgb(131,93,218); }
td.TdClassName
{
border-color: #835DDA;
}
.TagClassName
{
border-color: #835DDA;
}
</style>