Shades of Medium Purple #9F54FC
Tints of Medium Purple #9F54FC
RGB
CMYK
RGB Variations
Color information
#9F54FC (or 0x9F54FC) is known color: Medium Purple. HEX triplet: 9F, 54 and FC. RGB value is (159,84,252). Sum of RGB (Red+Green+Blue) = 159+84+252=495 (65% of max value = 765). Red value is 159 (62.5% from 255 or 32.12% from 495); Green value is 84 (33.20% from 255 or 16.97% from 495); Blue value is 252 (98.83% from 255 or 50.91% from 495); Max value from RGB is 252 - color contains mainly: blue. Hex color #9F54FC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9F54FC is #60AB03. Grayscale: #7C7C7C. Windows color (decimal): -6335236 or 16536735. OLE color: 16536735.
HSL color Cylindrical-coordinate representation of color #9F54FC: hue angle of 266.79º degrees, saturation: 0.97, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9F54FC is Cyan = 0.37, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 159 | 84 | 252 | - |
| CMYK | 0.37 | 0.67 | 0 | 0.01 |
| HSL | 266.79º | 0.97% | 0.66% | - |
| HSV(B) | 266.79º | 0.67% | 0.99% | - |
| XYZ | 35.04 | 20.74 | 94.25 | - |
| YUV | 125.58 | 199.35 | 151.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 84 | 252 | 0.37 | 0.67 | 0 | 0.01 | 266.79 | 0.97 | 0.66 |
| Hex | 9F | 54 | FC | 25 | 43 | 0 | 1 | 10B | 61 | 42 |
| Octal | 237 | 124 | 374 | 45 | 103 | 0 | 1 | 413 | 141 | 102 |
| Binary | 10011111 | 1010100 | 11111100 | 100101 | 1000011 | 0 | 1 | 100001011 | 1100001 | 1000010 |
Color Harmonies of #9F54FC
Complementary color
Monochromatic Colors of #9F54FC
Black with #9F54FC
Text Example
Text Example
White with #9F54FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F54FC; }
p { color: rgb(159,84,252); }
H1.HeaderClassName
{
color: #9F54FC;
}
.AnyTagClassName
{
color: #9F54FC;
}
</style>
background-color css
<style>
a { background-color: #9F54FC; }
a { background-color: rgb(159,84,252); }
div.DivClassName
{
background-color: #9F54FC;
}
.BgClassName
{
background-color: #9F54FC;
}
</style>
border-color css
<style>
span { border-color: #9F54FC; }
span { border-color: rgb(159,84,252); }
td.TdClassName
{
border-color: #9F54FC;
}
.TagClassName
{
border-color: #9F54FC;
}
</style>