Shades of Medium Purple #9368DF
Tints of Medium Purple #9368DF
RGB
CMYK
RGB Variations
Color information
#9368DF (or 0x9368DF) is known color: Medium Purple. HEX triplet: 93, 68 and DF. RGB value is (147,104,223). Sum of RGB (Red+Green+Blue) = 147+104+223=474 (62% of max value = 765). Red value is 147 (57.81% from 255 or 31.01% from 474); Green value is 104 (41.02% from 255 or 21.94% from 474); Blue value is 223 (87.5% from 255 or 47.05% from 474); Max value from RGB is 223 - color contains mainly: blue. Hex color #9368DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9368DF is #6C9720. Grayscale: #818181. Windows color (decimal): -7116577 or 14641299. OLE color: 14641299.
HSL color Cylindrical-coordinate representation of color #9368DF: hue angle of 261.68º degrees, saturation: 0.65, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9368DF is Cyan = 0.34, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 147 | 104 | 223 | - |
| CMYK | 0.34 | 0.53 | 0 | 0.13 |
| HSL | 261.68º | 0.65% | 0.64% | - |
| HSV(B) | 261.68º | 0.53% | 0.87% | - |
| XYZ | 30.3 | 21.43 | 72.35 | - |
| YUV | 130.42 | 180.25 | 139.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 104 | 223 | 0.34 | 0.53 | 0 | 0.13 | 261.68 | 0.65 | 0.64 |
| Hex | 93 | 68 | DF | 22 | 35 | 0 | D | 106 | 41 | 40 |
| Octal | 223 | 150 | 337 | 42 | 65 | 0 | 15 | 406 | 101 | 100 |
| Binary | 10010011 | 1101000 | 11011111 | 100010 | 110101 | 0 | 1101 | 100000110 | 1000001 | 1000000 |
Color Harmonies of #9368DF
Complementary color
Monochromatic Colors of #9368DF
Black with #9368DF
Text Example
Text Example
White with #9368DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9368DF; }
p { color: rgb(147,104,223); }
H1.HeaderClassName
{
color: #9368DF;
}
.AnyTagClassName
{
color: #9368DF;
}
</style>
background-color css
<style>
a { background-color: #9368DF; }
a { background-color: rgb(147,104,223); }
div.DivClassName
{
background-color: #9368DF;
}
.BgClassName
{
background-color: #9368DF;
}
</style>
border-color css
<style>
span { border-color: #9368DF; }
span { border-color: rgb(147,104,223); }
td.TdClassName
{
border-color: #9368DF;
}
.TagClassName
{
border-color: #9368DF;
}
</style>