Shades of Medium Purple #9358EE
Tints of Medium Purple #9358EE
RGB
CMYK
RGB Variations
Color information
#9358EE (or 0x9358EE) is known color: Medium Purple. HEX triplet: 93, 58 and EE. RGB value is (147,88,238). Sum of RGB (Red+Green+Blue) = 147+88+238=473 (62% of max value = 765). Red value is 147 (57.81% from 255 or 31.08% from 473); Green value is 88 (34.77% from 255 or 18.60% from 473); Blue value is 238 (93.36% from 255 or 50.32% from 473); Max value from RGB is 238 - color contains mainly: blue. Hex color #9358EE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9358EE is #6CA711. Grayscale: #7A7A7A. Windows color (decimal): -7120658 or 15620243. OLE color: 15620243.
HSL color Cylindrical-coordinate representation of color #9358EE: hue angle of 263.6º degrees, saturation: 0.82, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #9358EE is Cyan = 0.38, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 147 | 88 | 238 | - |
| CMYK | 0.38 | 0.63 | 0 | 0.07 |
| HSL | 263.6º | 0.82% | 0.64% | - |
| HSV(B) | 263.6º | 0.63% | 0.93% | - |
| XYZ | 30.95 | 19.36 | 82.99 | - |
| YUV | 122.74 | 193.05 | 145.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 88 | 238 | 0.38 | 0.63 | 0 | 0.07 | 263.6 | 0.82 | 0.64 |
| Hex | 93 | 58 | EE | 26 | 3F | 0 | 7 | 108 | 52 | 40 |
| Octal | 223 | 130 | 356 | 46 | 77 | 0 | 7 | 410 | 122 | 100 |
| Binary | 10010011 | 1011000 | 11101110 | 100110 | 111111 | 0 | 111 | 100001000 | 1010010 | 1000000 |
Color Harmonies of #9358EE
Complementary color
Monochromatic Colors of #9358EE
Black with #9358EE
Text Example
Text Example
White with #9358EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9358EE; }
p { color: rgb(147,88,238); }
H1.HeaderClassName
{
color: #9358EE;
}
.AnyTagClassName
{
color: #9358EE;
}
</style>
background-color css
<style>
a { background-color: #9358EE; }
a { background-color: rgb(147,88,238); }
div.DivClassName
{
background-color: #9358EE;
}
.BgClassName
{
background-color: #9358EE;
}
</style>
border-color css
<style>
span { border-color: #9358EE; }
span { border-color: rgb(147,88,238); }
td.TdClassName
{
border-color: #9358EE;
}
.TagClassName
{
border-color: #9358EE;
}
</style>