Shades of Medium Purple #9F55EF
Tints of Medium Purple #9F55EF
RGB
CMYK
RGB Variations
Color information
#9F55EF (or 0x9F55EF) is known color: Medium Purple. HEX triplet: 9F, 55 and EF. RGB value is (159,85,239). Sum of RGB (Red+Green+Blue) = 159+85+239=483 (63% of max value = 765). Red value is 159 (62.5% from 255 or 32.92% from 483); Green value is 85 (33.59% from 255 or 17.60% from 483); Blue value is 239 (93.75% from 255 or 49.48% from 483); Max value from RGB is 239 - color contains mainly: blue. Hex color #9F55EF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9F55EF is #60AA10. Grayscale: #7C7C7C. Windows color (decimal): -6334993 or 15685023. OLE color: 15685023.
HSL color Cylindrical-coordinate representation of color #9F55EF: hue angle of 268.83º 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 #9F55EF is Cyan = 0.33, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 159 | 85 | 239 | - |
| CMYK | 0.33 | 0.64 | 0 | 0.06 |
| HSL | 268.83º | 0.83% | 0.64% | - |
| HSV(B) | 268.83º | 0.64% | 0.94% | - |
| XYZ | 33.13 | 20.1 | 83.8 | - |
| YUV | 124.68 | 192.52 | 152.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 85 | 239 | 0.33 | 0.64 | 0 | 0.06 | 268.83 | 0.83 | 0.64 |
| Hex | 9F | 55 | EF | 21 | 40 | 0 | 6 | 10D | 53 | 40 |
| Octal | 237 | 125 | 357 | 41 | 100 | 0 | 6 | 415 | 123 | 100 |
| Binary | 10011111 | 1010101 | 11101111 | 100001 | 1000000 | 0 | 110 | 100001101 | 1010011 | 1000000 |
Color Harmonies of #9F55EF
Complementary color
Monochromatic Colors of #9F55EF
Black with #9F55EF
Text Example
Text Example
White with #9F55EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F55EF; }
p { color: rgb(159,85,239); }
H1.HeaderClassName
{
color: #9F55EF;
}
.AnyTagClassName
{
color: #9F55EF;
}
</style>
background-color css
<style>
a { background-color: #9F55EF; }
a { background-color: rgb(159,85,239); }
div.DivClassName
{
background-color: #9F55EF;
}
.BgClassName
{
background-color: #9F55EF;
}
</style>
border-color css
<style>
span { border-color: #9F55EF; }
span { border-color: rgb(159,85,239); }
td.TdClassName
{
border-color: #9F55EF;
}
.TagClassName
{
border-color: #9F55EF;
}
</style>