Shades of Medium Purple #9063E9
Tints of Medium Purple #9063E9
RGB
CMYK
RGB Variations
Color information
#9063E9 (or 0x9063E9) is known color: Medium Purple. HEX triplet: 90, 63 and E9. RGB value is (144,99,233). Sum of RGB (Red+Green+Blue) = 144+99+233=476 (63% of max value = 765). Red value is 144 (56.64% from 255 or 30.25% from 476); Green value is 99 (39.06% from 255 or 20.80% from 476); Blue value is 233 (91.41% from 255 or 48.95% from 476); Max value from RGB is 233 - color contains mainly: blue. Hex color #9063E9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9063E9 is #6F9C16. Grayscale: #7F7F7F. Windows color (decimal): -7314455 or 15295376. OLE color: 15295376.
HSL color Cylindrical-coordinate representation of color #9063E9: hue angle of 260.15º degrees, saturation: 0.75, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9063E9 is Cyan = 0.38, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 144 | 99 | 233 | - |
| CMYK | 0.38 | 0.58 | 0 | 0.09 |
| HSL | 260.15º | 0.75% | 0.65% | - |
| HSV(B) | 260.15º | 0.58% | 0.91% | - |
| XYZ | 30.67 | 20.74 | 79.48 | - |
| YUV | 127.73 | 187.41 | 139.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 99 | 233 | 0.38 | 0.58 | 0 | 0.09 | 260.15 | 0.75 | 0.65 |
| Hex | 90 | 63 | E9 | 26 | 3A | 0 | 9 | 104 | 4B | 41 |
| Octal | 220 | 143 | 351 | 46 | 72 | 0 | 11 | 404 | 113 | 101 |
| Binary | 10010000 | 1100011 | 11101001 | 100110 | 111010 | 0 | 1001 | 100000100 | 1001011 | 1000001 |
Color Harmonies of #9063E9
Complementary color
Monochromatic Colors of #9063E9
Black with #9063E9
Text Example
Text Example
White with #9063E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9063E9; }
p { color: rgb(144,99,233); }
H1.HeaderClassName
{
color: #9063E9;
}
.AnyTagClassName
{
color: #9063E9;
}
</style>
background-color css
<style>
a { background-color: #9063E9; }
a { background-color: rgb(144,99,233); }
div.DivClassName
{
background-color: #9063E9;
}
.BgClassName
{
background-color: #9063E9;
}
</style>
border-color css
<style>
span { border-color: #9063E9; }
span { border-color: rgb(144,99,233); }
td.TdClassName
{
border-color: #9063E9;
}
.TagClassName
{
border-color: #9063E9;
}
</style>