Shades of Medium Purple #9063DF
Tints of Medium Purple #9063DF
RGB
CMYK
RGB Variations
Color information
#9063DF (or 0x9063DF) is known color: Medium Purple. HEX triplet: 90, 63 and DF. RGB value is (144,99,223). Sum of RGB (Red+Green+Blue) = 144+99+223=466 (61% of max value = 765). Red value is 144 (56.64% from 255 or 30.90% from 466); Green value is 99 (39.06% from 255 or 21.24% from 466); Blue value is 223 (87.5% from 255 or 47.85% from 466); Max value from RGB is 223 - color contains mainly: blue. Hex color #9063DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9063DF is #6F9C20. Grayscale: #7E7E7E. Windows color (decimal): -7314465 or 14640016. OLE color: 14640016.
HSL color Cylindrical-coordinate representation of color #9063DF: hue angle of 261.77º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9063DF is Cyan = 0.35, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 144 | 99 | 223 | - |
| CMYK | 0.35 | 0.56 | 0 | 0.13 |
| HSL | 261.77º | 0.66% | 0.63% | - |
| HSV(B) | 261.77º | 0.56% | 0.87% | - |
| XYZ | 29.28 | 20.18 | 72.16 | - |
| YUV | 126.59 | 182.41 | 140.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 99 | 223 | 0.35 | 0.56 | 0 | 0.13 | 261.77 | 0.66 | 0.63 |
| Hex | 90 | 63 | DF | 23 | 38 | 0 | D | 106 | 42 | 3F |
| Octal | 220 | 143 | 337 | 43 | 70 | 0 | 15 | 406 | 102 | 77 |
| Binary | 10010000 | 1100011 | 11011111 | 100011 | 111000 | 0 | 1101 | 100000110 | 1000010 | 111111 |
Color Harmonies of #9063DF
Complementary color
Monochromatic Colors of #9063DF
Black with #9063DF
Text Example
Text Example
White with #9063DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9063DF; }
p { color: rgb(144,99,223); }
H1.HeaderClassName
{
color: #9063DF;
}
.AnyTagClassName
{
color: #9063DF;
}
</style>
background-color css
<style>
a { background-color: #9063DF; }
a { background-color: rgb(144,99,223); }
div.DivClassName
{
background-color: #9063DF;
}
.BgClassName
{
background-color: #9063DF;
}
</style>
border-color css
<style>
span { border-color: #9063DF; }
span { border-color: rgb(144,99,223); }
td.TdClassName
{
border-color: #9063DF;
}
.TagClassName
{
border-color: #9063DF;
}
</style>