Shades of Medium Purple #9E51FC
Tints of Medium Purple #9E51FC
RGB
CMYK
RGB Variations
Color information
#9E51FC (or 0x9E51FC) is known color: Medium Purple. HEX triplet: 9E, 51 and FC. RGB value is (158,81,252). Sum of RGB (Red+Green+Blue) = 158+81+252=491 (65% of max value = 765). Red value is 158 (62.11% from 255 or 32.18% from 491); Green value is 81 (32.03% from 255 or 16.50% from 491); Blue value is 252 (98.83% from 255 or 51.32% from 491); Max value from RGB is 252 - color contains mainly: blue. Hex color #9E51FC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9E51FC is #61AE03. Grayscale: #7A7A7A. Windows color (decimal): -6401540 or 16535966. OLE color: 16535966.
HSL color Cylindrical-coordinate representation of color #9E51FC: hue angle of 267.02º 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 #9E51FC is Cyan = 0.37, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 158 | 81 | 252 | - |
| CMYK | 0.37 | 0.68 | 0 | 0.01 |
| HSL | 267.02º | 0.97% | 0.65% | - |
| HSV(B) | 267.02º | 0.68% | 0.99% | - |
| XYZ | 34.61 | 20.18 | 94.17 | - |
| YUV | 123.52 | 200.51 | 152.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 81 | 252 | 0.37 | 0.68 | 0 | 0.01 | 267.02 | 0.97 | 0.65 |
| Hex | 9E | 51 | FC | 25 | 44 | 0 | 1 | 10B | 61 | 41 |
| Octal | 236 | 121 | 374 | 45 | 104 | 0 | 1 | 413 | 141 | 101 |
| Binary | 10011110 | 1010001 | 11111100 | 100101 | 1000100 | 0 | 1 | 100001011 | 1100001 | 1000001 |
Color Harmonies of #9E51FC
Complementary color
Monochromatic Colors of #9E51FC
Black with #9E51FC
Text Example
Text Example
White with #9E51FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E51FC; }
p { color: rgb(158,81,252); }
H1.HeaderClassName
{
color: #9E51FC;
}
.AnyTagClassName
{
color: #9E51FC;
}
</style>
background-color css
<style>
a { background-color: #9E51FC; }
a { background-color: rgb(158,81,252); }
div.DivClassName
{
background-color: #9E51FC;
}
.BgClassName
{
background-color: #9E51FC;
}
</style>
border-color css
<style>
span { border-color: #9E51FC; }
span { border-color: rgb(158,81,252); }
td.TdClassName
{
border-color: #9E51FC;
}
.TagClassName
{
border-color: #9E51FC;
}
</style>