Shades of Medium Purple #9060EF
Tints of Medium Purple #9060EF
RGB
CMYK
RGB Variations
Color information
#9060EF (or 0x9060EF) is known color: Medium Purple. HEX triplet: 90, 60 and EF. RGB value is (144,96,239). Sum of RGB (Red+Green+Blue) = 144+96+239=479 (63% of max value = 765). Red value is 144 (56.64% from 255 or 30.06% from 479); Green value is 96 (37.89% from 255 or 20.04% from 479); Blue value is 239 (93.75% from 255 or 49.90% from 479); Max value from RGB is 239 - color contains mainly: blue. Hex color #9060EF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9060EF is #6F9F10. Grayscale: #7E7E7E. Windows color (decimal): -7315217 or 15687824. OLE color: 15687824.
HSL color Cylindrical-coordinate representation of color #9060EF: hue angle of 260.14º degrees, saturation: 0.82, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #9060EF is Cyan = 0.40, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 144 | 96 | 239 | - |
| CMYK | 0.40 | 0.60 | 0 | 0.06 |
| HSL | 260.14º | 0.82% | 0.66% | - |
| HSV(B) | 260.14º | 0.6% | 0.94% | - |
| XYZ | 31.26 | 20.53 | 83.98 | - |
| YUV | 126.65 | 191.4 | 140.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 96 | 239 | 0.40 | 0.60 | 0 | 0.06 | 260.14 | 0.82 | 0.66 |
| Hex | 90 | 60 | EF | 28 | 3C | 0 | 6 | 104 | 52 | 42 |
| Octal | 220 | 140 | 357 | 50 | 74 | 0 | 6 | 404 | 122 | 102 |
| Binary | 10010000 | 1100000 | 11101111 | 101000 | 111100 | 0 | 110 | 100000100 | 1010010 | 1000010 |
Color Harmonies of #9060EF
Complementary color
Monochromatic Colors of #9060EF
Black with #9060EF
Text Example
Text Example
White with #9060EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9060EF; }
p { color: rgb(144,96,239); }
H1.HeaderClassName
{
color: #9060EF;
}
.AnyTagClassName
{
color: #9060EF;
}
</style>
background-color css
<style>
a { background-color: #9060EF; }
a { background-color: rgb(144,96,239); }
div.DivClassName
{
background-color: #9060EF;
}
.BgClassName
{
background-color: #9060EF;
}
</style>
border-color css
<style>
span { border-color: #9060EF; }
span { border-color: rgb(144,96,239); }
td.TdClassName
{
border-color: #9060EF;
}
.TagClassName
{
border-color: #9060EF;
}
</style>