Shades of Medium Purple #9063EA
Tints of Medium Purple #9063EA
RGB
CMYK
RGB Variations
Color information
#9063EA (or 0x9063EA) is known color: Medium Purple. HEX triplet: 90, 63 and EA. RGB value is (144,99,234). Sum of RGB (Red+Green+Blue) = 144+99+234=477 (63% of max value = 765). Red value is 144 (56.64% from 255 or 30.19% from 477); Green value is 99 (39.06% from 255 or 20.75% from 477); Blue value is 234 (91.80% from 255 or 49.06% from 477); Max value from RGB is 234 - color contains mainly: blue. Hex color #9063EA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9063EA is #6F9C15. Grayscale: #7F7F7F. Windows color (decimal): -7314454 or 15360912. OLE color: 15360912.
HSL color Cylindrical-coordinate representation of color #9063EA: hue angle of 260º degrees, saturation: 0.76, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9063EA is Cyan = 0.38, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 144 | 99 | 234 | - |
| CMYK | 0.38 | 0.58 | 0 | 0.08 |
| HSL | 260º | 0.76% | 0.65% | - |
| HSV(B) | 260º | 0.58% | 0.92% | - |
| XYZ | 30.81 | 20.79 | 80.23 | - |
| YUV | 127.85 | 187.91 | 139.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 99 | 234 | 0.38 | 0.58 | 0 | 0.08 | 260 | 0.76 | 0.65 |
| Hex | 90 | 63 | EA | 26 | 3A | 0 | 8 | 104 | 4C | 41 |
| Octal | 220 | 143 | 352 | 46 | 72 | 0 | 10 | 404 | 114 | 101 |
| Binary | 10010000 | 1100011 | 11101010 | 100110 | 111010 | 0 | 1000 | 100000100 | 1001100 | 1000001 |
Color Harmonies of #9063EA
Complementary color
Monochromatic Colors of #9063EA
Black with #9063EA
Text Example
Text Example
White with #9063EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9063EA; }
p { color: rgb(144,99,234); }
H1.HeaderClassName
{
color: #9063EA;
}
.AnyTagClassName
{
color: #9063EA;
}
</style>
background-color css
<style>
a { background-color: #9063EA; }
a { background-color: rgb(144,99,234); }
div.DivClassName
{
background-color: #9063EA;
}
.BgClassName
{
background-color: #9063EA;
}
</style>
border-color css
<style>
span { border-color: #9063EA; }
span { border-color: rgb(144,99,234); }
td.TdClassName
{
border-color: #9063EA;
}
.TagClassName
{
border-color: #9063EA;
}
</style>