Shades of Medium Purple #835DD8
Tints of Medium Purple #835DD8
RGB
CMYK
RGB Variations
Color information
#835DD8 (or 0x835DD8) is known color: Medium Purple. HEX triplet: 83, 5D and D8. RGB value is (131,93,216). Sum of RGB (Red+Green+Blue) = 131+93+216=440 (58% of max value = 765). Red value is 131 (51.56% from 255 or 29.77% from 440); Green value is 93 (36.72% from 255 or 21.14% from 440); Blue value is 216 (84.77% from 255 or 49.09% from 440); Max value from RGB is 216 - color contains mainly: blue. Hex color #835DD8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #835DD8 is #7CA227. Grayscale: #757575. Windows color (decimal): -8167976 or 14179715. OLE color: 14179715.
HSL color Cylindrical-coordinate representation of color #835DD8: hue angle of 258.54º degrees, saturation: 0.61, 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 #835DD8 is Cyan = 0.39, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 131 | 93 | 216 | - |
| CMYK | 0.39 | 0.57 | 0 | 0.15 |
| HSL | 258.54º | 0.61% | 0.61% | - |
| HSV(B) | 258.54º | 0.57% | 0.85% | - |
| XYZ | 25.67 | 17.61 | 67.01 | - |
| YUV | 118.38 | 183.09 | 137 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 93 | 216 | 0.39 | 0.57 | 0 | 0.15 | 258.54 | 0.61 | 0.61 |
| Hex | 83 | 5D | D8 | 27 | 39 | 0 | F | 103 | 3D | 3D |
| Octal | 203 | 135 | 330 | 47 | 71 | 0 | 17 | 403 | 75 | 75 |
| Binary | 10000011 | 1011101 | 11011000 | 100111 | 111001 | 0 | 1111 | 100000011 | 111101 | 111101 |
Color Harmonies of #835DD8
Complementary color
Monochromatic Colors of #835DD8
Black with #835DD8
Text Example
Text Example
White with #835DD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #835DD8; }
p { color: rgb(131,93,216); }
H1.HeaderClassName
{
color: #835DD8;
}
.AnyTagClassName
{
color: #835DD8;
}
</style>
background-color css
<style>
a { background-color: #835DD8; }
a { background-color: rgb(131,93,216); }
div.DivClassName
{
background-color: #835DD8;
}
.BgClassName
{
background-color: #835DD8;
}
</style>
border-color css
<style>
span { border-color: #835DD8; }
span { border-color: rgb(131,93,216); }
td.TdClassName
{
border-color: #835DD8;
}
.TagClassName
{
border-color: #835DD8;
}
</style>