Shades of Medium Purple #8356D8
Tints of Medium Purple #8356D8
RGB
CMYK
RGB Variations
Color information
#8356D8 (or 0x8356D8) is known color: Medium Purple. HEX triplet: 83, 56 and D8. RGB value is (131,86,216). Sum of RGB (Red+Green+Blue) = 131+86+216=433 (57% of max value = 765). Red value is 131 (51.56% from 255 or 30.25% from 433); Green value is 86 (33.98% from 255 or 19.86% from 433); Blue value is 216 (84.77% from 255 or 49.88% from 433); Max value from RGB is 216 - color contains mainly: blue. Hex color #8356D8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8356D8 is #7CA927. Grayscale: #717171. Windows color (decimal): -8169768 or 14177923. OLE color: 14177923.
HSL color Cylindrical-coordinate representation of color #8356D8: hue angle of 260.77º degrees, saturation: 0.62, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8356D8 is Cyan = 0.39, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 131 | 86 | 216 | - |
| CMYK | 0.39 | 0.60 | 0 | 0.15 |
| HSL | 260.77º | 0.63% | 0.59% | - |
| HSV(B) | 260.77º | 0.6% | 0.85% | - |
| XYZ | 25.08 | 16.44 | 66.82 | - |
| YUV | 114.28 | 185.41 | 139.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 86 | 216 | 0.39 | 0.60 | 0 | 0.15 | 260.77 | 0.63 | 0.59 |
| Hex | 83 | 56 | D8 | 27 | 3C | 0 | F | 105 | 3E | 3B |
| Octal | 203 | 126 | 330 | 47 | 74 | 0 | 17 | 405 | 76 | 73 |
| Binary | 10000011 | 1010110 | 11011000 | 100111 | 111100 | 0 | 1111 | 100000101 | 111110 | 111011 |
Color Harmonies of #8356D8
Complementary color
Monochromatic Colors of #8356D8
Black with #8356D8
Text Example
Text Example
White with #8356D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8356D8; }
p { color: rgb(131,86,216); }
H1.HeaderClassName
{
color: #8356D8;
}
.AnyTagClassName
{
color: #8356D8;
}
</style>
background-color css
<style>
a { background-color: #8356D8; }
a { background-color: rgb(131,86,216); }
div.DivClassName
{
background-color: #8356D8;
}
.BgClassName
{
background-color: #8356D8;
}
</style>
border-color css
<style>
span { border-color: #8356D8; }
span { border-color: rgb(131,86,216); }
td.TdClassName
{
border-color: #8356D8;
}
.TagClassName
{
border-color: #8356D8;
}
</style>