Shades of Medium Purple #9367F1
Tints of Medium Purple #9367F1
RGB
CMYK
RGB Variations
Color information
#9367F1 (or 0x9367F1) is known color: Medium Purple. HEX triplet: 93, 67 and F1. RGB value is (147,103,241). Sum of RGB (Red+Green+Blue) = 147+103+241=491 (65% of max value = 765). Red value is 147 (57.81% from 255 or 29.94% from 491); Green value is 103 (40.62% from 255 or 20.98% from 491); Blue value is 241 (94.53% from 255 or 49.08% from 491); Max value from RGB is 241 - color contains mainly: blue. Hex color #9367F1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9367F1 is #6C980E. Grayscale: #838383. Windows color (decimal): -7116815 or 15820691. OLE color: 15820691.
HSL color Cylindrical-coordinate representation of color #9367F1: hue angle of 259.13º degrees, saturation: 0.83, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9367F1 is Cyan = 0.39, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 147 | 103 | 241 | - |
| CMYK | 0.39 | 0.57 | 0 | 0.05 |
| HSL | 259.13º | 0.83% | 0.67% | - |
| HSV(B) | 259.13º | 0.57% | 0.95% | - |
| XYZ | 32.76 | 22.25 | 85.79 | - |
| YUV | 131.89 | 189.58 | 138.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 103 | 241 | 0.39 | 0.57 | 0 | 0.05 | 259.13 | 0.83 | 0.67 |
| Hex | 93 | 67 | F1 | 27 | 39 | 0 | 5 | 103 | 53 | 43 |
| Octal | 223 | 147 | 361 | 47 | 71 | 0 | 5 | 403 | 123 | 103 |
| Binary | 10010011 | 1100111 | 11110001 | 100111 | 111001 | 0 | 101 | 100000011 | 1010011 | 1000011 |
Color Harmonies of #9367F1
Complementary color
Monochromatic Colors of #9367F1
Black with #9367F1
Text Example
Text Example
White with #9367F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9367F1; }
p { color: rgb(147,103,241); }
H1.HeaderClassName
{
color: #9367F1;
}
.AnyTagClassName
{
color: #9367F1;
}
</style>
background-color css
<style>
a { background-color: #9367F1; }
a { background-color: rgb(147,103,241); }
div.DivClassName
{
background-color: #9367F1;
}
.BgClassName
{
background-color: #9367F1;
}
</style>
border-color css
<style>
span { border-color: #9367F1; }
span { border-color: rgb(147,103,241); }
td.TdClassName
{
border-color: #9367F1;
}
.TagClassName
{
border-color: #9367F1;
}
</style>