Shades of Medium Purple #9F57F1
Tints of Medium Purple #9F57F1
RGB
CMYK
RGB Variations
Color information
#9F57F1 (or 0x9F57F1) is known color: Medium Purple. HEX triplet: 9F, 57 and F1. RGB value is (159,87,241). Sum of RGB (Red+Green+Blue) = 159+87+241=487 (64% of max value = 765). Red value is 159 (62.5% from 255 or 32.65% from 487); Green value is 87 (34.38% from 255 or 17.86% from 487); Blue value is 241 (94.53% from 255 or 49.49% from 487); Max value from RGB is 241 - color contains mainly: blue. Hex color #9F57F1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9F57F1 is #60A80E. Grayscale: #7D7D7D. Windows color (decimal): -6334479 or 15816607. OLE color: 15816607.
HSL color Cylindrical-coordinate representation of color #9F57F1: hue angle of 268.05º degrees, saturation: 0.85, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #9F57F1 is Cyan = 0.34, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 159 | 87 | 241 | - |
| CMYK | 0.34 | 0.64 | 0 | 0.05 |
| HSL | 268.05º | 0.85% | 0.64% | - |
| HSV(B) | 268.05º | 0.64% | 0.95% | - |
| XYZ | 33.58 | 20.54 | 85.41 | - |
| YUV | 126.08 | 192.85 | 151.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 87 | 241 | 0.34 | 0.64 | 0 | 0.05 | 268.05 | 0.85 | 0.64 |
| Hex | 9F | 57 | F1 | 22 | 40 | 0 | 5 | 10C | 55 | 40 |
| Octal | 237 | 127 | 361 | 42 | 100 | 0 | 5 | 414 | 125 | 100 |
| Binary | 10011111 | 1010111 | 11110001 | 100010 | 1000000 | 0 | 101 | 100001100 | 1010101 | 1000000 |
Color Harmonies of #9F57F1
Complementary color
Monochromatic Colors of #9F57F1
Black with #9F57F1
Text Example
Text Example
White with #9F57F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F57F1; }
p { color: rgb(159,87,241); }
H1.HeaderClassName
{
color: #9F57F1;
}
.AnyTagClassName
{
color: #9F57F1;
}
</style>
background-color css
<style>
a { background-color: #9F57F1; }
a { background-color: rgb(159,87,241); }
div.DivClassName
{
background-color: #9F57F1;
}
.BgClassName
{
background-color: #9F57F1;
}
</style>
border-color css
<style>
span { border-color: #9F57F1; }
span { border-color: rgb(159,87,241); }
td.TdClassName
{
border-color: #9F57F1;
}
.TagClassName
{
border-color: #9F57F1;
}
</style>