Shades of Medium Purple #9F65F1
Tints of Medium Purple #9F65F1
RGB
CMYK
RGB Variations
Color information
#9F65F1 (or 0x9F65F1) is known color: Medium Purple. HEX triplet: 9F, 65 and F1. RGB value is (159,101,241). Sum of RGB (Red+Green+Blue) = 159+101+241=501 (66% of max value = 765). Red value is 159 (62.5% from 255 or 31.74% from 501); Green value is 101 (39.84% from 255 or 20.16% from 501); Blue value is 241 (94.53% from 255 or 48.10% from 501); Max value from RGB is 241 - color contains mainly: blue. Hex color #9F65F1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9F65F1 is #609A0E. Grayscale: #858585. Windows color (decimal): -6330895 or 15820191. OLE color: 15820191.
HSL color Cylindrical-coordinate representation of color #9F65F1: hue angle of 264.86º degrees, saturation: 0.83, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9F65F1 is Cyan = 0.34, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 159 | 101 | 241 | - |
| CMYK | 0.34 | 0.58 | 0 | 0.05 |
| HSL | 264.86º | 0.83% | 0.67% | - |
| HSV(B) | 264.86º | 0.58% | 0.95% | - |
| XYZ | 34.83 | 23.03 | 85.83 | - |
| YUV | 134.3 | 188.22 | 145.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 101 | 241 | 0.34 | 0.58 | 0 | 0.05 | 264.86 | 0.83 | 0.67 |
| Hex | 9F | 65 | F1 | 22 | 3A | 0 | 5 | 109 | 53 | 43 |
| Octal | 237 | 145 | 361 | 42 | 72 | 0 | 5 | 411 | 123 | 103 |
| Binary | 10011111 | 1100101 | 11110001 | 100010 | 111010 | 0 | 101 | 100001001 | 1010011 | 1000011 |
Color Harmonies of #9F65F1
Complementary color
Monochromatic Colors of #9F65F1
Black with #9F65F1
Text Example
Text Example
White with #9F65F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F65F1; }
p { color: rgb(159,101,241); }
H1.HeaderClassName
{
color: #9F65F1;
}
.AnyTagClassName
{
color: #9F65F1;
}
</style>
background-color css
<style>
a { background-color: #9F65F1; }
a { background-color: rgb(159,101,241); }
div.DivClassName
{
background-color: #9F65F1;
}
.BgClassName
{
background-color: #9F65F1;
}
</style>
border-color css
<style>
span { border-color: #9F65F1; }
span { border-color: rgb(159,101,241); }
td.TdClassName
{
border-color: #9F65F1;
}
.TagClassName
{
border-color: #9F65F1;
}
</style>