Shades of Medium Purple #9F62F1
Tints of Medium Purple #9F62F1
RGB
CMYK
RGB Variations
Color information
#9F62F1 (or 0x9F62F1) is known color: Medium Purple. HEX triplet: 9F, 62 and F1. RGB value is (159,98,241). Sum of RGB (Red+Green+Blue) = 159+98+241=498 (65% of max value = 765). Red value is 159 (62.5% from 255 or 31.93% from 498); Green value is 98 (38.67% from 255 or 19.68% from 498); Blue value is 241 (94.53% from 255 or 48.39% from 498); Max value from RGB is 241 - color contains mainly: blue. Hex color #9F62F1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9F62F1 is #609D0E. Grayscale: #848484. Windows color (decimal): -6331663 or 15819423. OLE color: 15819423.
HSL color Cylindrical-coordinate representation of color #9F62F1: hue angle of 265.59º degrees, saturation: 0.84, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9F62F1 is Cyan = 0.34, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 159 | 98 | 241 | - |
| CMYK | 0.34 | 0.59 | 0 | 0.05 |
| HSL | 265.59º | 0.84% | 0.66% | - |
| HSV(B) | 265.59º | 0.59% | 0.95% | - |
| XYZ | 34.54 | 22.46 | 85.73 | - |
| YUV | 132.54 | 189.21 | 146.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 98 | 241 | 0.34 | 0.59 | 0 | 0.05 | 265.59 | 0.84 | 0.66 |
| Hex | 9F | 62 | F1 | 22 | 3B | 0 | 5 | 10A | 54 | 42 |
| Octal | 237 | 142 | 361 | 42 | 73 | 0 | 5 | 412 | 124 | 102 |
| Binary | 10011111 | 1100010 | 11110001 | 100010 | 111011 | 0 | 101 | 100001010 | 1010100 | 1000010 |
Color Harmonies of #9F62F1
Complementary color
Monochromatic Colors of #9F62F1
Black with #9F62F1
Text Example
Text Example
White with #9F62F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F62F1; }
p { color: rgb(159,98,241); }
H1.HeaderClassName
{
color: #9F62F1;
}
.AnyTagClassName
{
color: #9F62F1;
}
</style>
background-color css
<style>
a { background-color: #9F62F1; }
a { background-color: rgb(159,98,241); }
div.DivClassName
{
background-color: #9F62F1;
}
.BgClassName
{
background-color: #9F62F1;
}
</style>
border-color css
<style>
span { border-color: #9F62F1; }
span { border-color: rgb(159,98,241); }
td.TdClassName
{
border-color: #9F62F1;
}
.TagClassName
{
border-color: #9F62F1;
}
</style>