Shades of Medium Purple #9059EF
Tints of Medium Purple #9059EF
RGB
CMYK
RGB Variations
Color information
#9059EF (or 0x9059EF) is known color: Medium Purple. HEX triplet: 90, 59 and EF. RGB value is (144,89,239). Sum of RGB (Red+Green+Blue) = 144+89+239=472 (62% of max value = 765). Red value is 144 (56.64% from 255 or 30.51% from 472); Green value is 89 (35.16% from 255 or 18.86% from 472); Blue value is 239 (93.75% from 255 or 50.64% from 472); Max value from RGB is 239 - color contains mainly: blue. Hex color #9059EF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9059EF is #6FA610. Grayscale: #7A7A7A. Windows color (decimal): -7317009 or 15686032. OLE color: 15686032.
HSL color Cylindrical-coordinate representation of color #9059EF: hue angle of 262º degrees, saturation: 0.82, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #9059EF is Cyan = 0.40, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 144 | 89 | 239 | - |
| CMYK | 0.40 | 0.63 | 0 | 0.06 |
| HSL | 262º | 0.82% | 0.64% | - |
| HSV(B) | 262º | 0.63% | 0.94% | - |
| XYZ | 30.65 | 19.31 | 83.77 | - |
| YUV | 122.55 | 193.72 | 143.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 89 | 239 | 0.40 | 0.63 | 0 | 0.06 | 262 | 0.82 | 0.64 |
| Hex | 90 | 59 | EF | 28 | 3F | 0 | 6 | 106 | 52 | 40 |
| Octal | 220 | 131 | 357 | 50 | 77 | 0 | 6 | 406 | 122 | 100 |
| Binary | 10010000 | 1011001 | 11101111 | 101000 | 111111 | 0 | 110 | 100000110 | 1010010 | 1000000 |
Color Harmonies of #9059EF
Complementary color
Monochromatic Colors of #9059EF
Black with #9059EF
Text Example
Text Example
White with #9059EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9059EF; }
p { color: rgb(144,89,239); }
H1.HeaderClassName
{
color: #9059EF;
}
.AnyTagClassName
{
color: #9059EF;
}
</style>
background-color css
<style>
a { background-color: #9059EF; }
a { background-color: rgb(144,89,239); }
div.DivClassName
{
background-color: #9059EF;
}
.BgClassName
{
background-color: #9059EF;
}
</style>
border-color css
<style>
span { border-color: #9059EF; }
span { border-color: rgb(144,89,239); }
td.TdClassName
{
border-color: #9059EF;
}
.TagClassName
{
border-color: #9059EF;
}
</style>