Shades of Medium Purple #9E51F1
Tints of Medium Purple #9E51F1
RGB
CMYK
RGB Variations
Color information
#9E51F1 (or 0x9E51F1) is known color: Medium Purple. HEX triplet: 9E, 51 and F1. RGB value is (158,81,241). Sum of RGB (Red+Green+Blue) = 158+81+241=480 (63% of max value = 765). Red value is 158 (62.11% from 255 or 32.92% from 480); Green value is 81 (32.03% from 255 or 16.88% from 480); Blue value is 241 (94.53% from 255 or 50.21% from 480); Max value from RGB is 241 - color contains mainly: blue. Hex color #9E51F1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9E51F1 is #61AE0E. Grayscale: #797979. Windows color (decimal): -6401551 or 15815070. OLE color: 15815070.
HSL color Cylindrical-coordinate representation of color #9E51F1: hue angle of 268.88º degrees, saturation: 0.85, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9E51F1 is Cyan = 0.34, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 158 | 81 | 241 | - |
| CMYK | 0.34 | 0.66 | 0 | 0.05 |
| HSL | 268.88º | 0.85% | 0.63% | - |
| HSV(B) | 268.88º | 0.66% | 0.95% | - |
| XYZ | 32.92 | 19.5 | 85.25 | - |
| YUV | 122.26 | 195.01 | 153.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 81 | 241 | 0.34 | 0.66 | 0 | 0.05 | 268.88 | 0.85 | 0.63 |
| Hex | 9E | 51 | F1 | 22 | 42 | 0 | 5 | 10D | 55 | 3F |
| Octal | 236 | 121 | 361 | 42 | 102 | 0 | 5 | 415 | 125 | 77 |
| Binary | 10011110 | 1010001 | 11110001 | 100010 | 1000010 | 0 | 101 | 100001101 | 1010101 | 111111 |
Color Harmonies of #9E51F1
Complementary color
Monochromatic Colors of #9E51F1
Black with #9E51F1
Text Example
Text Example
White with #9E51F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E51F1; }
p { color: rgb(158,81,241); }
H1.HeaderClassName
{
color: #9E51F1;
}
.AnyTagClassName
{
color: #9E51F1;
}
</style>
background-color css
<style>
a { background-color: #9E51F1; }
a { background-color: rgb(158,81,241); }
div.DivClassName
{
background-color: #9E51F1;
}
.BgClassName
{
background-color: #9E51F1;
}
</style>
border-color css
<style>
span { border-color: #9E51F1; }
span { border-color: rgb(158,81,241); }
td.TdClassName
{
border-color: #9E51F1;
}
.TagClassName
{
border-color: #9E51F1;
}
</style>