Shades of Medium Purple #9F65FA
Tints of Medium Purple #9F65FA
RGB
CMYK
RGB Variations
Color information
#9F65FA (or 0x9F65FA) is known color: Medium Purple. HEX triplet: 9F, 65 and FA. RGB value is (159,101,250). Sum of RGB (Red+Green+Blue) = 159+101+250=510 (67% of max value = 765). Red value is 159 (62.5% from 255 or 31.18% from 510); Green value is 101 (39.84% from 255 or 19.80% from 510); Blue value is 250 (98.05% from 255 or 49.02% from 510); Max value from RGB is 250 - color contains mainly: blue. Hex color #9F65FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9F65FA is #609A05. Grayscale: #868686. Windows color (decimal): -6330886 or 16410015. OLE color: 16410015.
HSL color Cylindrical-coordinate representation of color #9F65FA: hue angle of 263.36º 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 #9F65FA is Cyan = 0.36, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 159 | 101 | 250 | - |
| CMYK | 0.36 | 0.60 | 0 | 0.02 |
| HSL | 263.36º | 0.94% | 0.69% | - |
| HSV(B) | 263.36º | 0.6% | 0.98% | - |
| XYZ | 36.21 | 23.58 | 93.09 | - |
| YUV | 135.33 | 192.72 | 144.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 101 | 250 | 0.36 | 0.60 | 0 | 0.02 | 263.36 | 0.94 | 0.69 |
| Hex | 9F | 65 | FA | 24 | 3C | 0 | 2 | 107 | 5E | 45 |
| Octal | 237 | 145 | 372 | 44 | 74 | 0 | 2 | 407 | 136 | 105 |
| Binary | 10011111 | 1100101 | 11111010 | 100100 | 111100 | 0 | 10 | 100000111 | 1011110 | 1000101 |
Color Harmonies of #9F65FA
Complementary color
Monochromatic Colors of #9F65FA
Black with #9F65FA
Text Example
Text Example
White with #9F65FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F65FA; }
p { color: rgb(159,101,250); }
H1.HeaderClassName
{
color: #9F65FA;
}
.AnyTagClassName
{
color: #9F65FA;
}
</style>
background-color css
<style>
a { background-color: #9F65FA; }
a { background-color: rgb(159,101,250); }
div.DivClassName
{
background-color: #9F65FA;
}
.BgClassName
{
background-color: #9F65FA;
}
</style>
border-color css
<style>
span { border-color: #9F65FA; }
span { border-color: rgb(159,101,250); }
td.TdClassName
{
border-color: #9F65FA;
}
.TagClassName
{
border-color: #9F65FA;
}
</style>