Shades of Medium Purple #9366EF
Tints of Medium Purple #9366EF
RGB
CMYK
RGB Variations
Color information
#9366EF (or 0x9366EF) is known color: Medium Purple. HEX triplet: 93, 66 and EF. RGB value is (147,102,239). Sum of RGB (Red+Green+Blue) = 147+102+239=488 (64% of max value = 765). Red value is 147 (57.81% from 255 or 30.12% from 488); Green value is 102 (40.23% from 255 or 20.90% from 488); Blue value is 239 (93.75% from 255 or 48.98% from 488); Max value from RGB is 239 - color contains mainly: blue. Hex color #9366EF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9366EF is #6C9910. Grayscale: #828282. Windows color (decimal): -7117073 or 15689363. OLE color: 15689363.
HSL color Cylindrical-coordinate representation of color #9366EF: hue angle of 259.71º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9366EF is Cyan = 0.38, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 147 | 102 | 239 | - |
| CMYK | 0.38 | 0.57 | 0 | 0.06 |
| HSL | 259.71º | 0.81% | 0.67% | - |
| HSV(B) | 259.71º | 0.57% | 0.94% | - |
| XYZ | 32.36 | 21.94 | 84.19 | - |
| YUV | 131.07 | 188.91 | 139.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 102 | 239 | 0.38 | 0.57 | 0 | 0.06 | 259.71 | 0.81 | 0.67 |
| Hex | 93 | 66 | EF | 26 | 39 | 0 | 6 | 104 | 51 | 43 |
| Octal | 223 | 146 | 357 | 46 | 71 | 0 | 6 | 404 | 121 | 103 |
| Binary | 10010011 | 1100110 | 11101111 | 100110 | 111001 | 0 | 110 | 100000100 | 1010001 | 1000011 |
Color Harmonies of #9366EF
Complementary color
Monochromatic Colors of #9366EF
Black with #9366EF
Text Example
Text Example
White with #9366EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9366EF; }
p { color: rgb(147,102,239); }
H1.HeaderClassName
{
color: #9366EF;
}
.AnyTagClassName
{
color: #9366EF;
}
</style>
background-color css
<style>
a { background-color: #9366EF; }
a { background-color: rgb(147,102,239); }
div.DivClassName
{
background-color: #9366EF;
}
.BgClassName
{
background-color: #9366EF;
}
</style>
border-color css
<style>
span { border-color: #9366EF; }
span { border-color: rgb(147,102,239); }
td.TdClassName
{
border-color: #9366EF;
}
.TagClassName
{
border-color: #9366EF;
}
</style>