Shades of Medium Purple #9058EE
Tints of Medium Purple #9058EE
RGB
CMYK
RGB Variations
Color information
#9058EE (or 0x9058EE) is known color: Medium Purple. HEX triplet: 90, 58 and EE. RGB value is (144,88,238). Sum of RGB (Red+Green+Blue) = 144+88+238=470 (62% of max value = 765). Red value is 144 (56.64% from 255 or 30.64% from 470); Green value is 88 (34.77% from 255 or 18.72% from 470); Blue value is 238 (93.36% from 255 or 50.64% from 470); Max value from RGB is 238 - color contains mainly: blue. Hex color #9058EE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9058EE is #6FA711. Grayscale: #797979. Windows color (decimal): -7317266 or 15620240. OLE color: 15620240.
HSL color Cylindrical-coordinate representation of color #9058EE: hue angle of 262.4º degrees, saturation: 0.82, 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 #9058EE is Cyan = 0.39, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 144 | 88 | 238 | - |
| CMYK | 0.39 | 0.63 | 0 | 0.07 |
| HSL | 262.4º | 0.82% | 0.64% | - |
| HSV(B) | 262.4º | 0.63% | 0.93% | - |
| XYZ | 30.42 | 19.08 | 82.97 | - |
| YUV | 121.84 | 193.55 | 143.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 88 | 238 | 0.39 | 0.63 | 0 | 0.07 | 262.4 | 0.82 | 0.64 |
| Hex | 90 | 58 | EE | 27 | 3F | 0 | 7 | 106 | 52 | 40 |
| Octal | 220 | 130 | 356 | 47 | 77 | 0 | 7 | 406 | 122 | 100 |
| Binary | 10010000 | 1011000 | 11101110 | 100111 | 111111 | 0 | 111 | 100000110 | 1010010 | 1000000 |
Color Harmonies of #9058EE
Complementary color
Monochromatic Colors of #9058EE
Black with #9058EE
Text Example
Text Example
White with #9058EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9058EE; }
p { color: rgb(144,88,238); }
H1.HeaderClassName
{
color: #9058EE;
}
.AnyTagClassName
{
color: #9058EE;
}
</style>
background-color css
<style>
a { background-color: #9058EE; }
a { background-color: rgb(144,88,238); }
div.DivClassName
{
background-color: #9058EE;
}
.BgClassName
{
background-color: #9058EE;
}
</style>
border-color css
<style>
span { border-color: #9058EE; }
span { border-color: rgb(144,88,238); }
td.TdClassName
{
border-color: #9058EE;
}
.TagClassName
{
border-color: #9058EE;
}
</style>