Shades of Medium Purple #9366EC
Tints of Medium Purple #9366EC
RGB
CMYK
RGB Variations
Color information
#9366EC (or 0x9366EC) is known color: Medium Purple. HEX triplet: 93, 66 and EC. RGB value is (147,102,236). Sum of RGB (Red+Green+Blue) = 147+102+236=485 (64% of max value = 765). Red value is 147 (57.81% from 255 or 30.31% from 485); Green value is 102 (40.23% from 255 or 21.03% from 485); Blue value is 236 (92.58% from 255 or 48.66% from 485); Max value from RGB is 236 - color contains mainly: blue. Hex color #9366EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9366EC is #6C9913. Grayscale: #828282. Windows color (decimal): -7117076 or 15492755. OLE color: 15492755.
HSL color Cylindrical-coordinate representation of color #9366EC: hue angle of 260.15º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9366EC is Cyan = 0.38, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 147 | 102 | 236 | - |
| CMYK | 0.38 | 0.57 | 0 | 0.07 |
| HSL | 260.15º | 0.78% | 0.66% | - |
| HSV(B) | 260.15º | 0.57% | 0.93% | - |
| XYZ | 31.92 | 21.76 | 81.87 | - |
| YUV | 130.73 | 187.41 | 139.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 102 | 236 | 0.38 | 0.57 | 0 | 0.07 | 260.15 | 0.78 | 0.66 |
| Hex | 93 | 66 | EC | 26 | 39 | 0 | 7 | 104 | 4E | 42 |
| Octal | 223 | 146 | 354 | 46 | 71 | 0 | 7 | 404 | 116 | 102 |
| Binary | 10010011 | 1100110 | 11101100 | 100110 | 111001 | 0 | 111 | 100000100 | 1001110 | 1000010 |
Color Harmonies of #9366EC
Complementary color
Monochromatic Colors of #9366EC
Black with #9366EC
Text Example
Text Example
White with #9366EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9366EC; }
p { color: rgb(147,102,236); }
H1.HeaderClassName
{
color: #9366EC;
}
.AnyTagClassName
{
color: #9366EC;
}
</style>
background-color css
<style>
a { background-color: #9366EC; }
a { background-color: rgb(147,102,236); }
div.DivClassName
{
background-color: #9366EC;
}
.BgClassName
{
background-color: #9366EC;
}
</style>
border-color css
<style>
span { border-color: #9366EC; }
span { border-color: rgb(147,102,236); }
td.TdClassName
{
border-color: #9366EC;
}
.TagClassName
{
border-color: #9366EC;
}
</style>