Shades of Medium Purple #9063E3
Tints of Medium Purple #9063E3
RGB
CMYK
RGB Variations
Color information
#9063E3 (or 0x9063E3) is known color: Medium Purple. HEX triplet: 90, 63 and E3. RGB value is (144,99,227). Sum of RGB (Red+Green+Blue) = 144+99+227=470 (62% of max value = 765). Red value is 144 (56.64% from 255 or 30.64% from 470); Green value is 99 (39.06% from 255 or 21.06% from 470); Blue value is 227 (89.06% from 255 or 48.30% from 470); Max value from RGB is 227 - color contains mainly: blue. Hex color #9063E3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9063E3 is #6F9C1C. Grayscale: #7E7E7E. Windows color (decimal): -7314461 or 14902160. OLE color: 14902160.
HSL color Cylindrical-coordinate representation of color #9063E3: hue angle of 261.09º degrees, saturation: 0.7, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9063E3 is Cyan = 0.37, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 144 | 99 | 227 | - |
| CMYK | 0.37 | 0.56 | 0 | 0.11 |
| HSL | 261.09º | 0.7% | 0.64% | - |
| HSV(B) | 261.09º | 0.56% | 0.89% | - |
| XYZ | 29.83 | 20.4 | 75.04 | - |
| YUV | 127.05 | 184.41 | 140.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 99 | 227 | 0.37 | 0.56 | 0 | 0.11 | 261.09 | 0.7 | 0.64 |
| Hex | 90 | 63 | E3 | 25 | 38 | 0 | B | 105 | 46 | 40 |
| Octal | 220 | 143 | 343 | 45 | 70 | 0 | 13 | 405 | 106 | 100 |
| Binary | 10010000 | 1100011 | 11100011 | 100101 | 111000 | 0 | 1011 | 100000101 | 1000110 | 1000000 |
Color Harmonies of #9063E3
Complementary color
Monochromatic Colors of #9063E3
Black with #9063E3
Text Example
Text Example
White with #9063E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9063E3; }
p { color: rgb(144,99,227); }
H1.HeaderClassName
{
color: #9063E3;
}
.AnyTagClassName
{
color: #9063E3;
}
</style>
background-color css
<style>
a { background-color: #9063E3; }
a { background-color: rgb(144,99,227); }
div.DivClassName
{
background-color: #9063E3;
}
.BgClassName
{
background-color: #9063E3;
}
</style>
border-color css
<style>
span { border-color: #9063E3; }
span { border-color: rgb(144,99,227); }
td.TdClassName
{
border-color: #9063E3;
}
.TagClassName
{
border-color: #9063E3;
}
</style>