Shades of Medium Purple #836AD5
Tints of Medium Purple #836AD5
RGB
CMYK
RGB Variations
Color information
#836AD5 (or 0x836AD5) is known color: Medium Purple. HEX triplet: 83, 6A and D5. RGB value is (131,106,213). Sum of RGB (Red+Green+Blue) = 131+106+213=450 (59% of max value = 765). Red value is 131 (51.56% from 255 or 29.11% from 450); Green value is 106 (41.80% from 255 or 23.56% from 450); Blue value is 213 (83.59% from 255 or 47.33% from 450); Max value from RGB is 213 - color contains mainly: blue. Hex color #836AD5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #836AD5 is #7C952A. Grayscale: #7D7D7D. Windows color (decimal): -8164651 or 13986435. OLE color: 13986435.
HSL color Cylindrical-coordinate representation of color #836AD5: hue angle of 254.02º degrees, saturation: 0.56, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #836AD5 is Cyan = 0.38, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 131 | 106 | 213 | - |
| CMYK | 0.38 | 0.50 | 0 | 0.16 |
| HSL | 254.02º | 0.56% | 0.63% | - |
| HSV(B) | 254.02º | 0.5% | 0.84% | - |
| XYZ | 26.52 | 19.94 | 65.4 | - |
| YUV | 125.67 | 177.28 | 131.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 106 | 213 | 0.38 | 0.50 | 0 | 0.16 | 254.02 | 0.56 | 0.63 |
| Hex | 83 | 6A | D5 | 26 | 32 | 0 | 10 | FE | 38 | 3F |
| Octal | 203 | 152 | 325 | 46 | 62 | 0 | 20 | 376 | 70 | 77 |
| Binary | 10000011 | 1101010 | 11010101 | 100110 | 110010 | 0 | 10000 | 11111110 | 111000 | 111111 |
Color Harmonies of #836AD5
Complementary color
Monochromatic Colors of #836AD5
Black with #836AD5
Text Example
Text Example
White with #836AD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #836AD5; }
p { color: rgb(131,106,213); }
H1.HeaderClassName
{
color: #836AD5;
}
.AnyTagClassName
{
color: #836AD5;
}
</style>
background-color css
<style>
a { background-color: #836AD5; }
a { background-color: rgb(131,106,213); }
div.DivClassName
{
background-color: #836AD5;
}
.BgClassName
{
background-color: #836AD5;
}
</style>
border-color css
<style>
span { border-color: #836AD5; }
span { border-color: rgb(131,106,213); }
td.TdClassName
{
border-color: #836AD5;
}
.TagClassName
{
border-color: #836AD5;
}
</style>