Shades of Medium Purple #9360DF
Tints of Medium Purple #9360DF
RGB
CMYK
RGB Variations
Color information
#9360DF (or 0x9360DF) is known color: Medium Purple. HEX triplet: 93, 60 and DF. RGB value is (147,96,223). Sum of RGB (Red+Green+Blue) = 147+96+223=466 (61% of max value = 765). Red value is 147 (57.81% from 255 or 31.55% from 466); Green value is 96 (37.89% from 255 or 20.60% from 466); Blue value is 223 (87.5% from 255 or 47.85% from 466); Max value from RGB is 223 - color contains mainly: blue. Hex color #9360DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9360DF is #6C9F20. Grayscale: #7D7D7D. Windows color (decimal): -7118625 or 14639251. OLE color: 14639251.
HSL color Cylindrical-coordinate representation of color #9360DF: hue angle of 264.09º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9360DF is Cyan = 0.34, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 147 | 96 | 223 | - |
| CMYK | 0.34 | 0.57 | 0 | 0.13 |
| HSL | 264.09º | 0.66% | 0.63% | - |
| HSV(B) | 264.09º | 0.57% | 0.87% | - |
| XYZ | 29.53 | 19.9 | 72.1 | - |
| YUV | 125.73 | 182.9 | 143.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 96 | 223 | 0.34 | 0.57 | 0 | 0.13 | 264.09 | 0.66 | 0.63 |
| Hex | 93 | 60 | DF | 22 | 39 | 0 | D | 108 | 42 | 3F |
| Octal | 223 | 140 | 337 | 42 | 71 | 0 | 15 | 410 | 102 | 77 |
| Binary | 10010011 | 1100000 | 11011111 | 100010 | 111001 | 0 | 1101 | 100001000 | 1000010 | 111111 |
Color Harmonies of #9360DF
Complementary color
Monochromatic Colors of #9360DF
Black with #9360DF
Text Example
Text Example
White with #9360DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9360DF; }
p { color: rgb(147,96,223); }
H1.HeaderClassName
{
color: #9360DF;
}
.AnyTagClassName
{
color: #9360DF;
}
</style>
background-color css
<style>
a { background-color: #9360DF; }
a { background-color: rgb(147,96,223); }
div.DivClassName
{
background-color: #9360DF;
}
.BgClassName
{
background-color: #9360DF;
}
</style>
border-color css
<style>
span { border-color: #9360DF; }
span { border-color: rgb(147,96,223); }
td.TdClassName
{
border-color: #9360DF;
}
.TagClassName
{
border-color: #9360DF;
}
</style>