Shades of Medium Purple #9F73EF
Tints of Medium Purple #9F73EF
RGB
CMYK
RGB Variations
Color information
#9F73EF (or 0x9F73EF) is known color: Medium Purple. HEX triplet: 9F, 73 and EF. RGB value is (159,115,239). Sum of RGB (Red+Green+Blue) = 159+115+239=513 (67% of max value = 765). Red value is 159 (62.5% from 255 or 30.99% from 513); Green value is 115 (45.31% from 255 or 22.42% from 513); Blue value is 239 (93.75% from 255 or 46.59% from 513); Max value from RGB is 239 - color contains mainly: blue. Hex color #9F73EF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9F73EF is #608C10. Grayscale: #8D8D8D. Windows color (decimal): -6327313 or 15692703. OLE color: 15692703.
HSL color Cylindrical-coordinate representation of color #9F73EF: hue angle of 261.29º degrees, saturation: 0.79, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9F73EF is Cyan = 0.33, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 159 | 115 | 239 | - |
| CMYK | 0.33 | 0.52 | 0 | 0.06 |
| HSL | 261.29º | 0.79% | 0.69% | - |
| HSV(B) | 261.29º | 0.52% | 0.94% | - |
| XYZ | 36.01 | 25.86 | 84.76 | - |
| YUV | 142.29 | 182.58 | 139.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 115 | 239 | 0.33 | 0.52 | 0 | 0.06 | 261.29 | 0.79 | 0.69 |
| Hex | 9F | 73 | EF | 21 | 34 | 0 | 6 | 105 | 4F | 45 |
| Octal | 237 | 163 | 357 | 41 | 64 | 0 | 6 | 405 | 117 | 105 |
| Binary | 10011111 | 1110011 | 11101111 | 100001 | 110100 | 0 | 110 | 100000101 | 1001111 | 1000101 |
Color Harmonies of #9F73EF
Complementary color
Monochromatic Colors of #9F73EF
Black with #9F73EF
Text Example
Text Example
White with #9F73EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F73EF; }
p { color: rgb(159,115,239); }
H1.HeaderClassName
{
color: #9F73EF;
}
.AnyTagClassName
{
color: #9F73EF;
}
</style>
background-color css
<style>
a { background-color: #9F73EF; }
a { background-color: rgb(159,115,239); }
div.DivClassName
{
background-color: #9F73EF;
}
.BgClassName
{
background-color: #9F73EF;
}
</style>
border-color css
<style>
span { border-color: #9F73EF; }
span { border-color: rgb(159,115,239); }
td.TdClassName
{
border-color: #9F73EF;
}
.TagClassName
{
border-color: #9F73EF;
}
</style>