Shades of Medium Purple #9F61EA
Tints of Medium Purple #9F61EA
RGB
CMYK
RGB Variations
Color information
#9F61EA (or 0x9F61EA) is known color: Medium Purple. HEX triplet: 9F, 61 and EA. RGB value is (159,97,234). Sum of RGB (Red+Green+Blue) = 159+97+234=490 (64% of max value = 765). Red value is 159 (62.5% from 255 or 32.45% from 490); Green value is 97 (38.28% from 255 or 19.80% from 490); Blue value is 234 (91.80% from 255 or 47.76% from 490); Max value from RGB is 234 - color contains mainly: blue. Hex color #9F61EA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9F61EA is #609E15. Grayscale: #828282. Windows color (decimal): -6331926 or 15360415. OLE color: 15360415.
HSL color Cylindrical-coordinate representation of color #9F61EA: hue angle of 267.15º degrees, saturation: 0.77, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9F61EA is Cyan = 0.32, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 159 | 97 | 234 | - |
| CMYK | 0.32 | 0.59 | 0 | 0.08 |
| HSL | 267.15º | 0.77% | 0.65% | - |
| HSV(B) | 267.15º | 0.59% | 0.92% | - |
| XYZ | 33.42 | 21.86 | 80.3 | - |
| YUV | 131.16 | 186.04 | 147.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 97 | 234 | 0.32 | 0.59 | 0 | 0.08 | 267.15 | 0.77 | 0.65 |
| Hex | 9F | 61 | EA | 20 | 3B | 0 | 8 | 10B | 4D | 41 |
| Octal | 237 | 141 | 352 | 40 | 73 | 0 | 10 | 413 | 115 | 101 |
| Binary | 10011111 | 1100001 | 11101010 | 100000 | 111011 | 0 | 1000 | 100001011 | 1001101 | 1000001 |
Color Harmonies of #9F61EA
Complementary color
Monochromatic Colors of #9F61EA
Black with #9F61EA
Text Example
Text Example
White with #9F61EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F61EA; }
p { color: rgb(159,97,234); }
H1.HeaderClassName
{
color: #9F61EA;
}
.AnyTagClassName
{
color: #9F61EA;
}
</style>
background-color css
<style>
a { background-color: #9F61EA; }
a { background-color: rgb(159,97,234); }
div.DivClassName
{
background-color: #9F61EA;
}
.BgClassName
{
background-color: #9F61EA;
}
</style>
border-color css
<style>
span { border-color: #9F61EA; }
span { border-color: rgb(159,97,234); }
td.TdClassName
{
border-color: #9F61EA;
}
.TagClassName
{
border-color: #9F61EA;
}
</style>