Shades of Medium Purple #8361D7
Tints of Medium Purple #8361D7
RGB
CMYK
RGB Variations
Color information
#8361D7 (or 0x8361D7) is known color: Medium Purple. HEX triplet: 83, 61 and D7. RGB value is (131,97,215). Sum of RGB (Red+Green+Blue) = 131+97+215=443 (58% of max value = 765). Red value is 131 (51.56% from 255 or 29.57% from 443); Green value is 97 (38.28% from 255 or 21.90% from 443); Blue value is 215 (84.38% from 255 or 48.53% from 443); Max value from RGB is 215 - color contains mainly: blue. Hex color #8361D7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8361D7 is #7C9E28. Grayscale: #787878. Windows color (decimal): -8166953 or 14115203. OLE color: 14115203.
HSL color Cylindrical-coordinate representation of color #8361D7: hue angle of 257.29º degrees, saturation: 0.6, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8361D7 is Cyan = 0.39, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 131 | 97 | 215 | - |
| CMYK | 0.39 | 0.55 | 0 | 0.16 |
| HSL | 257.29º | 0.6% | 0.61% | - |
| HSV(B) | 257.29º | 0.55% | 0.84% | - |
| XYZ | 25.9 | 18.28 | 66.45 | - |
| YUV | 120.62 | 181.26 | 135.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 97 | 215 | 0.39 | 0.55 | 0 | 0.16 | 257.29 | 0.6 | 0.61 |
| Hex | 83 | 61 | D7 | 27 | 37 | 0 | 10 | 101 | 3C | 3D |
| Octal | 203 | 141 | 327 | 47 | 67 | 0 | 20 | 401 | 74 | 75 |
| Binary | 10000011 | 1100001 | 11010111 | 100111 | 110111 | 0 | 10000 | 100000001 | 111100 | 111101 |
Color Harmonies of #8361D7
Complementary color
Monochromatic Colors of #8361D7
Black with #8361D7
Text Example
Text Example
White with #8361D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8361D7; }
p { color: rgb(131,97,215); }
H1.HeaderClassName
{
color: #8361D7;
}
.AnyTagClassName
{
color: #8361D7;
}
</style>
background-color css
<style>
a { background-color: #8361D7; }
a { background-color: rgb(131,97,215); }
div.DivClassName
{
background-color: #8361D7;
}
.BgClassName
{
background-color: #8361D7;
}
</style>
border-color css
<style>
span { border-color: #8361D7; }
span { border-color: rgb(131,97,215); }
td.TdClassName
{
border-color: #8361D7;
}
.TagClassName
{
border-color: #8361D7;
}
</style>