Shades of Medium Purple #9380EC
Tints of Medium Purple #9380EC
RGB
CMYK
RGB Variations
Color information
#9380EC (or 0x9380EC) is known color: Medium Purple. HEX triplet: 93, 80 and EC. RGB value is (147,128,236). Sum of RGB (Red+Green+Blue) = 147+128+236=511 (67% of max value = 765). Red value is 147 (57.81% from 255 or 28.77% from 511); Green value is 128 (50.39% from 255 or 25.05% from 511); Blue value is 236 (92.58% from 255 or 46.18% from 511); Max value from RGB is 236 - color contains mainly: blue. Hex color #9380EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9380EC is #6C7F13. Grayscale: #919191. Windows color (decimal): -7110420 or 15499411. OLE color: 15499411.
HSL color Cylindrical-coordinate representation of color #9380EC: hue angle of 250.56º degrees, saturation: 0.74, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9380EC is Cyan = 0.38, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 147 | 128 | 236 | - |
| CMYK | 0.38 | 0.46 | 0 | 0.07 |
| HSL | 250.56º | 0.74% | 0.71% | - |
| HSV(B) | 250.56º | 0.46% | 0.93% | - |
| XYZ | 34.89 | 27.7 | 82.86 | - |
| YUV | 145.99 | 178.79 | 128.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 128 | 236 | 0.38 | 0.46 | 0 | 0.07 | 250.56 | 0.74 | 0.71 |
| Hex | 93 | 80 | EC | 26 | 2E | 0 | 7 | FB | 4A | 47 |
| Octal | 223 | 200 | 354 | 46 | 56 | 0 | 7 | 373 | 112 | 107 |
| Binary | 10010011 | 10000000 | 11101100 | 100110 | 101110 | 0 | 111 | 11111011 | 1001010 | 1000111 |
Color Harmonies of #9380EC
Complementary color
Monochromatic Colors of #9380EC
Black with #9380EC
Text Example
Text Example
White with #9380EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9380EC; }
p { color: rgb(147,128,236); }
H1.HeaderClassName
{
color: #9380EC;
}
.AnyTagClassName
{
color: #9380EC;
}
</style>
background-color css
<style>
a { background-color: #9380EC; }
a { background-color: rgb(147,128,236); }
div.DivClassName
{
background-color: #9380EC;
}
.BgClassName
{
background-color: #9380EC;
}
</style>
border-color css
<style>
span { border-color: #9380EC; }
span { border-color: rgb(147,128,236); }
td.TdClassName
{
border-color: #9380EC;
}
.TagClassName
{
border-color: #9380EC;
}
</style>