Shades of Medium Purple #9383ED
Tints of Medium Purple #9383ED
RGB
CMYK
RGB Variations
Color information
#9383ED (or 0x9383ED) is known color: Medium Purple. HEX triplet: 93, 83 and ED. RGB value is (147,131,237). Sum of RGB (Red+Green+Blue) = 147+131+237=515 (68% of max value = 765). Red value is 147 (57.81% from 255 or 28.54% from 515); Green value is 131 (51.56% from 255 or 25.44% from 515); Blue value is 237 (92.97% from 255 or 46.02% from 515); Max value from RGB is 237 - color contains mainly: blue. Hex color #9383ED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9383ED is #6C7C12. Grayscale: #939393. Windows color (decimal): -7109651 or 15565715. OLE color: 15565715.
HSL color Cylindrical-coordinate representation of color #9383ED: hue angle of 249.06º degrees, saturation: 0.75, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #9383ED is Cyan = 0.38, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 147 | 131 | 237 | - |
| CMYK | 0.38 | 0.45 | 0 | 0.07 |
| HSL | 249.06º | 0.75% | 0.72% | - |
| HSV(B) | 249.06º | 0.45% | 0.93% | - |
| XYZ | 35.43 | 28.55 | 83.76 | - |
| YUV | 147.87 | 178.3 | 127.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 131 | 237 | 0.38 | 0.45 | 0 | 0.07 | 249.06 | 0.75 | 0.72 |
| Hex | 93 | 83 | ED | 26 | 2D | 0 | 7 | F9 | 4B | 48 |
| Octal | 223 | 203 | 355 | 46 | 55 | 0 | 7 | 371 | 113 | 110 |
| Binary | 10010011 | 10000011 | 11101101 | 100110 | 101101 | 0 | 111 | 11111001 | 1001011 | 1001000 |
Color Harmonies of #9383ED
Complementary color
Monochromatic Colors of #9383ED
Black with #9383ED
Text Example
Text Example
White with #9383ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9383ED; }
p { color: rgb(147,131,237); }
H1.HeaderClassName
{
color: #9383ED;
}
.AnyTagClassName
{
color: #9383ED;
}
</style>
background-color css
<style>
a { background-color: #9383ED; }
a { background-color: rgb(147,131,237); }
div.DivClassName
{
background-color: #9383ED;
}
.BgClassName
{
background-color: #9383ED;
}
</style>
border-color css
<style>
span { border-color: #9383ED; }
span { border-color: rgb(147,131,237); }
td.TdClassName
{
border-color: #9383ED;
}
.TagClassName
{
border-color: #9383ED;
}
</style>