Shades of Medium Purple #9A63F7
Tints of Medium Purple #9A63F7
RGB
CMYK
RGB Variations
Color information
#9A63F7 (or 0x9A63F7) is known color: Medium Purple. HEX triplet: 9A, 63 and F7. RGB value is (154,99,247). Sum of RGB (Red+Green+Blue) = 154+99+247=500 (66% of max value = 765). Red value is 154 (60.55% from 255 or 30.8% from 500); Green value is 99 (39.06% from 255 or 19.8% from 500); Blue value is 247 (96.88% from 255 or 49.4% from 500); Max value from RGB is 247 - color contains mainly: blue. Hex color #9A63F7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9A63F7 is #659C08. Grayscale: #838383. Windows color (decimal): -6659081 or 16212890. OLE color: 16212890.
HSL color Cylindrical-coordinate representation of color #9A63F7: hue angle of 262.3º degrees, saturation: 0.9, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #9A63F7 is Cyan = 0.38, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 154 | 99 | 247 | - |
| CMYK | 0.38 | 0.60 | 0 | 0.03 |
| HSL | 262.3º | 0.9% | 0.68% | - |
| HSV(B) | 262.3º | 0.6% | 0.97% | - |
| XYZ | 34.58 | 22.51 | 90.52 | - |
| YUV | 132.32 | 192.72 | 143.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 99 | 247 | 0.38 | 0.60 | 0 | 0.03 | 262.3 | 0.9 | 0.68 |
| Hex | 9A | 63 | F7 | 26 | 3C | 0 | 3 | 106 | 5A | 44 |
| Octal | 232 | 143 | 367 | 46 | 74 | 0 | 3 | 406 | 132 | 104 |
| Binary | 10011010 | 1100011 | 11110111 | 100110 | 111100 | 0 | 11 | 100000110 | 1011010 | 1000100 |
Color Harmonies of #9A63F7
Complementary color
Monochromatic Colors of #9A63F7
Black with #9A63F7
Text Example
Text Example
White with #9A63F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A63F7; }
p { color: rgb(154,99,247); }
H1.HeaderClassName
{
color: #9A63F7;
}
.AnyTagClassName
{
color: #9A63F7;
}
</style>
background-color css
<style>
a { background-color: #9A63F7; }
a { background-color: rgb(154,99,247); }
div.DivClassName
{
background-color: #9A63F7;
}
.BgClassName
{
background-color: #9A63F7;
}
</style>
border-color css
<style>
span { border-color: #9A63F7; }
span { border-color: rgb(154,99,247); }
td.TdClassName
{
border-color: #9A63F7;
}
.TagClassName
{
border-color: #9A63F7;
}
</style>