Shades of Medium Purple #9F59EF
Tints of Medium Purple #9F59EF
RGB
CMYK
RGB Variations
Color information
#9F59EF (or 0x9F59EF) is known color: Medium Purple. HEX triplet: 9F, 59 and EF. RGB value is (159,89,239). Sum of RGB (Red+Green+Blue) = 159+89+239=487 (64% of max value = 765). Red value is 159 (62.5% from 255 or 32.65% from 487); Green value is 89 (35.16% from 255 or 18.28% from 487); Blue value is 239 (93.75% from 255 or 49.08% from 487); Max value from RGB is 239 - color contains mainly: blue. Hex color #9F59EF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9F59EF is #60A610. Grayscale: #7E7E7E. Windows color (decimal): -6333969 or 15686047. OLE color: 15686047.
HSL color Cylindrical-coordinate representation of color #9F59EF: hue angle of 268º degrees, saturation: 0.82, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #9F59EF is Cyan = 0.33, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 159 | 89 | 239 | - |
| CMYK | 0.33 | 0.63 | 0 | 0.06 |
| HSL | 268º | 0.82% | 0.64% | - |
| HSV(B) | 268º | 0.63% | 0.94% | - |
| XYZ | 33.45 | 20.75 | 83.9 | - |
| YUV | 127.03 | 191.19 | 150.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 89 | 239 | 0.33 | 0.63 | 0 | 0.06 | 268 | 0.82 | 0.64 |
| Hex | 9F | 59 | EF | 21 | 3F | 0 | 6 | 10C | 52 | 40 |
| Octal | 237 | 131 | 357 | 41 | 77 | 0 | 6 | 414 | 122 | 100 |
| Binary | 10011111 | 1011001 | 11101111 | 100001 | 111111 | 0 | 110 | 100001100 | 1010010 | 1000000 |
Color Harmonies of #9F59EF
Complementary color
Monochromatic Colors of #9F59EF
Black with #9F59EF
Text Example
Text Example
White with #9F59EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F59EF; }
p { color: rgb(159,89,239); }
H1.HeaderClassName
{
color: #9F59EF;
}
.AnyTagClassName
{
color: #9F59EF;
}
</style>
background-color css
<style>
a { background-color: #9F59EF; }
a { background-color: rgb(159,89,239); }
div.DivClassName
{
background-color: #9F59EF;
}
.BgClassName
{
background-color: #9F59EF;
}
</style>
border-color css
<style>
span { border-color: #9F59EF; }
span { border-color: rgb(159,89,239); }
td.TdClassName
{
border-color: #9F59EF;
}
.TagClassName
{
border-color: #9F59EF;
}
</style>