Shades of Medium Purple #9F57EF
Tints of Medium Purple #9F57EF
RGB
CMYK
RGB Variations
Color information
#9F57EF (or 0x9F57EF) is known color: Medium Purple. HEX triplet: 9F, 57 and EF. RGB value is (159,87,239). Sum of RGB (Red+Green+Blue) = 159+87+239=485 (64% of max value = 765). Red value is 159 (62.5% from 255 or 32.78% from 485); Green value is 87 (34.38% from 255 or 17.94% from 485); Blue value is 239 (93.75% from 255 or 49.28% from 485); Max value from RGB is 239 - color contains mainly: blue. Hex color #9F57EF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9F57EF is #60A810. Grayscale: #7D7D7D. Windows color (decimal): -6334481 or 15685535. OLE color: 15685535.
HSL color Cylindrical-coordinate representation of color #9F57EF: hue angle of 268.42º 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 #9F57EF is Cyan = 0.33, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 159 | 87 | 239 | - |
| CMYK | 0.33 | 0.64 | 0 | 0.06 |
| HSL | 268.42º | 0.83% | 0.64% | - |
| HSV(B) | 268.42º | 0.64% | 0.94% | - |
| XYZ | 33.29 | 20.42 | 83.85 | - |
| YUV | 125.86 | 191.85 | 151.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 87 | 239 | 0.33 | 0.64 | 0 | 0.06 | 268.42 | 0.83 | 0.64 |
| Hex | 9F | 57 | EF | 21 | 40 | 0 | 6 | 10C | 53 | 40 |
| Octal | 237 | 127 | 357 | 41 | 100 | 0 | 6 | 414 | 123 | 100 |
| Binary | 10011111 | 1010111 | 11101111 | 100001 | 1000000 | 0 | 110 | 100001100 | 1010011 | 1000000 |
Color Harmonies of #9F57EF
Complementary color
Monochromatic Colors of #9F57EF
Black with #9F57EF
Text Example
Text Example
White with #9F57EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F57EF; }
p { color: rgb(159,87,239); }
H1.HeaderClassName
{
color: #9F57EF;
}
.AnyTagClassName
{
color: #9F57EF;
}
</style>
background-color css
<style>
a { background-color: #9F57EF; }
a { background-color: rgb(159,87,239); }
div.DivClassName
{
background-color: #9F57EF;
}
.BgClassName
{
background-color: #9F57EF;
}
</style>
border-color css
<style>
span { border-color: #9F57EF; }
span { border-color: rgb(159,87,239); }
td.TdClassName
{
border-color: #9F57EF;
}
.TagClassName
{
border-color: #9F57EF;
}
</style>