Shades of Medium Purple #9F61E5
Tints of Medium Purple #9F61E5
RGB
CMYK
RGB Variations
Color information
#9F61E5 (or 0x9F61E5) is known color: Medium Purple. HEX triplet: 9F, 61 and E5. RGB value is (159,97,229). Sum of RGB (Red+Green+Blue) = 159+97+229=485 (64% of max value = 765). Red value is 159 (62.5% from 255 or 32.78% from 485); Green value is 97 (38.28% from 255 or 20% from 485); Blue value is 229 (89.84% from 255 or 47.22% from 485); Max value from RGB is 229 - color contains mainly: blue. Hex color #9F61E5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9F61E5 is #609E1A. Grayscale: #828282. Windows color (decimal): -6331931 or 15032735. OLE color: 15032735.
HSL color Cylindrical-coordinate representation of color #9F61E5: hue angle of 268.18º degrees, saturation: 0.72, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9F61E5 is Cyan = 0.31, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 159 | 97 | 229 | - |
| CMYK | 0.31 | 0.58 | 0 | 0.10 |
| HSL | 268.18º | 0.72% | 0.64% | - |
| HSV(B) | 268.18º | 0.58% | 0.9% | - |
| XYZ | 32.72 | 21.58 | 76.57 | - |
| YUV | 130.59 | 183.54 | 148.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 97 | 229 | 0.31 | 0.58 | 0 | 0.10 | 268.18 | 0.72 | 0.64 |
| Hex | 9F | 61 | E5 | 1F | 3A | 0 | A | 10C | 48 | 40 |
| Octal | 237 | 141 | 345 | 37 | 72 | 0 | 12 | 414 | 110 | 100 |
| Binary | 10011111 | 1100001 | 11100101 | 11111 | 111010 | 0 | 1010 | 100001100 | 1001000 | 1000000 |
Color Harmonies of #9F61E5
Complementary color
Monochromatic Colors of #9F61E5
Black with #9F61E5
Text Example
Text Example
White with #9F61E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F61E5; }
p { color: rgb(159,97,229); }
H1.HeaderClassName
{
color: #9F61E5;
}
.AnyTagClassName
{
color: #9F61E5;
}
</style>
background-color css
<style>
a { background-color: #9F61E5; }
a { background-color: rgb(159,97,229); }
div.DivClassName
{
background-color: #9F61E5;
}
.BgClassName
{
background-color: #9F61E5;
}
</style>
border-color css
<style>
span { border-color: #9F61E5; }
span { border-color: rgb(159,97,229); }
td.TdClassName
{
border-color: #9F61E5;
}
.TagClassName
{
border-color: #9F61E5;
}
</style>