Shades of Medium Purple #9F75EC
Tints of Medium Purple #9F75EC
RGB
CMYK
RGB Variations
Color information
#9F75EC (or 0x9F75EC) is known color: Medium Purple. HEX triplet: 9F, 75 and EC. RGB value is (159,117,236). Sum of RGB (Red+Green+Blue) = 159+117+236=512 (67% of max value = 765). Red value is 159 (62.5% from 255 or 31.05% from 512); Green value is 117 (46.09% from 255 or 22.85% from 512); Blue value is 236 (92.58% from 255 or 46.09% from 512); Max value from RGB is 236 - color contains mainly: blue. Hex color #9F75EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9F75EC is #608A13. Grayscale: #8E8E8E. Windows color (decimal): -6326804 or 15496607. OLE color: 15496607.
HSL color Cylindrical-coordinate representation of color #9F75EC: hue angle of 261.18º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9F75EC is Cyan = 0.33, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 159 | 117 | 236 | - |
| CMYK | 0.33 | 0.50 | 0 | 0.07 |
| HSL | 261.18º | 0.76% | 0.69% | - |
| HSV(B) | 261.18º | 0.5% | 0.93% | - |
| XYZ | 35.8 | 26.15 | 82.52 | - |
| YUV | 143.12 | 180.41 | 139.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 117 | 236 | 0.33 | 0.50 | 0 | 0.07 | 261.18 | 0.76 | 0.69 |
| Hex | 9F | 75 | EC | 21 | 32 | 0 | 7 | 105 | 4C | 45 |
| Octal | 237 | 165 | 354 | 41 | 62 | 0 | 7 | 405 | 114 | 105 |
| Binary | 10011111 | 1110101 | 11101100 | 100001 | 110010 | 0 | 111 | 100000101 | 1001100 | 1000101 |
Color Harmonies of #9F75EC
Complementary color
Monochromatic Colors of #9F75EC
Black with #9F75EC
Text Example
Text Example
White with #9F75EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F75EC; }
p { color: rgb(159,117,236); }
H1.HeaderClassName
{
color: #9F75EC;
}
.AnyTagClassName
{
color: #9F75EC;
}
</style>
background-color css
<style>
a { background-color: #9F75EC; }
a { background-color: rgb(159,117,236); }
div.DivClassName
{
background-color: #9F75EC;
}
.BgClassName
{
background-color: #9F75EC;
}
</style>
border-color css
<style>
span { border-color: #9F75EC; }
span { border-color: rgb(159,117,236); }
td.TdClassName
{
border-color: #9F75EC;
}
.TagClassName
{
border-color: #9F75EC;
}
</style>