Shades of Medium Purple #8360DD
Tints of Medium Purple #8360DD
RGB
CMYK
RGB Variations
Color information
#8360DD (or 0x8360DD) is known color: Medium Purple. HEX triplet: 83, 60 and DD. RGB value is (131,96,221). Sum of RGB (Red+Green+Blue) = 131+96+221=448 (59% of max value = 765). Red value is 131 (51.56% from 255 or 29.24% from 448); Green value is 96 (37.89% from 255 or 21.43% from 448); Blue value is 221 (86.72% from 255 or 49.33% from 448); Max value from RGB is 221 - color contains mainly: blue. Hex color #8360DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8360DD is #7C9F22. Grayscale: #787878. Windows color (decimal): -8167203 or 14508163. OLE color: 14508163.
HSL color Cylindrical-coordinate representation of color #8360DD: hue angle of 256.8º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #8360DD is Cyan = 0.41, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 131 | 96 | 221 | - |
| CMYK | 0.41 | 0.57 | 0 | 0.13 |
| HSL | 256.8º | 0.65% | 0.62% | - |
| HSV(B) | 256.8º | 0.57% | 0.87% | - |
| XYZ | 26.59 | 18.41 | 70.56 | - |
| YUV | 120.72 | 184.6 | 135.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 96 | 221 | 0.41 | 0.57 | 0 | 0.13 | 256.8 | 0.65 | 0.62 |
| Hex | 83 | 60 | DD | 29 | 39 | 0 | D | 101 | 41 | 3E |
| Octal | 203 | 140 | 335 | 51 | 71 | 0 | 15 | 401 | 101 | 76 |
| Binary | 10000011 | 1100000 | 11011101 | 101001 | 111001 | 0 | 1101 | 100000001 | 1000001 | 111110 |
Color Harmonies of #8360DD
Complementary color
Monochromatic Colors of #8360DD
Black with #8360DD
Text Example
Text Example
White with #8360DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8360DD; }
p { color: rgb(131,96,221); }
H1.HeaderClassName
{
color: #8360DD;
}
.AnyTagClassName
{
color: #8360DD;
}
</style>
background-color css
<style>
a { background-color: #8360DD; }
a { background-color: rgb(131,96,221); }
div.DivClassName
{
background-color: #8360DD;
}
.BgClassName
{
background-color: #8360DD;
}
</style>
border-color css
<style>
span { border-color: #8360DD; }
span { border-color: rgb(131,96,221); }
td.TdClassName
{
border-color: #8360DD;
}
.TagClassName
{
border-color: #8360DD;
}
</style>