Shades of Medium Purple #9364DF
Tints of Medium Purple #9364DF
RGB
CMYK
RGB Variations
Color information
#9364DF (or 0x9364DF) is known color: Medium Purple. HEX triplet: 93, 64 and DF. RGB value is (147,100,223). Sum of RGB (Red+Green+Blue) = 147+100+223=470 (62% of max value = 765). Red value is 147 (57.81% from 255 or 31.28% from 470); Green value is 100 (39.45% from 255 or 21.28% from 470); Blue value is 223 (87.5% from 255 or 47.45% from 470); Max value from RGB is 223 - color contains mainly: blue. Hex color #9364DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9364DF is #6C9B20. Grayscale: #7F7F7F. Windows color (decimal): -7117601 or 14640275. OLE color: 14640275.
HSL color Cylindrical-coordinate representation of color #9364DF: hue angle of 262.93º degrees, saturation: 0.66, 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 #9364DF is Cyan = 0.34, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 147 | 100 | 223 | - |
| CMYK | 0.34 | 0.55 | 0 | 0.13 |
| HSL | 262.93º | 0.66% | 0.63% | - |
| HSV(B) | 262.93º | 0.55% | 0.87% | - |
| XYZ | 29.91 | 20.65 | 72.22 | - |
| YUV | 128.08 | 181.57 | 141.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 100 | 223 | 0.34 | 0.55 | 0 | 0.13 | 262.93 | 0.66 | 0.63 |
| Hex | 93 | 64 | DF | 22 | 37 | 0 | D | 107 | 42 | 3F |
| Octal | 223 | 144 | 337 | 42 | 67 | 0 | 15 | 407 | 102 | 77 |
| Binary | 10010011 | 1100100 | 11011111 | 100010 | 110111 | 0 | 1101 | 100000111 | 1000010 | 111111 |
Color Harmonies of #9364DF
Complementary color
Monochromatic Colors of #9364DF
Black with #9364DF
Text Example
Text Example
White with #9364DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9364DF; }
p { color: rgb(147,100,223); }
H1.HeaderClassName
{
color: #9364DF;
}
.AnyTagClassName
{
color: #9364DF;
}
</style>
background-color css
<style>
a { background-color: #9364DF; }
a { background-color: rgb(147,100,223); }
div.DivClassName
{
background-color: #9364DF;
}
.BgClassName
{
background-color: #9364DF;
}
</style>
border-color css
<style>
span { border-color: #9364DF; }
span { border-color: rgb(147,100,223); }
td.TdClassName
{
border-color: #9364DF;
}
.TagClassName
{
border-color: #9364DF;
}
</style>