Shades of Medium Purple #9F63FA
Tints of Medium Purple #9F63FA
RGB
CMYK
RGB Variations
Color information
#9F63FA (or 0x9F63FA) is known color: Medium Purple. HEX triplet: 9F, 63 and FA. RGB value is (159,99,250). Sum of RGB (Red+Green+Blue) = 159+99+250=508 (67% of max value = 765). Red value is 159 (62.5% from 255 or 31.30% from 508); Green value is 99 (39.06% from 255 or 19.49% from 508); Blue value is 250 (98.05% from 255 or 49.21% from 508); Max value from RGB is 250 - color contains mainly: blue. Hex color #9F63FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9F63FA is #609C05. Grayscale: #858585. Windows color (decimal): -6331398 or 16409503. OLE color: 16409503.
HSL color Cylindrical-coordinate representation of color #9F63FA: hue angle of 263.84º degrees, saturation: 0.94, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #9F63FA is Cyan = 0.36, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 159 | 99 | 250 | - |
| CMYK | 0.36 | 0.60 | 0 | 0.02 |
| HSL | 263.84º | 0.94% | 0.68% | - |
| HSV(B) | 263.84º | 0.6% | 0.98% | - |
| XYZ | 36.02 | 23.2 | 93.02 | - |
| YUV | 134.15 | 193.38 | 145.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 99 | 250 | 0.36 | 0.60 | 0 | 0.02 | 263.84 | 0.94 | 0.68 |
| Hex | 9F | 63 | FA | 24 | 3C | 0 | 2 | 108 | 5E | 44 |
| Octal | 237 | 143 | 372 | 44 | 74 | 0 | 2 | 410 | 136 | 104 |
| Binary | 10011111 | 1100011 | 11111010 | 100100 | 111100 | 0 | 10 | 100001000 | 1011110 | 1000100 |
Color Harmonies of #9F63FA
Complementary color
Monochromatic Colors of #9F63FA
Black with #9F63FA
Text Example
Text Example
White with #9F63FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F63FA; }
p { color: rgb(159,99,250); }
H1.HeaderClassName
{
color: #9F63FA;
}
.AnyTagClassName
{
color: #9F63FA;
}
</style>
background-color css
<style>
a { background-color: #9F63FA; }
a { background-color: rgb(159,99,250); }
div.DivClassName
{
background-color: #9F63FA;
}
.BgClassName
{
background-color: #9F63FA;
}
</style>
border-color css
<style>
span { border-color: #9F63FA; }
span { border-color: rgb(159,99,250); }
td.TdClassName
{
border-color: #9F63FA;
}
.TagClassName
{
border-color: #9F63FA;
}
</style>