Shades of Medium Purple #8360D8
Tints of Medium Purple #8360D8
RGB
CMYK
RGB Variations
Color information
#8360D8 (or 0x8360D8) is known color: Medium Purple. HEX triplet: 83, 60 and D8. RGB value is (131,96,216). Sum of RGB (Red+Green+Blue) = 131+96+216=443 (58% of max value = 765). Red value is 131 (51.56% from 255 or 29.57% from 443); Green value is 96 (37.89% from 255 or 21.67% from 443); Blue value is 216 (84.77% from 255 or 48.76% from 443); Max value from RGB is 216 - color contains mainly: blue. Hex color #8360D8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8360D8 is #7C9F27. Grayscale: #777777. Windows color (decimal): -8167208 or 14180483. OLE color: 14180483.
HSL color Cylindrical-coordinate representation of color #8360D8: hue angle of 257.5º degrees, saturation: 0.61, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8360D8 is Cyan = 0.39, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 131 | 96 | 216 | - |
| CMYK | 0.39 | 0.56 | 0 | 0.15 |
| HSL | 257.5º | 0.61% | 0.61% | - |
| HSV(B) | 257.5º | 0.56% | 0.85% | - |
| XYZ | 25.94 | 18.15 | 67.1 | - |
| YUV | 120.15 | 182.1 | 135.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 96 | 216 | 0.39 | 0.56 | 0 | 0.15 | 257.5 | 0.61 | 0.61 |
| Hex | 83 | 60 | D8 | 27 | 38 | 0 | F | 102 | 3D | 3D |
| Octal | 203 | 140 | 330 | 47 | 70 | 0 | 17 | 402 | 75 | 75 |
| Binary | 10000011 | 1100000 | 11011000 | 100111 | 111000 | 0 | 1111 | 100000010 | 111101 | 111101 |
Color Harmonies of #8360D8
Complementary color
Monochromatic Colors of #8360D8
Black with #8360D8
Text Example
Text Example
White with #8360D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8360D8; }
p { color: rgb(131,96,216); }
H1.HeaderClassName
{
color: #8360D8;
}
.AnyTagClassName
{
color: #8360D8;
}
</style>
background-color css
<style>
a { background-color: #8360D8; }
a { background-color: rgb(131,96,216); }
div.DivClassName
{
background-color: #8360D8;
}
.BgClassName
{
background-color: #8360D8;
}
</style>
border-color css
<style>
span { border-color: #8360D8; }
span { border-color: rgb(131,96,216); }
td.TdClassName
{
border-color: #8360D8;
}
.TagClassName
{
border-color: #8360D8;
}
</style>