Shades of Medium Purple #9E50FC
Tints of Medium Purple #9E50FC
RGB
CMYK
RGB Variations
Color information
#9E50FC (or 0x9E50FC) is known color: Medium Purple. HEX triplet: 9E, 50 and FC. RGB value is (158,80,252). Sum of RGB (Red+Green+Blue) = 158+80+252=490 (64% of max value = 765). Red value is 158 (62.11% from 255 or 32.24% from 490); Green value is 80 (31.64% from 255 or 16.33% from 490); Blue value is 252 (98.83% from 255 or 51.43% from 490); Max value from RGB is 252 - color contains mainly: blue. Hex color #9E50FC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9E50FC is #61AF03. Grayscale: #7A7A7A. Windows color (decimal): -6401796 or 16535710. OLE color: 16535710.
HSL color Cylindrical-coordinate representation of color #9E50FC: hue angle of 267.21º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9E50FC is Cyan = 0.37, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 158 | 80 | 252 | - |
| CMYK | 0.37 | 0.68 | 0 | 0.01 |
| HSL | 267.21º | 0.97% | 0.65% | - |
| HSV(B) | 267.21º | 0.68% | 0.99% | - |
| XYZ | 34.54 | 20.03 | 94.14 | - |
| YUV | 122.93 | 200.84 | 153.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 80 | 252 | 0.37 | 0.68 | 0 | 0.01 | 267.21 | 0.97 | 0.65 |
| Hex | 9E | 50 | FC | 25 | 44 | 0 | 1 | 10B | 61 | 41 |
| Octal | 236 | 120 | 374 | 45 | 104 | 0 | 1 | 413 | 141 | 101 |
| Binary | 10011110 | 1010000 | 11111100 | 100101 | 1000100 | 0 | 1 | 100001011 | 1100001 | 1000001 |
Color Harmonies of #9E50FC
Complementary color
Monochromatic Colors of #9E50FC
Black with #9E50FC
Text Example
Text Example
White with #9E50FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E50FC; }
p { color: rgb(158,80,252); }
H1.HeaderClassName
{
color: #9E50FC;
}
.AnyTagClassName
{
color: #9E50FC;
}
</style>
background-color css
<style>
a { background-color: #9E50FC; }
a { background-color: rgb(158,80,252); }
div.DivClassName
{
background-color: #9E50FC;
}
.BgClassName
{
background-color: #9E50FC;
}
</style>
border-color css
<style>
span { border-color: #9E50FC; }
span { border-color: rgb(158,80,252); }
td.TdClassName
{
border-color: #9E50FC;
}
.TagClassName
{
border-color: #9E50FC;
}
</style>