Shades of Medium Purple #9367EE
Tints of Medium Purple #9367EE
RGB
CMYK
RGB Variations
Color information
#9367EE (or 0x9367EE) is known color: Medium Purple. HEX triplet: 93, 67 and EE. RGB value is (147,103,238). Sum of RGB (Red+Green+Blue) = 147+103+238=488 (64% of max value = 765). Red value is 147 (57.81% from 255 or 30.12% from 488); Green value is 103 (40.62% from 255 or 21.11% from 488); Blue value is 238 (93.36% from 255 or 48.77% from 488); Max value from RGB is 238 - color contains mainly: blue. Hex color #9367EE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9367EE is #6C9811. Grayscale: #838383. Windows color (decimal): -7116818 or 15624083. OLE color: 15624083.
HSL color Cylindrical-coordinate representation of color #9367EE: hue angle of 259.56º 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 #9367EE is Cyan = 0.38, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 147 | 103 | 238 | - |
| CMYK | 0.38 | 0.57 | 0 | 0.07 |
| HSL | 259.56º | 0.8% | 0.67% | - |
| HSV(B) | 259.56º | 0.57% | 0.93% | - |
| XYZ | 32.32 | 22.08 | 83.45 | - |
| YUV | 131.55 | 188.08 | 139.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 103 | 238 | 0.38 | 0.57 | 0 | 0.07 | 259.56 | 0.8 | 0.67 |
| Hex | 93 | 67 | EE | 26 | 39 | 0 | 7 | 104 | 50 | 43 |
| Octal | 223 | 147 | 356 | 46 | 71 | 0 | 7 | 404 | 120 | 103 |
| Binary | 10010011 | 1100111 | 11101110 | 100110 | 111001 | 0 | 111 | 100000100 | 1010000 | 1000011 |
Color Harmonies of #9367EE
Complementary color
Monochromatic Colors of #9367EE
Black with #9367EE
Text Example
Text Example
White with #9367EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9367EE; }
p { color: rgb(147,103,238); }
H1.HeaderClassName
{
color: #9367EE;
}
.AnyTagClassName
{
color: #9367EE;
}
</style>
background-color css
<style>
a { background-color: #9367EE; }
a { background-color: rgb(147,103,238); }
div.DivClassName
{
background-color: #9367EE;
}
.BgClassName
{
background-color: #9367EE;
}
</style>
border-color css
<style>
span { border-color: #9367EE; }
span { border-color: rgb(147,103,238); }
td.TdClassName
{
border-color: #9367EE;
}
.TagClassName
{
border-color: #9367EE;
}
</style>