Shades of Medium Purple #9F7FF1
Tints of Medium Purple #9F7FF1
RGB
CMYK
RGB Variations
Color information
#9F7FF1 (or 0x9F7FF1) is known color: Medium Purple. HEX triplet: 9F, 7F and F1. RGB value is (159,127,241). Sum of RGB (Red+Green+Blue) = 159+127+241=527 (69% of max value = 765). Red value is 159 (62.5% from 255 or 30.17% from 527); Green value is 127 (50% from 255 or 24.10% from 527); Blue value is 241 (94.53% from 255 or 45.73% from 527); Max value from RGB is 241 - color contains mainly: blue. Hex color #9F7FF1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9F7FF1 is #60800E. Grayscale: #959595. Windows color (decimal): -6324239 or 15826847. OLE color: 15826847.
HSL color Cylindrical-coordinate representation of color #9F7FF1: hue angle of 256.84º degrees, saturation: 0.8, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9F7FF1 is Cyan = 0.34, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 159 | 127 | 241 | - |
| CMYK | 0.34 | 0.47 | 0 | 0.05 |
| HSL | 256.84º | 0.8% | 0.72% | - |
| HSV(B) | 256.84º | 0.47% | 0.95% | - |
| XYZ | 37.76 | 28.9 | 86.81 | - |
| YUV | 149.56 | 179.6 | 134.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 127 | 241 | 0.34 | 0.47 | 0 | 0.05 | 256.84 | 0.8 | 0.72 |
| Hex | 9F | 7F | F1 | 22 | 2F | 0 | 5 | 101 | 50 | 48 |
| Octal | 237 | 177 | 361 | 42 | 57 | 0 | 5 | 401 | 120 | 110 |
| Binary | 10011111 | 1111111 | 11110001 | 100010 | 101111 | 0 | 101 | 100000001 | 1010000 | 1001000 |
Color Harmonies of #9F7FF1
Complementary color
Monochromatic Colors of #9F7FF1
Black with #9F7FF1
Text Example
Text Example
White with #9F7FF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F7FF1; }
p { color: rgb(159,127,241); }
H1.HeaderClassName
{
color: #9F7FF1;
}
.AnyTagClassName
{
color: #9F7FF1;
}
</style>
background-color css
<style>
a { background-color: #9F7FF1; }
a { background-color: rgb(159,127,241); }
div.DivClassName
{
background-color: #9F7FF1;
}
.BgClassName
{
background-color: #9F7FF1;
}
</style>
border-color css
<style>
span { border-color: #9F7FF1; }
span { border-color: rgb(159,127,241); }
td.TdClassName
{
border-color: #9F7FF1;
}
.TagClassName
{
border-color: #9F7FF1;
}
</style>