Shades of Medium Purple #9F68FA
Tints of Medium Purple #9F68FA
RGB
CMYK
RGB Variations
Color information
#9F68FA (or 0x9F68FA) is known color: Medium Purple. HEX triplet: 9F, 68 and FA. RGB value is (159,104,250). Sum of RGB (Red+Green+Blue) = 159+104+250=513 (67% of max value = 765). Red value is 159 (62.5% from 255 or 30.99% from 513); Green value is 104 (41.02% from 255 or 20.27% from 513); Blue value is 250 (98.05% from 255 or 48.73% from 513); Max value from RGB is 250 - color contains mainly: blue. Hex color #9F68FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9F68FA is #609705. Grayscale: #888888. Windows color (decimal): -6330118 or 16410783. OLE color: 16410783.
HSL color Cylindrical-coordinate representation of color #9F68FA: hue angle of 262.6º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9F68FA is Cyan = 0.36, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 159 | 104 | 250 | - |
| CMYK | 0.36 | 0.58 | 0 | 0.02 |
| HSL | 262.6º | 0.94% | 0.69% | - |
| HSV(B) | 262.6º | 0.58% | 0.98% | - |
| XYZ | 36.5 | 24.17 | 93.18 | - |
| YUV | 137.09 | 191.72 | 143.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 104 | 250 | 0.36 | 0.58 | 0 | 0.02 | 262.6 | 0.94 | 0.69 |
| Hex | 9F | 68 | FA | 24 | 3A | 0 | 2 | 107 | 5E | 45 |
| Octal | 237 | 150 | 372 | 44 | 72 | 0 | 2 | 407 | 136 | 105 |
| Binary | 10011111 | 1101000 | 11111010 | 100100 | 111010 | 0 | 10 | 100000111 | 1011110 | 1000101 |
Color Harmonies of #9F68FA
Complementary color
Monochromatic Colors of #9F68FA
Black with #9F68FA
Text Example
Text Example
White with #9F68FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F68FA; }
p { color: rgb(159,104,250); }
H1.HeaderClassName
{
color: #9F68FA;
}
.AnyTagClassName
{
color: #9F68FA;
}
</style>
background-color css
<style>
a { background-color: #9F68FA; }
a { background-color: rgb(159,104,250); }
div.DivClassName
{
background-color: #9F68FA;
}
.BgClassName
{
background-color: #9F68FA;
}
</style>
border-color css
<style>
span { border-color: #9F68FA; }
span { border-color: rgb(159,104,250); }
td.TdClassName
{
border-color: #9F68FA;
}
.TagClassName
{
border-color: #9F68FA;
}
</style>