Shades of Medium Purple #836CDA
Tints of Medium Purple #836CDA
RGB
CMYK
RGB Variations
Color information
#836CDA (or 0x836CDA) is known color: Medium Purple. HEX triplet: 83, 6C and DA. RGB value is (131,108,218). Sum of RGB (Red+Green+Blue) = 131+108+218=457 (60% of max value = 765). Red value is 131 (51.56% from 255 or 28.67% from 457); Green value is 108 (42.58% from 255 or 23.63% from 457); Blue value is 218 (85.55% from 255 or 47.70% from 457); Max value from RGB is 218 - color contains mainly: blue. Hex color #836CDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #836CDA is #7C9325. Grayscale: #7F7F7F. Windows color (decimal): -8164134 or 14314627. OLE color: 14314627.
HSL color Cylindrical-coordinate representation of color #836CDA: hue angle of 252.55º 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 #836CDA is Cyan = 0.40, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 131 | 108 | 218 | - |
| CMYK | 0.40 | 0.50 | 0 | 0.15 |
| HSL | 252.55º | 0.6% | 0.64% | - |
| HSV(B) | 252.55º | 0.5% | 0.85% | - |
| XYZ | 27.38 | 20.61 | 68.87 | - |
| YUV | 127.42 | 179.12 | 130.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 108 | 218 | 0.40 | 0.50 | 0 | 0.15 | 252.55 | 0.6 | 0.64 |
| Hex | 83 | 6C | DA | 28 | 32 | 0 | F | FD | 3C | 40 |
| Octal | 203 | 154 | 332 | 50 | 62 | 0 | 17 | 375 | 74 | 100 |
| Binary | 10000011 | 1101100 | 11011010 | 101000 | 110010 | 0 | 1111 | 11111101 | 111100 | 1000000 |
Color Harmonies of #836CDA
Complementary color
Monochromatic Colors of #836CDA
Black with #836CDA
Text Example
Text Example
White with #836CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #836CDA; }
p { color: rgb(131,108,218); }
H1.HeaderClassName
{
color: #836CDA;
}
.AnyTagClassName
{
color: #836CDA;
}
</style>
background-color css
<style>
a { background-color: #836CDA; }
a { background-color: rgb(131,108,218); }
div.DivClassName
{
background-color: #836CDA;
}
.BgClassName
{
background-color: #836CDA;
}
</style>
border-color css
<style>
span { border-color: #836CDA; }
span { border-color: rgb(131,108,218); }
td.TdClassName
{
border-color: #836CDA;
}
.TagClassName
{
border-color: #836CDA;
}
</style>