Shades of Medium Purple #8362D6
Tints of Medium Purple #8362D6
RGB
CMYK
RGB Variations
Color information
#8362D6 (or 0x8362D6) is known color: Medium Purple. HEX triplet: 83, 62 and D6. RGB value is (131,98,214). Sum of RGB (Red+Green+Blue) = 131+98+214=443 (58% of max value = 765). Red value is 131 (51.56% from 255 or 29.57% from 443); Green value is 98 (38.67% from 255 or 22.12% from 443); Blue value is 214 (83.98% from 255 or 48.31% from 443); Max value from RGB is 214 - color contains mainly: blue. Hex color #8362D6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8362D6 is #7C9D29. Grayscale: #787878. Windows color (decimal): -8166698 or 14049923. OLE color: 14049923.
HSL color Cylindrical-coordinate representation of color #8362D6: hue angle of 257.07º degrees, saturation: 0.59, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #8362D6 is Cyan = 0.39, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 131 | 98 | 214 | - |
| CMYK | 0.39 | 0.54 | 0 | 0.16 |
| HSL | 257.07º | 0.59% | 0.61% | - |
| HSV(B) | 257.07º | 0.54% | 0.84% | - |
| XYZ | 25.87 | 18.42 | 65.81 | - |
| YUV | 121.09 | 180.43 | 135.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 98 | 214 | 0.39 | 0.54 | 0 | 0.16 | 257.07 | 0.59 | 0.61 |
| Hex | 83 | 62 | D6 | 27 | 36 | 0 | 10 | 101 | 3B | 3D |
| Octal | 203 | 142 | 326 | 47 | 66 | 0 | 20 | 401 | 73 | 75 |
| Binary | 10000011 | 1100010 | 11010110 | 100111 | 110110 | 0 | 10000 | 100000001 | 111011 | 111101 |
Color Harmonies of #8362D6
Complementary color
Monochromatic Colors of #8362D6
Black with #8362D6
Text Example
Text Example
White with #8362D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8362D6; }
p { color: rgb(131,98,214); }
H1.HeaderClassName
{
color: #8362D6;
}
.AnyTagClassName
{
color: #8362D6;
}
</style>
background-color css
<style>
a { background-color: #8362D6; }
a { background-color: rgb(131,98,214); }
div.DivClassName
{
background-color: #8362D6;
}
.BgClassName
{
background-color: #8362D6;
}
</style>
border-color css
<style>
span { border-color: #8362D6; }
span { border-color: rgb(131,98,214); }
td.TdClassName
{
border-color: #8362D6;
}
.TagClassName
{
border-color: #8362D6;
}
</style>