Shades of Medium Purple #8356DC
Tints of Medium Purple #8356DC
RGB
CMYK
RGB Variations
Color information
#8356DC (or 0x8356DC) is known color: Medium Purple. HEX triplet: 83, 56 and DC. RGB value is (131,86,220). Sum of RGB (Red+Green+Blue) = 131+86+220=437 (57% of max value = 765). Red value is 131 (51.56% from 255 or 29.98% from 437); Green value is 86 (33.98% from 255 or 19.68% from 437); Blue value is 220 (86.33% from 255 or 50.34% from 437); Max value from RGB is 220 - color contains mainly: blue. Hex color #8356DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8356DC is #7CA923. Grayscale: #727272. Windows color (decimal): -8169764 or 14440067. OLE color: 14440067.
HSL color Cylindrical-coordinate representation of color #8356DC: hue angle of 260.15º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #8356DC is Cyan = 0.40, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 131 | 86 | 220 | - |
| CMYK | 0.40 | 0.61 | 0 | 0.14 |
| HSL | 260.15º | 0.66% | 0.6% | - |
| HSV(B) | 260.15º | 0.61% | 0.86% | - |
| XYZ | 25.61 | 16.65 | 69.57 | - |
| YUV | 114.73 | 187.41 | 139.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 86 | 220 | 0.40 | 0.61 | 0 | 0.14 | 260.15 | 0.66 | 0.6 |
| Hex | 83 | 56 | DC | 28 | 3D | 0 | E | 104 | 42 | 3C |
| Octal | 203 | 126 | 334 | 50 | 75 | 0 | 16 | 404 | 102 | 74 |
| Binary | 10000011 | 1010110 | 11011100 | 101000 | 111101 | 0 | 1110 | 100000100 | 1000010 | 111100 |
Color Harmonies of #8356DC
Complementary color
Monochromatic Colors of #8356DC
Black with #8356DC
Text Example
Text Example
White with #8356DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8356DC; }
p { color: rgb(131,86,220); }
H1.HeaderClassName
{
color: #8356DC;
}
.AnyTagClassName
{
color: #8356DC;
}
</style>
background-color css
<style>
a { background-color: #8356DC; }
a { background-color: rgb(131,86,220); }
div.DivClassName
{
background-color: #8356DC;
}
.BgClassName
{
background-color: #8356DC;
}
</style>
border-color css
<style>
span { border-color: #8356DC; }
span { border-color: rgb(131,86,220); }
td.TdClassName
{
border-color: #8356DC;
}
.TagClassName
{
border-color: #8356DC;
}
</style>