Shades of Medium Purple #836EDC
Tints of Medium Purple #836EDC
RGB
CMYK
RGB Variations
Color information
#836EDC (or 0x836EDC) is known color: Medium Purple. HEX triplet: 83, 6E and DC. RGB value is (131,110,220). Sum of RGB (Red+Green+Blue) = 131+110+220=461 (61% of max value = 765). Red value is 131 (51.56% from 255 or 28.42% from 461); Green value is 110 (43.36% from 255 or 23.86% from 461); Blue value is 220 (86.33% from 255 or 47.72% from 461); Max value from RGB is 220 - color contains mainly: blue. Hex color #836EDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #836EDC is #7C9123. Grayscale: #808080. Windows color (decimal): -8163620 or 14446211. OLE color: 14446211.
HSL color Cylindrical-coordinate representation of color #836EDC: hue angle of 251.45º degrees, saturation: 0.61, 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 #836EDC is Cyan = 0.40, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 131 | 110 | 220 | - |
| CMYK | 0.40 | 0.50 | 0 | 0.14 |
| HSL | 251.45º | 0.61% | 0.65% | - |
| HSV(B) | 251.45º | 0.5% | 0.86% | - |
| XYZ | 27.85 | 21.14 | 70.32 | - |
| YUV | 128.82 | 179.46 | 129.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 110 | 220 | 0.40 | 0.50 | 0 | 0.14 | 251.45 | 0.61 | 0.65 |
| Hex | 83 | 6E | DC | 28 | 32 | 0 | E | FB | 3D | 41 |
| Octal | 203 | 156 | 334 | 50 | 62 | 0 | 16 | 373 | 75 | 101 |
| Binary | 10000011 | 1101110 | 11011100 | 101000 | 110010 | 0 | 1110 | 11111011 | 111101 | 1000001 |
Color Harmonies of #836EDC
Complementary color
Monochromatic Colors of #836EDC
Black with #836EDC
Text Example
Text Example
White with #836EDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #836EDC; }
p { color: rgb(131,110,220); }
H1.HeaderClassName
{
color: #836EDC;
}
.AnyTagClassName
{
color: #836EDC;
}
</style>
background-color css
<style>
a { background-color: #836EDC; }
a { background-color: rgb(131,110,220); }
div.DivClassName
{
background-color: #836EDC;
}
.BgClassName
{
background-color: #836EDC;
}
</style>
border-color css
<style>
span { border-color: #836EDC; }
span { border-color: rgb(131,110,220); }
td.TdClassName
{
border-color: #836EDC;
}
.TagClassName
{
border-color: #836EDC;
}
</style>