Shades of Medium Purple #9F69FA
Tints of Medium Purple #9F69FA
RGB
CMYK
RGB Variations
Color information
#9F69FA (or 0x9F69FA) is known color: Medium Purple. HEX triplet: 9F, 69 and FA. RGB value is (159,105,250). Sum of RGB (Red+Green+Blue) = 159+105+250=514 (68% of max value = 765). Red value is 159 (62.5% from 255 or 30.93% from 514); Green value is 105 (41.41% from 255 or 20.43% from 514); Blue value is 250 (98.05% from 255 or 48.64% from 514); Max value from RGB is 250 - color contains mainly: blue. Hex color #9F69FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9F69FA is #609605. Grayscale: #898989. Windows color (decimal): -6329862 or 16411039. OLE color: 16411039.
HSL color Cylindrical-coordinate representation of color #9F69FA: hue angle of 262.34º degrees, saturation: 0.94, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9F69FA is Cyan = 0.36, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 159 | 105 | 250 | - |
| CMYK | 0.36 | 0.58 | 0 | 0.02 |
| HSL | 262.34º | 0.94% | 0.7% | - |
| HSV(B) | 262.34º | 0.58% | 0.98% | - |
| XYZ | 36.6 | 24.38 | 93.22 | - |
| YUV | 137.68 | 191.39 | 143.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 105 | 250 | 0.36 | 0.58 | 0 | 0.02 | 262.34 | 0.94 | 0.7 |
| Hex | 9F | 69 | FA | 24 | 3A | 0 | 2 | 106 | 5E | 46 |
| Octal | 237 | 151 | 372 | 44 | 72 | 0 | 2 | 406 | 136 | 106 |
| Binary | 10011111 | 1101001 | 11111010 | 100100 | 111010 | 0 | 10 | 100000110 | 1011110 | 1000110 |
Color Harmonies of #9F69FA
Complementary color
Monochromatic Colors of #9F69FA
Black with #9F69FA
Text Example
Text Example
White with #9F69FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F69FA; }
p { color: rgb(159,105,250); }
H1.HeaderClassName
{
color: #9F69FA;
}
.AnyTagClassName
{
color: #9F69FA;
}
</style>
background-color css
<style>
a { background-color: #9F69FA; }
a { background-color: rgb(159,105,250); }
div.DivClassName
{
background-color: #9F69FA;
}
.BgClassName
{
background-color: #9F69FA;
}
</style>
border-color css
<style>
span { border-color: #9F69FA; }
span { border-color: rgb(159,105,250); }
td.TdClassName
{
border-color: #9F69FA;
}
.TagClassName
{
border-color: #9F69FA;
}
</style>