Shades of Medium Purple #9481EC
Tints of Medium Purple #9481EC
RGB
CMYK
RGB Variations
Color information
#9481EC (or 0x9481EC) is known color: Medium Purple. HEX triplet: 94, 81 and EC. RGB value is (148,129,236). Sum of RGB (Red+Green+Blue) = 148+129+236=513 (67% of max value = 765). Red value is 148 (58.20% from 255 or 28.85% from 513); Green value is 129 (50.78% from 255 or 25.15% from 513); Blue value is 236 (92.58% from 255 or 46.00% from 513); Max value from RGB is 236 - color contains mainly: blue. Hex color #9481EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9481EC is #6B7E13. Grayscale: #929292. Windows color (decimal): -7044628 or 15499668. OLE color: 15499668.
HSL color Cylindrical-coordinate representation of color #9481EC: hue angle of 250.65º 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 #9481EC is Cyan = 0.37, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 148 | 129 | 236 | - |
| CMYK | 0.37 | 0.45 | 0 | 0.07 |
| HSL | 250.65º | 0.74% | 0.72% | - |
| HSV(B) | 250.65º | 0.45% | 0.93% | - |
| XYZ | 35.2 | 28.05 | 82.92 | - |
| YUV | 146.88 | 178.29 | 128.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 129 | 236 | 0.37 | 0.45 | 0 | 0.07 | 250.65 | 0.74 | 0.72 |
| Hex | 94 | 81 | EC | 25 | 2D | 0 | 7 | FB | 4A | 48 |
| Octal | 224 | 201 | 354 | 45 | 55 | 0 | 7 | 373 | 112 | 110 |
| Binary | 10010100 | 10000001 | 11101100 | 100101 | 101101 | 0 | 111 | 11111011 | 1001010 | 1001000 |
Color Harmonies of #9481EC
Complementary color
Monochromatic Colors of #9481EC
Black with #9481EC
Text Example
Text Example
White with #9481EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9481EC; }
p { color: rgb(148,129,236); }
H1.HeaderClassName
{
color: #9481EC;
}
.AnyTagClassName
{
color: #9481EC;
}
</style>
background-color css
<style>
a { background-color: #9481EC; }
a { background-color: rgb(148,129,236); }
div.DivClassName
{
background-color: #9481EC;
}
.BgClassName
{
background-color: #9481EC;
}
</style>
border-color css
<style>
span { border-color: #9481EC; }
span { border-color: rgb(148,129,236); }
td.TdClassName
{
border-color: #9481EC;
}
.TagClassName
{
border-color: #9481EC;
}
</style>