Shades of Medium Purple #9363DD
Tints of Medium Purple #9363DD
RGB
CMYK
RGB Variations
Color information
#9363DD (or 0x9363DD) is known color: Medium Purple. HEX triplet: 93, 63 and DD. RGB value is (147,99,221). Sum of RGB (Red+Green+Blue) = 147+99+221=467 (61% of max value = 765). Red value is 147 (57.81% from 255 or 31.48% from 467); Green value is 99 (39.06% from 255 or 21.20% from 467); Blue value is 221 (86.72% from 255 or 47.32% from 467); Max value from RGB is 221 - color contains mainly: blue. Hex color #9363DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9363DD is #6C9C22. Grayscale: #7E7E7E. Windows color (decimal): -7117859 or 14508947. OLE color: 14508947.
HSL color Cylindrical-coordinate representation of color #9363DD: hue angle of 263.61º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9363DD is Cyan = 0.33, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 147 | 99 | 221 | - |
| CMYK | 0.33 | 0.55 | 0 | 0.13 |
| HSL | 263.61º | 0.64% | 0.63% | - |
| HSV(B) | 263.61º | 0.55% | 0.87% | - |
| XYZ | 29.55 | 20.35 | 70.78 | - |
| YUV | 127.26 | 180.9 | 142.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 99 | 221 | 0.33 | 0.55 | 0 | 0.13 | 263.61 | 0.64 | 0.63 |
| Hex | 93 | 63 | DD | 21 | 37 | 0 | D | 108 | 40 | 3F |
| Octal | 223 | 143 | 335 | 41 | 67 | 0 | 15 | 410 | 100 | 77 |
| Binary | 10010011 | 1100011 | 11011101 | 100001 | 110111 | 0 | 1101 | 100001000 | 1000000 | 111111 |
Color Harmonies of #9363DD
Complementary color
Monochromatic Colors of #9363DD
Black with #9363DD
Text Example
Text Example
White with #9363DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9363DD; }
p { color: rgb(147,99,221); }
H1.HeaderClassName
{
color: #9363DD;
}
.AnyTagClassName
{
color: #9363DD;
}
</style>
background-color css
<style>
a { background-color: #9363DD; }
a { background-color: rgb(147,99,221); }
div.DivClassName
{
background-color: #9363DD;
}
.BgClassName
{
background-color: #9363DD;
}
</style>
border-color css
<style>
span { border-color: #9363DD; }
span { border-color: rgb(147,99,221); }
td.TdClassName
{
border-color: #9363DD;
}
.TagClassName
{
border-color: #9363DD;
}
</style>