Shades of Medium Purple #9486EC
Tints of Medium Purple #9486EC
RGB
CMYK
RGB Variations
Color information
#9486EC (or 0x9486EC) is known color: Medium Purple. HEX triplet: 94, 86 and EC. RGB value is (148,134,236). Sum of RGB (Red+Green+Blue) = 148+134+236=518 (68% of max value = 765). Red value is 148 (58.20% from 255 or 28.57% from 518); Green value is 134 (52.73% from 255 or 25.87% from 518); Blue value is 236 (92.58% from 255 or 45.56% from 518); Max value from RGB is 236 - color contains mainly: blue. Hex color #9486EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9486EC is #6B7913. Grayscale: #959595. Windows color (decimal): -7043348 or 15500948. OLE color: 15500948.
HSL color Cylindrical-coordinate representation of color #9486EC: hue angle of 248.24º degrees, saturation: 0.73, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9486EC is Cyan = 0.37, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 148 | 134 | 236 | - |
| CMYK | 0.37 | 0.43 | 0 | 0.07 |
| HSL | 248.24º | 0.73% | 0.73% | - |
| HSV(B) | 248.24º | 0.43% | 0.93% | - |
| XYZ | 35.88 | 29.4 | 83.14 | - |
| YUV | 149.81 | 176.64 | 126.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 134 | 236 | 0.37 | 0.43 | 0 | 0.07 | 248.24 | 0.73 | 0.73 |
| Hex | 94 | 86 | EC | 25 | 2B | 0 | 7 | F8 | 49 | 49 |
| Octal | 224 | 206 | 354 | 45 | 53 | 0 | 7 | 370 | 111 | 111 |
| Binary | 10010100 | 10000110 | 11101100 | 100101 | 101011 | 0 | 111 | 11111000 | 1001001 | 1001001 |
Color Harmonies of #9486EC
Complementary color
Monochromatic Colors of #9486EC
Black with #9486EC
Text Example
Text Example
White with #9486EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9486EC; }
p { color: rgb(148,134,236); }
H1.HeaderClassName
{
color: #9486EC;
}
.AnyTagClassName
{
color: #9486EC;
}
</style>
background-color css
<style>
a { background-color: #9486EC; }
a { background-color: rgb(148,134,236); }
div.DivClassName
{
background-color: #9486EC;
}
.BgClassName
{
background-color: #9486EC;
}
</style>
border-color css
<style>
span { border-color: #9486EC; }
span { border-color: rgb(148,134,236); }
td.TdClassName
{
border-color: #9486EC;
}
.TagClassName
{
border-color: #9486EC;
}
</style>