Shades of Medium Purple #836DDA
Tints of Medium Purple #836DDA
RGB
CMYK
RGB Variations
Color information
#836DDA (or 0x836DDA) is known color: Medium Purple. HEX triplet: 83, 6D and DA. RGB value is (131,109,218). Sum of RGB (Red+Green+Blue) = 131+109+218=458 (60% of max value = 765). Red value is 131 (51.56% from 255 or 28.60% from 458); Green value is 109 (42.97% from 255 or 23.80% from 458); Blue value is 218 (85.55% from 255 or 47.60% from 458); Max value from RGB is 218 - color contains mainly: blue. Hex color #836DDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #836DDA is #7C9225. Grayscale: #7F7F7F. Windows color (decimal): -8163878 or 14314883. OLE color: 14314883.
HSL color Cylindrical-coordinate representation of color #836DDA: hue angle of 252.11º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #836DDA is Cyan = 0.40, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 131 | 109 | 218 | - |
| CMYK | 0.40 | 0.5 | 0 | 0.15 |
| HSL | 252.11º | 0.6% | 0.64% | - |
| HSV(B) | 252.11º | 0.5% | 0.85% | - |
| XYZ | 27.48 | 20.82 | 68.9 | - |
| YUV | 128 | 178.79 | 130.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 109 | 218 | 0.40 | 0.5 | 0 | 0.15 | 252.11 | 0.6 | 0.64 |
| Hex | 83 | 6D | DA | 28 | 32 | 0 | F | FC | 3C | 40 |
| Octal | 203 | 155 | 332 | 50 | 62 | 0 | 17 | 374 | 74 | 100 |
| Binary | 10000011 | 1101101 | 11011010 | 101000 | 110010 | 0 | 1111 | 11111100 | 111100 | 1000000 |
Color Harmonies of #836DDA
Complementary color
Monochromatic Colors of #836DDA
Black with #836DDA
Text Example
Text Example
White with #836DDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #836DDA; }
p { color: rgb(131,109,218); }
H1.HeaderClassName
{
color: #836DDA;
}
.AnyTagClassName
{
color: #836DDA;
}
</style>
background-color css
<style>
a { background-color: #836DDA; }
a { background-color: rgb(131,109,218); }
div.DivClassName
{
background-color: #836DDA;
}
.BgClassName
{
background-color: #836DDA;
}
</style>
border-color css
<style>
span { border-color: #836DDA; }
span { border-color: rgb(131,109,218); }
td.TdClassName
{
border-color: #836DDA;
}
.TagClassName
{
border-color: #836DDA;
}
</style>