Shades of Medium Purple #9F84EF
Tints of Medium Purple #9F84EF
RGB
CMYK
RGB Variations
Color information
#9F84EF (or 0x9F84EF) is known color: Medium Purple. HEX triplet: 9F, 84 and EF. RGB value is (159,132,239). Sum of RGB (Red+Green+Blue) = 159+132+239=530 (70% of max value = 765). Red value is 159 (62.5% from 255 or 30% from 530); Green value is 132 (51.95% from 255 or 24.91% from 530); Blue value is 239 (93.75% from 255 or 45.09% from 530); Max value from RGB is 239 - color contains mainly: blue. Hex color #9F84EF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9F84EF is #607B10. Grayscale: #979797. Windows color (decimal): -6322961 or 15697055. OLE color: 15697055.
HSL color Cylindrical-coordinate representation of color #9F84EF: hue angle of 255.14º degrees, saturation: 0.77, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #9F84EF is Cyan = 0.33, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 159 | 132 | 239 | - |
| CMYK | 0.33 | 0.45 | 0 | 0.06 |
| HSL | 255.14º | 0.77% | 0.73% | - |
| HSV(B) | 255.14º | 0.45% | 0.94% | - |
| XYZ | 38.13 | 30.11 | 85.46 | - |
| YUV | 152.27 | 176.95 | 132.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 132 | 239 | 0.33 | 0.45 | 0 | 0.06 | 255.14 | 0.77 | 0.73 |
| Hex | 9F | 84 | EF | 21 | 2D | 0 | 6 | FF | 4D | 49 |
| Octal | 237 | 204 | 357 | 41 | 55 | 0 | 6 | 377 | 115 | 111 |
| Binary | 10011111 | 10000100 | 11101111 | 100001 | 101101 | 0 | 110 | 11111111 | 1001101 | 1001001 |
Color Harmonies of #9F84EF
Complementary color
Monochromatic Colors of #9F84EF
Black with #9F84EF
Text Example
Text Example
White with #9F84EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F84EF; }
p { color: rgb(159,132,239); }
H1.HeaderClassName
{
color: #9F84EF;
}
.AnyTagClassName
{
color: #9F84EF;
}
</style>
background-color css
<style>
a { background-color: #9F84EF; }
a { background-color: rgb(159,132,239); }
div.DivClassName
{
background-color: #9F84EF;
}
.BgClassName
{
background-color: #9F84EF;
}
</style>
border-color css
<style>
span { border-color: #9F84EF; }
span { border-color: rgb(159,132,239); }
td.TdClassName
{
border-color: #9F84EF;
}
.TagClassName
{
border-color: #9F84EF;
}
</style>