Shades of Medium Purple #9366EE
Tints of Medium Purple #9366EE
RGB
CMYK
RGB Variations
Color information
#9366EE (or 0x9366EE) is known color: Medium Purple. HEX triplet: 93, 66 and EE. RGB value is (147,102,238). Sum of RGB (Red+Green+Blue) = 147+102+238=487 (64% of max value = 765). Red value is 147 (57.81% from 255 or 30.18% from 487); Green value is 102 (40.23% from 255 or 20.94% from 487); Blue value is 238 (93.36% from 255 or 48.87% from 487); Max value from RGB is 238 - color contains mainly: blue. Hex color #9366EE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9366EE is #6C9911. Grayscale: #828282. Windows color (decimal): -7117074 or 15623827. OLE color: 15623827.
HSL color Cylindrical-coordinate representation of color #9366EE: hue angle of 259.85º degrees, saturation: 0.8, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9366EE is Cyan = 0.38, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 147 | 102 | 238 | - |
| CMYK | 0.38 | 0.57 | 0 | 0.07 |
| HSL | 259.85º | 0.8% | 0.67% | - |
| HSV(B) | 259.85º | 0.57% | 0.93% | - |
| XYZ | 32.22 | 21.88 | 83.41 | - |
| YUV | 130.96 | 188.41 | 139.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 102 | 238 | 0.38 | 0.57 | 0 | 0.07 | 259.85 | 0.8 | 0.67 |
| Hex | 93 | 66 | EE | 26 | 39 | 0 | 7 | 104 | 50 | 43 |
| Octal | 223 | 146 | 356 | 46 | 71 | 0 | 7 | 404 | 120 | 103 |
| Binary | 10010011 | 1100110 | 11101110 | 100110 | 111001 | 0 | 111 | 100000100 | 1010000 | 1000011 |
Color Harmonies of #9366EE
Complementary color
Monochromatic Colors of #9366EE
Black with #9366EE
Text Example
Text Example
White with #9366EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9366EE; }
p { color: rgb(147,102,238); }
H1.HeaderClassName
{
color: #9366EE;
}
.AnyTagClassName
{
color: #9366EE;
}
</style>
background-color css
<style>
a { background-color: #9366EE; }
a { background-color: rgb(147,102,238); }
div.DivClassName
{
background-color: #9366EE;
}
.BgClassName
{
background-color: #9366EE;
}
</style>
border-color css
<style>
span { border-color: #9366EE; }
span { border-color: rgb(147,102,238); }
td.TdClassName
{
border-color: #9366EE;
}
.TagClassName
{
border-color: #9366EE;
}
</style>