Shades of Medium Purple #9F6DF1
Tints of Medium Purple #9F6DF1
RGB
CMYK
RGB Variations
Color information
#9F6DF1 (or 0x9F6DF1) is known color: Medium Purple. HEX triplet: 9F, 6D and F1. RGB value is (159,109,241). Sum of RGB (Red+Green+Blue) = 159+109+241=509 (67% of max value = 765). Red value is 159 (62.5% from 255 or 31.24% from 509); Green value is 109 (42.97% from 255 or 21.41% from 509); Blue value is 241 (94.53% from 255 or 47.35% from 509); Max value from RGB is 241 - color contains mainly: blue. Hex color #9F6DF1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9F6DF1 is #60920E. Grayscale: #8A8A8A. Windows color (decimal): -6328847 or 15822239. OLE color: 15822239.
HSL color Cylindrical-coordinate representation of color #9F6DF1: hue angle of 262.73º degrees, saturation: 0.82, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9F6DF1 is Cyan = 0.34, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 159 | 109 | 241 | - |
| CMYK | 0.34 | 0.55 | 0 | 0.05 |
| HSL | 262.73º | 0.83% | 0.69% | - |
| HSV(B) | 262.73º | 0.55% | 0.95% | - |
| XYZ | 35.64 | 24.66 | 86.1 | - |
| YUV | 139 | 185.57 | 142.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 109 | 241 | 0.34 | 0.55 | 0 | 0.05 | 262.73 | 0.83 | 0.69 |
| Hex | 9F | 6D | F1 | 22 | 37 | 0 | 5 | 107 | 52 | 45 |
| Octal | 237 | 155 | 361 | 42 | 67 | 0 | 5 | 407 | 122 | 105 |
| Binary | 10011111 | 1101101 | 11110001 | 100010 | 110111 | 0 | 101 | 100000111 | 1010010 | 1000101 |
Color Harmonies of #9F6DF1
Complementary color
Monochromatic Colors of #9F6DF1
Black with #9F6DF1
Text Example
Text Example
White with #9F6DF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F6DF1; }
p { color: rgb(159,109,241); }
H1.HeaderClassName
{
color: #9F6DF1;
}
.AnyTagClassName
{
color: #9F6DF1;
}
</style>
background-color css
<style>
a { background-color: #9F6DF1; }
a { background-color: rgb(159,109,241); }
div.DivClassName
{
background-color: #9F6DF1;
}
.BgClassName
{
background-color: #9F6DF1;
}
</style>
border-color css
<style>
span { border-color: #9F6DF1; }
span { border-color: rgb(159,109,241); }
td.TdClassName
{
border-color: #9F6DF1;
}
.TagClassName
{
border-color: #9F6DF1;
}
</style>