Shades of Medium Purple #9058EC
Tints of Medium Purple #9058EC
RGB
CMYK
RGB Variations
Color information
#9058EC (or 0x9058EC) is known color: Medium Purple. HEX triplet: 90, 58 and EC. RGB value is (144,88,236). Sum of RGB (Red+Green+Blue) = 144+88+236=468 (61% of max value = 765). Red value is 144 (56.64% from 255 or 30.77% from 468); Green value is 88 (34.77% from 255 or 18.80% from 468); Blue value is 236 (92.58% from 255 or 50.43% from 468); Max value from RGB is 236 - color contains mainly: blue. Hex color #9058EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9058EC is #6FA713. Grayscale: #797979. Windows color (decimal): -7317268 or 15489168. OLE color: 15489168.
HSL color Cylindrical-coordinate representation of color #9058EC: hue angle of 262.7º degrees, saturation: 0.8, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #9058EC is Cyan = 0.39, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 144 | 88 | 236 | - |
| CMYK | 0.39 | 0.63 | 0 | 0.07 |
| HSL | 262.7º | 0.8% | 0.64% | - |
| HSV(B) | 262.7º | 0.63% | 0.93% | - |
| XYZ | 30.13 | 18.96 | 81.43 | - |
| YUV | 121.62 | 192.55 | 143.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 88 | 236 | 0.39 | 0.63 | 0 | 0.07 | 262.7 | 0.8 | 0.64 |
| Hex | 90 | 58 | EC | 27 | 3F | 0 | 7 | 107 | 50 | 40 |
| Octal | 220 | 130 | 354 | 47 | 77 | 0 | 7 | 407 | 120 | 100 |
| Binary | 10010000 | 1011000 | 11101100 | 100111 | 111111 | 0 | 111 | 100000111 | 1010000 | 1000000 |
Color Harmonies of #9058EC
Complementary color
Monochromatic Colors of #9058EC
Black with #9058EC
Text Example
Text Example
White with #9058EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9058EC; }
p { color: rgb(144,88,236); }
H1.HeaderClassName
{
color: #9058EC;
}
.AnyTagClassName
{
color: #9058EC;
}
</style>
background-color css
<style>
a { background-color: #9058EC; }
a { background-color: rgb(144,88,236); }
div.DivClassName
{
background-color: #9058EC;
}
.BgClassName
{
background-color: #9058EC;
}
</style>
border-color css
<style>
span { border-color: #9058EC; }
span { border-color: rgb(144,88,236); }
td.TdClassName
{
border-color: #9058EC;
}
.TagClassName
{
border-color: #9058EC;
}
</style>