Shades of Medium Purple #9F64FA
Tints of Medium Purple #9F64FA
RGB
CMYK
RGB Variations
Color information
#9F64FA (or 0x9F64FA) is known color: Medium Purple. HEX triplet: 9F, 64 and FA. RGB value is (159,100,250). Sum of RGB (Red+Green+Blue) = 159+100+250=509 (67% of max value = 765). Red value is 159 (62.5% from 255 or 31.24% from 509); Green value is 100 (39.45% from 255 or 19.65% from 509); Blue value is 250 (98.05% from 255 or 49.12% from 509); Max value from RGB is 250 - color contains mainly: blue. Hex color #9F64FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9F64FA is #609B05. Grayscale: #868686. Windows color (decimal): -6331142 or 16409759. OLE color: 16409759.
HSL color Cylindrical-coordinate representation of color #9F64FA: hue angle of 263.6º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #9F64FA is Cyan = 0.36, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 159 | 100 | 250 | - |
| CMYK | 0.36 | 0.6 | 0 | 0.02 |
| HSL | 263.6º | 0.94% | 0.69% | - |
| HSV(B) | 263.6º | 0.6% | 0.98% | - |
| XYZ | 36.11 | 23.39 | 93.05 | - |
| YUV | 134.74 | 193.05 | 145.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 100 | 250 | 0.36 | 0.6 | 0 | 0.02 | 263.6 | 0.94 | 0.69 |
| Hex | 9F | 64 | FA | 24 | 3C | 0 | 2 | 108 | 5E | 45 |
| Octal | 237 | 144 | 372 | 44 | 74 | 0 | 2 | 410 | 136 | 105 |
| Binary | 10011111 | 1100100 | 11111010 | 100100 | 111100 | 0 | 10 | 100001000 | 1011110 | 1000101 |
Color Harmonies of #9F64FA
Complementary color
Monochromatic Colors of #9F64FA
Black with #9F64FA
Text Example
Text Example
White with #9F64FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F64FA; }
p { color: rgb(159,100,250); }
H1.HeaderClassName
{
color: #9F64FA;
}
.AnyTagClassName
{
color: #9F64FA;
}
</style>
background-color css
<style>
a { background-color: #9F64FA; }
a { background-color: rgb(159,100,250); }
div.DivClassName
{
background-color: #9F64FA;
}
.BgClassName
{
background-color: #9F64FA;
}
</style>
border-color css
<style>
span { border-color: #9F64FA; }
span { border-color: rgb(159,100,250); }
td.TdClassName
{
border-color: #9F64FA;
}
.TagClassName
{
border-color: #9F64FA;
}
</style>