Shades of Medium Purple #9368EF
Tints of Medium Purple #9368EF
RGB
CMYK
RGB Variations
Color information
#9368EF (or 0x9368EF) is known color: Medium Purple. HEX triplet: 93, 68 and EF. RGB value is (147,104,239). Sum of RGB (Red+Green+Blue) = 147+104+239=490 (64% of max value = 765). Red value is 147 (57.81% from 255 or 30% from 490); Green value is 104 (41.02% from 255 or 21.22% from 490); Blue value is 239 (93.75% from 255 or 48.78% from 490); Max value from RGB is 239 - color contains mainly: blue. Hex color #9368EF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9368EF is #6C9710. Grayscale: #838383. Windows color (decimal): -7116561 or 15689875. OLE color: 15689875.
HSL color Cylindrical-coordinate representation of color #9368EF: hue angle of 259.11º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9368EF is Cyan = 0.38, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 147 | 104 | 239 | - |
| CMYK | 0.38 | 0.56 | 0 | 0.06 |
| HSL | 259.11º | 0.81% | 0.67% | - |
| HSV(B) | 259.11º | 0.56% | 0.94% | - |
| XYZ | 32.56 | 22.34 | 84.26 | - |
| YUV | 132.25 | 188.25 | 138.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 104 | 239 | 0.38 | 0.56 | 0 | 0.06 | 259.11 | 0.81 | 0.67 |
| Hex | 93 | 68 | EF | 26 | 38 | 0 | 6 | 103 | 51 | 43 |
| Octal | 223 | 150 | 357 | 46 | 70 | 0 | 6 | 403 | 121 | 103 |
| Binary | 10010011 | 1101000 | 11101111 | 100110 | 111000 | 0 | 110 | 100000011 | 1010001 | 1000011 |
Color Harmonies of #9368EF
Complementary color
Monochromatic Colors of #9368EF
Black with #9368EF
Text Example
Text Example
White with #9368EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9368EF; }
p { color: rgb(147,104,239); }
H1.HeaderClassName
{
color: #9368EF;
}
.AnyTagClassName
{
color: #9368EF;
}
</style>
background-color css
<style>
a { background-color: #9368EF; }
a { background-color: rgb(147,104,239); }
div.DivClassName
{
background-color: #9368EF;
}
.BgClassName
{
background-color: #9368EF;
}
</style>
border-color css
<style>
span { border-color: #9368EF; }
span { border-color: rgb(147,104,239); }
td.TdClassName
{
border-color: #9368EF;
}
.TagClassName
{
border-color: #9368EF;
}
</style>