Shades of Medium Purple #9063EB
Tints of Medium Purple #9063EB
RGB
CMYK
RGB Variations
Color information
#9063EB (or 0x9063EB) is known color: Medium Purple. HEX triplet: 90, 63 and EB. RGB value is (144,99,235). Sum of RGB (Red+Green+Blue) = 144+99+235=478 (63% of max value = 765). Red value is 144 (56.64% from 255 or 30.13% from 478); Green value is 99 (39.06% from 255 or 20.71% from 478); Blue value is 235 (92.19% from 255 or 49.16% from 478); Max value from RGB is 235 - color contains mainly: blue. Hex color #9063EB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9063EB is #6F9C14. Grayscale: #7F7F7F. Windows color (decimal): -7314453 or 15426448. OLE color: 15426448.
HSL color Cylindrical-coordinate representation of color #9063EB: hue angle of 259.85º degrees, saturation: 0.77, 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 #9063EB is Cyan = 0.39, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 144 | 99 | 235 | - |
| CMYK | 0.39 | 0.58 | 0 | 0.08 |
| HSL | 259.85º | 0.77% | 0.65% | - |
| HSV(B) | 259.85º | 0.58% | 0.92% | - |
| XYZ | 30.96 | 20.85 | 80.99 | - |
| YUV | 127.96 | 188.41 | 139.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 99 | 235 | 0.39 | 0.58 | 0 | 0.08 | 259.85 | 0.77 | 0.65 |
| Hex | 90 | 63 | EB | 27 | 3A | 0 | 8 | 104 | 4D | 41 |
| Octal | 220 | 143 | 353 | 47 | 72 | 0 | 10 | 404 | 115 | 101 |
| Binary | 10010000 | 1100011 | 11101011 | 100111 | 111010 | 0 | 1000 | 100000100 | 1001101 | 1000001 |
Color Harmonies of #9063EB
Complementary color
Monochromatic Colors of #9063EB
Black with #9063EB
Text Example
Text Example
White with #9063EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9063EB; }
p { color: rgb(144,99,235); }
H1.HeaderClassName
{
color: #9063EB;
}
.AnyTagClassName
{
color: #9063EB;
}
</style>
background-color css
<style>
a { background-color: #9063EB; }
a { background-color: rgb(144,99,235); }
div.DivClassName
{
background-color: #9063EB;
}
.BgClassName
{
background-color: #9063EB;
}
</style>
border-color css
<style>
span { border-color: #9063EB; }
span { border-color: rgb(144,99,235); }
td.TdClassName
{
border-color: #9063EB;
}
.TagClassName
{
border-color: #9063EB;
}
</style>