Shades of Medium Purple #9056EC
Tints of Medium Purple #9056EC
RGB
CMYK
RGB Variations
Color information
#9056EC (or 0x9056EC) is known color: Medium Purple. HEX triplet: 90, 56 and EC. RGB value is (144,86,236). Sum of RGB (Red+Green+Blue) = 144+86+236=466 (61% of max value = 765). Red value is 144 (56.64% from 255 or 30.90% from 466); Green value is 86 (33.98% from 255 or 18.45% from 466); Blue value is 236 (92.58% from 255 or 50.64% from 466); Max value from RGB is 236 - color contains mainly: blue. Hex color #9056EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9056EC is #6FA913. Grayscale: #777777. Windows color (decimal): -7317780 or 15488656. OLE color: 15488656.
HSL color Cylindrical-coordinate representation of color #9056EC: hue angle of 263.2º degrees, saturation: 0.8, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #9056EC is Cyan = 0.39, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 144 | 86 | 236 | - |
| CMYK | 0.39 | 0.64 | 0 | 0.07 |
| HSL | 263.2º | 0.8% | 0.63% | - |
| HSV(B) | 263.2º | 0.64% | 0.93% | - |
| XYZ | 29.97 | 18.64 | 81.38 | - |
| YUV | 120.44 | 193.22 | 144.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 86 | 236 | 0.39 | 0.64 | 0 | 0.07 | 263.2 | 0.8 | 0.63 |
| Hex | 90 | 56 | EC | 27 | 40 | 0 | 7 | 107 | 50 | 3F |
| Octal | 220 | 126 | 354 | 47 | 100 | 0 | 7 | 407 | 120 | 77 |
| Binary | 10010000 | 1010110 | 11101100 | 100111 | 1000000 | 0 | 111 | 100000111 | 1010000 | 111111 |
Color Harmonies of #9056EC
Complementary color
Monochromatic Colors of #9056EC
Black with #9056EC
Text Example
Text Example
White with #9056EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9056EC; }
p { color: rgb(144,86,236); }
H1.HeaderClassName
{
color: #9056EC;
}
.AnyTagClassName
{
color: #9056EC;
}
</style>
background-color css
<style>
a { background-color: #9056EC; }
a { background-color: rgb(144,86,236); }
div.DivClassName
{
background-color: #9056EC;
}
.BgClassName
{
background-color: #9056EC;
}
</style>
border-color css
<style>
span { border-color: #9056EC; }
span { border-color: rgb(144,86,236); }
td.TdClassName
{
border-color: #9056EC;
}
.TagClassName
{
border-color: #9056EC;
}
</style>