Shades of Medium Purple #8356D5
Tints of Medium Purple #8356D5
RGB
CMYK
RGB Variations
Color information
#8356D5 (or 0x8356D5) is known color: Medium Purple. HEX triplet: 83, 56 and D5. RGB value is (131,86,213). Sum of RGB (Red+Green+Blue) = 131+86+213=430 (56% of max value = 765). Red value is 131 (51.56% from 255 or 30.47% from 430); Green value is 86 (33.98% from 255 or 20% from 430); Blue value is 213 (83.59% from 255 or 49.53% from 430); Max value from RGB is 213 - color contains mainly: blue. Hex color #8356D5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8356D5 is #7CA92A. Grayscale: #717171. Windows color (decimal): -8169771 or 13981315. OLE color: 13981315.
HSL color Cylindrical-coordinate representation of color #8356D5: hue angle of 261.26º degrees, saturation: 0.6, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8356D5 is Cyan = 0.38, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 131 | 86 | 213 | - |
| CMYK | 0.38 | 0.60 | 0 | 0.16 |
| HSL | 261.26º | 0.6% | 0.59% | - |
| HSV(B) | 261.26º | 0.6% | 0.84% | - |
| XYZ | 24.7 | 16.28 | 64.79 | - |
| YUV | 113.93 | 183.91 | 140.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 86 | 213 | 0.38 | 0.60 | 0 | 0.16 | 261.26 | 0.6 | 0.59 |
| Hex | 83 | 56 | D5 | 26 | 3C | 0 | 10 | 105 | 3C | 3B |
| Octal | 203 | 126 | 325 | 46 | 74 | 0 | 20 | 405 | 74 | 73 |
| Binary | 10000011 | 1010110 | 11010101 | 100110 | 111100 | 0 | 10000 | 100000101 | 111100 | 111011 |
Color Harmonies of #8356D5
Complementary color
Monochromatic Colors of #8356D5
Black with #8356D5
Text Example
Text Example
White with #8356D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8356D5; }
p { color: rgb(131,86,213); }
H1.HeaderClassName
{
color: #8356D5;
}
.AnyTagClassName
{
color: #8356D5;
}
</style>
background-color css
<style>
a { background-color: #8356D5; }
a { background-color: rgb(131,86,213); }
div.DivClassName
{
background-color: #8356D5;
}
.BgClassName
{
background-color: #8356D5;
}
</style>
border-color css
<style>
span { border-color: #8356D5; }
span { border-color: rgb(131,86,213); }
td.TdClassName
{
border-color: #8356D5;
}
.TagClassName
{
border-color: #8356D5;
}
</style>