Shades of Medium Purple #835DDD
Tints of Medium Purple #835DDD
RGB
CMYK
RGB Variations
Color information
#835DDD (or 0x835DDD) is known color: Medium Purple. HEX triplet: 83, 5D and DD. RGB value is (131,93,221). Sum of RGB (Red+Green+Blue) = 131+93+221=445 (58% of max value = 765). Red value is 131 (51.56% from 255 or 29.44% from 445); Green value is 93 (36.72% from 255 or 20.90% from 445); Blue value is 221 (86.72% from 255 or 49.66% from 445); Max value from RGB is 221 - color contains mainly: blue. Hex color #835DDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #835DDD is #7CA222. Grayscale: #767676. Windows color (decimal): -8167971 or 14507395. OLE color: 14507395.
HSL color Cylindrical-coordinate representation of color #835DDD: hue angle of 257.81º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #835DDD is Cyan = 0.41, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 131 | 93 | 221 | - |
| CMYK | 0.41 | 0.58 | 0 | 0.13 |
| HSL | 257.81º | 0.65% | 0.62% | - |
| HSV(B) | 257.81º | 0.58% | 0.87% | - |
| XYZ | 26.33 | 17.87 | 70.47 | - |
| YUV | 118.95 | 185.59 | 136.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 93 | 221 | 0.41 | 0.58 | 0 | 0.13 | 257.81 | 0.65 | 0.62 |
| Hex | 83 | 5D | DD | 29 | 3A | 0 | D | 102 | 41 | 3E |
| Octal | 203 | 135 | 335 | 51 | 72 | 0 | 15 | 402 | 101 | 76 |
| Binary | 10000011 | 1011101 | 11011101 | 101001 | 111010 | 0 | 1101 | 100000010 | 1000001 | 111110 |
Color Harmonies of #835DDD
Complementary color
Monochromatic Colors of #835DDD
Black with #835DDD
Text Example
Text Example
White with #835DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #835DDD; }
p { color: rgb(131,93,221); }
H1.HeaderClassName
{
color: #835DDD;
}
.AnyTagClassName
{
color: #835DDD;
}
</style>
background-color css
<style>
a { background-color: #835DDD; }
a { background-color: rgb(131,93,221); }
div.DivClassName
{
background-color: #835DDD;
}
.BgClassName
{
background-color: #835DDD;
}
</style>
border-color css
<style>
span { border-color: #835DDD; }
span { border-color: rgb(131,93,221); }
td.TdClassName
{
border-color: #835DDD;
}
.TagClassName
{
border-color: #835DDD;
}
</style>