Shades of Medium Purple #9350EE
Tints of Medium Purple #9350EE
RGB
CMYK
RGB Variations
Color information
#9350EE (or 0x9350EE) is known color: Medium Purple. HEX triplet: 93, 50 and EE. RGB value is (147,80,238). Sum of RGB (Red+Green+Blue) = 147+80+238=465 (61% of max value = 765). Red value is 147 (57.81% from 255 or 31.61% from 465); Green value is 80 (31.64% from 255 or 17.20% from 465); Blue value is 238 (93.36% from 255 or 51.18% from 465); Max value from RGB is 238 - color contains mainly: blue. Hex color #9350EE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9350EE is #6CAF11. Grayscale: #757575. Windows color (decimal): -7122706 or 15618195. OLE color: 15618195.
HSL color Cylindrical-coordinate representation of color #9350EE: hue angle of 265.44º degrees, saturation: 0.82, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9350EE is Cyan = 0.38, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 147 | 80 | 238 | - |
| CMYK | 0.38 | 0.66 | 0 | 0.07 |
| HSL | 265.44º | 0.82% | 0.62% | - |
| HSV(B) | 265.44º | 0.66% | 0.93% | - |
| XYZ | 30.33 | 18.11 | 82.79 | - |
| YUV | 118.05 | 195.7 | 148.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 80 | 238 | 0.38 | 0.66 | 0 | 0.07 | 265.44 | 0.82 | 0.62 |
| Hex | 93 | 50 | EE | 26 | 42 | 0 | 7 | 109 | 52 | 3E |
| Octal | 223 | 120 | 356 | 46 | 102 | 0 | 7 | 411 | 122 | 76 |
| Binary | 10010011 | 1010000 | 11101110 | 100110 | 1000010 | 0 | 111 | 100001001 | 1010010 | 111110 |
Color Harmonies of #9350EE
Complementary color
Monochromatic Colors of #9350EE
Black with #9350EE
Text Example
Text Example
White with #9350EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9350EE; }
p { color: rgb(147,80,238); }
H1.HeaderClassName
{
color: #9350EE;
}
.AnyTagClassName
{
color: #9350EE;
}
</style>
background-color css
<style>
a { background-color: #9350EE; }
a { background-color: rgb(147,80,238); }
div.DivClassName
{
background-color: #9350EE;
}
.BgClassName
{
background-color: #9350EE;
}
</style>
border-color css
<style>
span { border-color: #9350EE; }
span { border-color: rgb(147,80,238); }
td.TdClassName
{
border-color: #9350EE;
}
.TagClassName
{
border-color: #9350EE;
}
</style>