Shades of Medium Purple #9A63EC
Tints of Medium Purple #9A63EC
RGB
CMYK
RGB Variations
Color information
#9A63EC (or 0x9A63EC) is known color: Medium Purple. HEX triplet: 9A, 63 and EC. RGB value is (154,99,236). Sum of RGB (Red+Green+Blue) = 154+99+236=489 (64% of max value = 765). Red value is 154 (60.55% from 255 or 31.49% from 489); Green value is 99 (39.06% from 255 or 20.25% from 489); Blue value is 236 (92.58% from 255 or 48.26% from 489); Max value from RGB is 236 - color contains mainly: blue. Hex color #9A63EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9A63EC is #659C13. Grayscale: #828282. Windows color (decimal): -6659092 or 15491994. OLE color: 15491994.
HSL color Cylindrical-coordinate representation of color #9A63EC: hue angle of 264.09º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9A63EC is Cyan = 0.35, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 154 | 99 | 236 | - |
| CMYK | 0.35 | 0.58 | 0 | 0.07 |
| HSL | 264.09º | 0.78% | 0.66% | - |
| HSV(B) | 264.09º | 0.58% | 0.93% | - |
| XYZ | 32.93 | 21.85 | 81.84 | - |
| YUV | 131.06 | 187.22 | 144.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 99 | 236 | 0.35 | 0.58 | 0 | 0.07 | 264.09 | 0.78 | 0.66 |
| Hex | 9A | 63 | EC | 23 | 3A | 0 | 7 | 108 | 4E | 42 |
| Octal | 232 | 143 | 354 | 43 | 72 | 0 | 7 | 410 | 116 | 102 |
| Binary | 10011010 | 1100011 | 11101100 | 100011 | 111010 | 0 | 111 | 100001000 | 1001110 | 1000010 |
Color Harmonies of #9A63EC
Complementary color
Monochromatic Colors of #9A63EC
Black with #9A63EC
Text Example
Text Example
White with #9A63EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A63EC; }
p { color: rgb(154,99,236); }
H1.HeaderClassName
{
color: #9A63EC;
}
.AnyTagClassName
{
color: #9A63EC;
}
</style>
background-color css
<style>
a { background-color: #9A63EC; }
a { background-color: rgb(154,99,236); }
div.DivClassName
{
background-color: #9A63EC;
}
.BgClassName
{
background-color: #9A63EC;
}
</style>
border-color css
<style>
span { border-color: #9A63EC; }
span { border-color: rgb(154,99,236); }
td.TdClassName
{
border-color: #9A63EC;
}
.TagClassName
{
border-color: #9A63EC;
}
</style>