Shades of Medium Purple #9F63E5
Tints of Medium Purple #9F63E5
RGB
CMYK
RGB Variations
Color information
#9F63E5 (or 0x9F63E5) is known color: Medium Purple. HEX triplet: 9F, 63 and E5. RGB value is (159,99,229). Sum of RGB (Red+Green+Blue) = 159+99+229=487 (64% of max value = 765). Red value is 159 (62.5% from 255 or 32.65% from 487); Green value is 99 (39.06% from 255 or 20.33% from 487); Blue value is 229 (89.84% from 255 or 47.02% from 487); Max value from RGB is 229 - color contains mainly: blue. Hex color #9F63E5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9F63E5 is #609C1A. Grayscale: #838383. Windows color (decimal): -6331419 or 15033247. OLE color: 15033247.
HSL color Cylindrical-coordinate representation of color #9F63E5: hue angle of 267.69º degrees, saturation: 0.71, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9F63E5 is Cyan = 0.31, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 159 | 99 | 229 | - |
| CMYK | 0.31 | 0.57 | 0 | 0.10 |
| HSL | 267.69º | 0.71% | 0.64% | - |
| HSV(B) | 267.69º | 0.57% | 0.9% | - |
| XYZ | 32.9 | 21.95 | 76.63 | - |
| YUV | 131.76 | 182.88 | 147.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 99 | 229 | 0.31 | 0.57 | 0 | 0.10 | 267.69 | 0.71 | 0.64 |
| Hex | 9F | 63 | E5 | 1F | 39 | 0 | A | 10C | 47 | 40 |
| Octal | 237 | 143 | 345 | 37 | 71 | 0 | 12 | 414 | 107 | 100 |
| Binary | 10011111 | 1100011 | 11100101 | 11111 | 111001 | 0 | 1010 | 100001100 | 1000111 | 1000000 |
Color Harmonies of #9F63E5
Complementary color
Monochromatic Colors of #9F63E5
Black with #9F63E5
Text Example
Text Example
White with #9F63E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F63E5; }
p { color: rgb(159,99,229); }
H1.HeaderClassName
{
color: #9F63E5;
}
.AnyTagClassName
{
color: #9F63E5;
}
</style>
background-color css
<style>
a { background-color: #9F63E5; }
a { background-color: rgb(159,99,229); }
div.DivClassName
{
background-color: #9F63E5;
}
.BgClassName
{
background-color: #9F63E5;
}
</style>
border-color css
<style>
span { border-color: #9F63E5; }
span { border-color: rgb(159,99,229); }
td.TdClassName
{
border-color: #9F63E5;
}
.TagClassName
{
border-color: #9F63E5;
}
</style>