Shades of Medium Purple #9059EB
Tints of Medium Purple #9059EB
RGB
CMYK
RGB Variations
Color information
#9059EB (or 0x9059EB) is known color: Medium Purple. HEX triplet: 90, 59 and EB. RGB value is (144,89,235). Sum of RGB (Red+Green+Blue) = 144+89+235=468 (61% of max value = 765). Red value is 144 (56.64% from 255 or 30.77% from 468); Green value is 89 (35.16% from 255 or 19.02% from 468); Blue value is 235 (92.19% from 255 or 50.21% from 468); Max value from RGB is 235 - color contains mainly: blue. Hex color #9059EB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9059EB is #6FA614. Grayscale: #797979. Windows color (decimal): -7317013 or 15423888. OLE color: 15423888.
HSL color Cylindrical-coordinate representation of color #9059EB: hue angle of 262.6º degrees, saturation: 0.78, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #9059EB is Cyan = 0.39, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 144 | 89 | 235 | - |
| CMYK | 0.39 | 0.62 | 0 | 0.08 |
| HSL | 262.6º | 0.78% | 0.64% | - |
| HSV(B) | 262.6º | 0.62% | 0.92% | - |
| XYZ | 30.07 | 19.07 | 80.69 | - |
| YUV | 122.09 | 191.72 | 143.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 89 | 235 | 0.39 | 0.62 | 0 | 0.08 | 262.6 | 0.78 | 0.64 |
| Hex | 90 | 59 | EB | 27 | 3E | 0 | 8 | 107 | 4E | 40 |
| Octal | 220 | 131 | 353 | 47 | 76 | 0 | 10 | 407 | 116 | 100 |
| Binary | 10010000 | 1011001 | 11101011 | 100111 | 111110 | 0 | 1000 | 100000111 | 1001110 | 1000000 |
Color Harmonies of #9059EB
Complementary color
Monochromatic Colors of #9059EB
Black with #9059EB
Text Example
Text Example
White with #9059EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9059EB; }
p { color: rgb(144,89,235); }
H1.HeaderClassName
{
color: #9059EB;
}
.AnyTagClassName
{
color: #9059EB;
}
</style>
background-color css
<style>
a { background-color: #9059EB; }
a { background-color: rgb(144,89,235); }
div.DivClassName
{
background-color: #9059EB;
}
.BgClassName
{
background-color: #9059EB;
}
</style>
border-color css
<style>
span { border-color: #9059EB; }
span { border-color: rgb(144,89,235); }
td.TdClassName
{
border-color: #9059EB;
}
.TagClassName
{
border-color: #9059EB;
}
</style>