Shades of Medium Purple #9F56EF
Tints of Medium Purple #9F56EF
RGB
CMYK
RGB Variations
Color information
#9F56EF (or 0x9F56EF) is known color: Medium Purple. HEX triplet: 9F, 56 and EF. RGB value is (159,86,239). Sum of RGB (Red+Green+Blue) = 159+86+239=484 (64% of max value = 765). Red value is 159 (62.5% from 255 or 32.85% from 484); Green value is 86 (33.98% from 255 or 17.77% from 484); Blue value is 239 (93.75% from 255 or 49.38% from 484); Max value from RGB is 239 - color contains mainly: blue. Hex color #9F56EF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9F56EF is #60A910. Grayscale: #7C7C7C. Windows color (decimal): -6334737 or 15685279. OLE color: 15685279.
HSL color Cylindrical-coordinate representation of color #9F56EF: hue angle of 268.63º degrees, saturation: 0.83, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #9F56EF is Cyan = 0.33, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 159 | 86 | 239 | - |
| CMYK | 0.33 | 0.64 | 0 | 0.06 |
| HSL | 268.63º | 0.83% | 0.64% | - |
| HSV(B) | 268.63º | 0.64% | 0.94% | - |
| XYZ | 33.21 | 20.26 | 83.82 | - |
| YUV | 125.27 | 192.18 | 152.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 86 | 239 | 0.33 | 0.64 | 0 | 0.06 | 268.63 | 0.83 | 0.64 |
| Hex | 9F | 56 | EF | 21 | 40 | 0 | 6 | 10D | 53 | 40 |
| Octal | 237 | 126 | 357 | 41 | 100 | 0 | 6 | 415 | 123 | 100 |
| Binary | 10011111 | 1010110 | 11101111 | 100001 | 1000000 | 0 | 110 | 100001101 | 1010011 | 1000000 |
Color Harmonies of #9F56EF
Complementary color
Monochromatic Colors of #9F56EF
Black with #9F56EF
Text Example
Text Example
White with #9F56EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F56EF; }
p { color: rgb(159,86,239); }
H1.HeaderClassName
{
color: #9F56EF;
}
.AnyTagClassName
{
color: #9F56EF;
}
</style>
background-color css
<style>
a { background-color: #9F56EF; }
a { background-color: rgb(159,86,239); }
div.DivClassName
{
background-color: #9F56EF;
}
.BgClassName
{
background-color: #9F56EF;
}
</style>
border-color css
<style>
span { border-color: #9F56EF; }
span { border-color: rgb(159,86,239); }
td.TdClassName
{
border-color: #9F56EF;
}
.TagClassName
{
border-color: #9F56EF;
}
</style>