Shades of Medium Purple #9058EA
Tints of Medium Purple #9058EA
RGB
CMYK
RGB Variations
Color information
#9058EA (or 0x9058EA) is known color: Medium Purple. HEX triplet: 90, 58 and EA. RGB value is (144,88,234). Sum of RGB (Red+Green+Blue) = 144+88+234=466 (61% of max value = 765). Red value is 144 (56.64% from 255 or 30.90% from 466); Green value is 88 (34.77% from 255 or 18.88% from 466); Blue value is 234 (91.80% from 255 or 50.21% from 466); Max value from RGB is 234 - color contains mainly: blue. Hex color #9058EA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9058EA is #6FA715. Grayscale: #787878. Windows color (decimal): -7317270 or 15358096. OLE color: 15358096.
HSL color Cylindrical-coordinate representation of color #9058EA: hue angle of 263.01º degrees, saturation: 0.78, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #9058EA is Cyan = 0.38, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 144 | 88 | 234 | - |
| CMYK | 0.38 | 0.62 | 0 | 0.08 |
| HSL | 263.01º | 0.78% | 0.63% | - |
| HSV(B) | 263.01º | 0.62% | 0.92% | - |
| XYZ | 29.84 | 18.85 | 79.91 | - |
| YUV | 121.39 | 191.55 | 144.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 88 | 234 | 0.38 | 0.62 | 0 | 0.08 | 263.01 | 0.78 | 0.63 |
| Hex | 90 | 58 | EA | 26 | 3E | 0 | 8 | 107 | 4E | 3F |
| Octal | 220 | 130 | 352 | 46 | 76 | 0 | 10 | 407 | 116 | 77 |
| Binary | 10010000 | 1011000 | 11101010 | 100110 | 111110 | 0 | 1000 | 100000111 | 1001110 | 111111 |
Color Harmonies of #9058EA
Complementary color
Monochromatic Colors of #9058EA
Black with #9058EA
Text Example
Text Example
White with #9058EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9058EA; }
p { color: rgb(144,88,234); }
H1.HeaderClassName
{
color: #9058EA;
}
.AnyTagClassName
{
color: #9058EA;
}
</style>
background-color css
<style>
a { background-color: #9058EA; }
a { background-color: rgb(144,88,234); }
div.DivClassName
{
background-color: #9058EA;
}
.BgClassName
{
background-color: #9058EA;
}
</style>
border-color css
<style>
span { border-color: #9058EA; }
span { border-color: rgb(144,88,234); }
td.TdClassName
{
border-color: #9058EA;
}
.TagClassName
{
border-color: #9058EA;
}
</style>