Shades of Medium Purple #9365DF
Tints of Medium Purple #9365DF
RGB
CMYK
RGB Variations
Color information
#9365DF (or 0x9365DF) is known color: Medium Purple. HEX triplet: 93, 65 and DF. RGB value is (147,101,223). Sum of RGB (Red+Green+Blue) = 147+101+223=471 (62% of max value = 765). Red value is 147 (57.81% from 255 or 31.21% from 471); Green value is 101 (39.84% from 255 or 21.44% from 471); Blue value is 223 (87.5% from 255 or 47.35% from 471); Max value from RGB is 223 - color contains mainly: blue. Hex color #9365DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9365DF is #6C9A20. Grayscale: #808080. Windows color (decimal): -7117345 or 14640531. OLE color: 14640531.
HSL color Cylindrical-coordinate representation of color #9365DF: hue angle of 262.62º degrees, saturation: 0.66, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9365DF is Cyan = 0.34, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 147 | 101 | 223 | - |
| CMYK | 0.34 | 0.55 | 0 | 0.13 |
| HSL | 262.62º | 0.66% | 0.64% | - |
| HSV(B) | 262.62º | 0.55% | 0.87% | - |
| XYZ | 30.01 | 20.84 | 72.25 | - |
| YUV | 128.66 | 181.24 | 141.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 101 | 223 | 0.34 | 0.55 | 0 | 0.13 | 262.62 | 0.66 | 0.64 |
| Hex | 93 | 65 | DF | 22 | 37 | 0 | D | 107 | 42 | 40 |
| Octal | 223 | 145 | 337 | 42 | 67 | 0 | 15 | 407 | 102 | 100 |
| Binary | 10010011 | 1100101 | 11011111 | 100010 | 110111 | 0 | 1101 | 100000111 | 1000010 | 1000000 |
Color Harmonies of #9365DF
Complementary color
Monochromatic Colors of #9365DF
Black with #9365DF
Text Example
Text Example
White with #9365DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9365DF; }
p { color: rgb(147,101,223); }
H1.HeaderClassName
{
color: #9365DF;
}
.AnyTagClassName
{
color: #9365DF;
}
</style>
background-color css
<style>
a { background-color: #9365DF; }
a { background-color: rgb(147,101,223); }
div.DivClassName
{
background-color: #9365DF;
}
.BgClassName
{
background-color: #9365DF;
}
</style>
border-color css
<style>
span { border-color: #9365DF; }
span { border-color: rgb(147,101,223); }
td.TdClassName
{
border-color: #9365DF;
}
.TagClassName
{
border-color: #9365DF;
}
</style>