Shades of Medium Purple #9350ED
Tints of Medium Purple #9350ED
RGB
CMYK
RGB Variations
Color information
#9350ED (or 0x9350ED) is known color: Medium Purple. HEX triplet: 93, 50 and ED. RGB value is (147,80,237). Sum of RGB (Red+Green+Blue) = 147+80+237=464 (61% of max value = 765). Red value is 147 (57.81% from 255 or 31.68% from 464); Green value is 80 (31.64% from 255 or 17.24% from 464); Blue value is 237 (92.97% from 255 or 51.08% from 464); Max value from RGB is 237 - color contains mainly: blue. Hex color #9350ED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9350ED is #6CAF12. Grayscale: #757575. Windows color (decimal): -7122707 or 15552659. OLE color: 15552659.
HSL color Cylindrical-coordinate representation of color #9350ED: hue angle of 265.61º degrees, saturation: 0.81, 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 #9350ED is Cyan = 0.38, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 147 | 80 | 237 | - |
| CMYK | 0.38 | 0.66 | 0 | 0.07 |
| HSL | 265.61º | 0.81% | 0.62% | - |
| HSV(B) | 265.61º | 0.66% | 0.93% | - |
| XYZ | 30.19 | 18.05 | 82.01 | - |
| YUV | 117.93 | 195.2 | 148.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 80 | 237 | 0.38 | 0.66 | 0 | 0.07 | 265.61 | 0.81 | 0.62 |
| Hex | 93 | 50 | ED | 26 | 42 | 0 | 7 | 10A | 51 | 3E |
| Octal | 223 | 120 | 355 | 46 | 102 | 0 | 7 | 412 | 121 | 76 |
| Binary | 10010011 | 1010000 | 11101101 | 100110 | 1000010 | 0 | 111 | 100001010 | 1010001 | 111110 |
Color Harmonies of #9350ED
Complementary color
Monochromatic Colors of #9350ED
Black with #9350ED
Text Example
Text Example
White with #9350ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9350ED; }
p { color: rgb(147,80,237); }
H1.HeaderClassName
{
color: #9350ED;
}
.AnyTagClassName
{
color: #9350ED;
}
</style>
background-color css
<style>
a { background-color: #9350ED; }
a { background-color: rgb(147,80,237); }
div.DivClassName
{
background-color: #9350ED;
}
.BgClassName
{
background-color: #9350ED;
}
</style>
border-color css
<style>
span { border-color: #9350ED; }
span { border-color: rgb(147,80,237); }
td.TdClassName
{
border-color: #9350ED;
}
.TagClassName
{
border-color: #9350ED;
}
</style>