Shades of Medium Purple #9381EC
Tints of Medium Purple #9381EC
RGB
CMYK
RGB Variations
Color information
#9381EC (or 0x9381EC) is known color: Medium Purple. HEX triplet: 93, 81 and EC. RGB value is (147,129,236). Sum of RGB (Red+Green+Blue) = 147+129+236=512 (67% of max value = 765). Red value is 147 (57.81% from 255 or 28.71% from 512); Green value is 129 (50.78% from 255 or 25.20% from 512); Blue value is 236 (92.58% from 255 or 46.09% from 512); Max value from RGB is 236 - color contains mainly: blue. Hex color #9381EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9381EC is #6C7E13. Grayscale: #929292. Windows color (decimal): -7110164 or 15499667. OLE color: 15499667.
HSL color Cylindrical-coordinate representation of color #9381EC: hue angle of 250.09º degrees, saturation: 0.74, 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 #9381EC is Cyan = 0.38, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 147 | 129 | 236 | - |
| CMYK | 0.38 | 0.45 | 0 | 0.07 |
| HSL | 250.09º | 0.74% | 0.72% | - |
| HSV(B) | 250.09º | 0.45% | 0.93% | - |
| XYZ | 35.02 | 27.96 | 82.91 | - |
| YUV | 146.58 | 178.46 | 128.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 129 | 236 | 0.38 | 0.45 | 0 | 0.07 | 250.09 | 0.74 | 0.72 |
| Hex | 93 | 81 | EC | 26 | 2D | 0 | 7 | FA | 4A | 48 |
| Octal | 223 | 201 | 354 | 46 | 55 | 0 | 7 | 372 | 112 | 110 |
| Binary | 10010011 | 10000001 | 11101100 | 100110 | 101101 | 0 | 111 | 11111010 | 1001010 | 1001000 |
Color Harmonies of #9381EC
Complementary color
Monochromatic Colors of #9381EC
Black with #9381EC
Text Example
Text Example
White with #9381EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9381EC; }
p { color: rgb(147,129,236); }
H1.HeaderClassName
{
color: #9381EC;
}
.AnyTagClassName
{
color: #9381EC;
}
</style>
background-color css
<style>
a { background-color: #9381EC; }
a { background-color: rgb(147,129,236); }
div.DivClassName
{
background-color: #9381EC;
}
.BgClassName
{
background-color: #9381EC;
}
</style>
border-color css
<style>
span { border-color: #9381EC; }
span { border-color: rgb(147,129,236); }
td.TdClassName
{
border-color: #9381EC;
}
.TagClassName
{
border-color: #9381EC;
}
</style>