Shades of Medium Purple #9F54EF
Tints of Medium Purple #9F54EF
RGB
CMYK
RGB Variations
Color information
#9F54EF (or 0x9F54EF) is known color: Medium Purple. HEX triplet: 9F, 54 and EF. RGB value is (159,84,239). Sum of RGB (Red+Green+Blue) = 159+84+239=482 (63% of max value = 765). Red value is 159 (62.5% from 255 or 32.99% from 482); Green value is 84 (33.20% from 255 or 17.43% from 482); Blue value is 239 (93.75% from 255 or 49.59% from 482); Max value from RGB is 239 - color contains mainly: blue. Hex color #9F54EF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9F54EF is #60AB10. Grayscale: #7B7B7B. Windows color (decimal): -6335249 or 15684767. OLE color: 15684767.
HSL color Cylindrical-coordinate representation of color #9F54EF: hue angle of 269.03º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #9F54EF is Cyan = 0.33, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 159 | 84 | 239 | - |
| CMYK | 0.33 | 0.65 | 0 | 0.06 |
| HSL | 269.03º | 0.83% | 0.63% | - |
| HSV(B) | 269.03º | 0.65% | 0.94% | - |
| XYZ | 33.05 | 19.94 | 83.77 | - |
| YUV | 124.1 | 192.85 | 152.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 84 | 239 | 0.33 | 0.65 | 0 | 0.06 | 269.03 | 0.83 | 0.63 |
| Hex | 9F | 54 | EF | 21 | 41 | 0 | 6 | 10D | 53 | 3F |
| Octal | 237 | 124 | 357 | 41 | 101 | 0 | 6 | 415 | 123 | 77 |
| Binary | 10011111 | 1010100 | 11101111 | 100001 | 1000001 | 0 | 110 | 100001101 | 1010011 | 111111 |
Color Harmonies of #9F54EF
Complementary color
Monochromatic Colors of #9F54EF
Black with #9F54EF
Text Example
Text Example
White with #9F54EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F54EF; }
p { color: rgb(159,84,239); }
H1.HeaderClassName
{
color: #9F54EF;
}
.AnyTagClassName
{
color: #9F54EF;
}
</style>
background-color css
<style>
a { background-color: #9F54EF; }
a { background-color: rgb(159,84,239); }
div.DivClassName
{
background-color: #9F54EF;
}
.BgClassName
{
background-color: #9F54EF;
}
</style>
border-color css
<style>
span { border-color: #9F54EF; }
span { border-color: rgb(159,84,239); }
td.TdClassName
{
border-color: #9F54EF;
}
.TagClassName
{
border-color: #9F54EF;
}
</style>