Shades of Medium Purple #836EDB
Tints of Medium Purple #836EDB
RGB
CMYK
RGB Variations
Color information
#836EDB (or 0x836EDB) is known color: Medium Purple. HEX triplet: 83, 6E and DB. RGB value is (131,110,219). Sum of RGB (Red+Green+Blue) = 131+110+219=460 (60% of max value = 765). Red value is 131 (51.56% from 255 or 28.48% from 460); Green value is 110 (43.36% from 255 or 23.91% from 460); Blue value is 219 (85.94% from 255 or 47.61% from 460); Max value from RGB is 219 - color contains mainly: blue. Hex color #836EDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #836EDB is #7C9124. Grayscale: #808080. Windows color (decimal): -8163621 or 14380675. OLE color: 14380675.
HSL color Cylindrical-coordinate representation of color #836EDB: hue angle of 251.56º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #836EDB is Cyan = 0.40, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 131 | 110 | 219 | - |
| CMYK | 0.40 | 0.50 | 0 | 0.14 |
| HSL | 251.56º | 0.6% | 0.65% | - |
| HSV(B) | 251.56º | 0.5% | 0.86% | - |
| XYZ | 27.72 | 21.09 | 69.63 | - |
| YUV | 128.71 | 178.96 | 129.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 110 | 219 | 0.40 | 0.50 | 0 | 0.14 | 251.56 | 0.6 | 0.65 |
| Hex | 83 | 6E | DB | 28 | 32 | 0 | E | FC | 3C | 41 |
| Octal | 203 | 156 | 333 | 50 | 62 | 0 | 16 | 374 | 74 | 101 |
| Binary | 10000011 | 1101110 | 11011011 | 101000 | 110010 | 0 | 1110 | 11111100 | 111100 | 1000001 |
Color Harmonies of #836EDB
Complementary color
Monochromatic Colors of #836EDB
Black with #836EDB
Text Example
Text Example
White with #836EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #836EDB; }
p { color: rgb(131,110,219); }
H1.HeaderClassName
{
color: #836EDB;
}
.AnyTagClassName
{
color: #836EDB;
}
</style>
background-color css
<style>
a { background-color: #836EDB; }
a { background-color: rgb(131,110,219); }
div.DivClassName
{
background-color: #836EDB;
}
.BgClassName
{
background-color: #836EDB;
}
</style>
border-color css
<style>
span { border-color: #836EDB; }
span { border-color: rgb(131,110,219); }
td.TdClassName
{
border-color: #836EDB;
}
.TagClassName
{
border-color: #836EDB;
}
</style>