Shades of Medium Purple #8359D3
Tints of Medium Purple #8359D3
RGB
CMYK
RGB Variations
Color information
#8359D3 (or 0x8359D3) is known color: Medium Purple. HEX triplet: 83, 59 and D3. RGB value is (131,89,211). Sum of RGB (Red+Green+Blue) = 131+89+211=431 (57% of max value = 765). Red value is 131 (51.56% from 255 or 30.39% from 431); Green value is 89 (35.16% from 255 or 20.65% from 431); Blue value is 211 (82.81% from 255 or 48.96% from 431); Max value from RGB is 211 - color contains mainly: blue. Hex color #8359D3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8359D3 is #7CA62C. Grayscale: #737373. Windows color (decimal): -8169005 or 13851011. OLE color: 13851011.
HSL color Cylindrical-coordinate representation of color #8359D3: hue angle of 260.66º degrees, saturation: 0.58, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #8359D3 is Cyan = 0.38, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 131 | 89 | 211 | - |
| CMYK | 0.38 | 0.58 | 0 | 0.17 |
| HSL | 260.66º | 0.58% | 0.59% | - |
| HSV(B) | 260.66º | 0.58% | 0.83% | - |
| XYZ | 24.69 | 16.67 | 63.54 | - |
| YUV | 115.47 | 181.91 | 139.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 89 | 211 | 0.38 | 0.58 | 0 | 0.17 | 260.66 | 0.58 | 0.59 |
| Hex | 83 | 59 | D3 | 26 | 3A | 0 | 11 | 105 | 3A | 3B |
| Octal | 203 | 131 | 323 | 46 | 72 | 0 | 21 | 405 | 72 | 73 |
| Binary | 10000011 | 1011001 | 11010011 | 100110 | 111010 | 0 | 10001 | 100000101 | 111010 | 111011 |
Color Harmonies of #8359D3
Complementary color
Monochromatic Colors of #8359D3
Black with #8359D3
Text Example
Text Example
White with #8359D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8359D3; }
p { color: rgb(131,89,211); }
H1.HeaderClassName
{
color: #8359D3;
}
.AnyTagClassName
{
color: #8359D3;
}
</style>
background-color css
<style>
a { background-color: #8359D3; }
a { background-color: rgb(131,89,211); }
div.DivClassName
{
background-color: #8359D3;
}
.BgClassName
{
background-color: #8359D3;
}
</style>
border-color css
<style>
span { border-color: #8359D3; }
span { border-color: rgb(131,89,211); }
td.TdClassName
{
border-color: #8359D3;
}
.TagClassName
{
border-color: #8359D3;
}
</style>