Shades of Medium Purple #9A63EB
Tints of Medium Purple #9A63EB
RGB
CMYK
RGB Variations
Color information
#9A63EB (or 0x9A63EB) is known color: Medium Purple. HEX triplet: 9A, 63 and EB. RGB value is (154,99,235). Sum of RGB (Red+Green+Blue) = 154+99+235=488 (64% of max value = 765). Red value is 154 (60.55% from 255 or 31.56% from 488); Green value is 99 (39.06% from 255 or 20.29% from 488); Blue value is 235 (92.19% from 255 or 48.16% from 488); Max value from RGB is 235 - color contains mainly: blue. Hex color #9A63EB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9A63EB is #659C14. Grayscale: #828282. Windows color (decimal): -6659093 or 15426458. OLE color: 15426458.
HSL color Cylindrical-coordinate representation of color #9A63EB: hue angle of 264.26º 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 #9A63EB is Cyan = 0.34, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 154 | 99 | 235 | - |
| CMYK | 0.34 | 0.58 | 0 | 0.08 |
| HSL | 264.26º | 0.77% | 0.65% | - |
| HSV(B) | 264.26º | 0.58% | 0.92% | - |
| XYZ | 32.78 | 21.79 | 81.08 | - |
| YUV | 130.95 | 186.72 | 144.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 99 | 235 | 0.34 | 0.58 | 0 | 0.08 | 264.26 | 0.77 | 0.65 |
| Hex | 9A | 63 | EB | 22 | 3A | 0 | 8 | 108 | 4D | 41 |
| Octal | 232 | 143 | 353 | 42 | 72 | 0 | 10 | 410 | 115 | 101 |
| Binary | 10011010 | 1100011 | 11101011 | 100010 | 111010 | 0 | 1000 | 100001000 | 1001101 | 1000001 |
Color Harmonies of #9A63EB
Complementary color
Monochromatic Colors of #9A63EB
Black with #9A63EB
Text Example
Text Example
White with #9A63EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A63EB; }
p { color: rgb(154,99,235); }
H1.HeaderClassName
{
color: #9A63EB;
}
.AnyTagClassName
{
color: #9A63EB;
}
</style>
background-color css
<style>
a { background-color: #9A63EB; }
a { background-color: rgb(154,99,235); }
div.DivClassName
{
background-color: #9A63EB;
}
.BgClassName
{
background-color: #9A63EB;
}
</style>
border-color css
<style>
span { border-color: #9A63EB; }
span { border-color: rgb(154,99,235); }
td.TdClassName
{
border-color: #9A63EB;
}
.TagClassName
{
border-color: #9A63EB;
}
</style>