Shades of Medium Purple #9E5AFA
Tints of Medium Purple #9E5AFA
RGB
CMYK
RGB Variations
Color information
#9E5AFA (or 0x9E5AFA) is known color: Medium Purple. HEX triplet: 9E, 5A and FA. RGB value is (158,90,250). Sum of RGB (Red+Green+Blue) = 158+90+250=498 (65% of max value = 765). Red value is 158 (62.11% from 255 or 31.73% from 498); Green value is 90 (35.55% from 255 or 18.07% from 498); Blue value is 250 (98.05% from 255 or 50.20% from 498); Max value from RGB is 250 - color contains mainly: blue. Hex color #9E5AFA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9E5AFA is #61A505. Grayscale: #808080. Windows color (decimal): -6399238 or 16407198. OLE color: 16407198.
HSL color Cylindrical-coordinate representation of color #9E5AFA: hue angle of 265.5º degrees, saturation: 0.94, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #9E5AFA is Cyan = 0.37, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 158 | 90 | 250 | - |
| CMYK | 0.37 | 0.64 | 0 | 0.02 |
| HSL | 265.5º | 0.94% | 0.67% | - |
| HSV(B) | 265.5º | 0.64% | 0.98% | - |
| XYZ | 35.01 | 21.48 | 92.74 | - |
| YUV | 128.57 | 196.53 | 148.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 90 | 250 | 0.37 | 0.64 | 0 | 0.02 | 265.5 | 0.94 | 0.67 |
| Hex | 9E | 5A | FA | 25 | 40 | 0 | 2 | 10A | 5E | 43 |
| Octal | 236 | 132 | 372 | 45 | 100 | 0 | 2 | 412 | 136 | 103 |
| Binary | 10011110 | 1011010 | 11111010 | 100101 | 1000000 | 0 | 10 | 100001010 | 1011110 | 1000011 |
Color Harmonies of #9E5AFA
Complementary color
Monochromatic Colors of #9E5AFA
Black with #9E5AFA
Text Example
Text Example
White with #9E5AFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E5AFA; }
p { color: rgb(158,90,250); }
H1.HeaderClassName
{
color: #9E5AFA;
}
.AnyTagClassName
{
color: #9E5AFA;
}
</style>
background-color css
<style>
a { background-color: #9E5AFA; }
a { background-color: rgb(158,90,250); }
div.DivClassName
{
background-color: #9E5AFA;
}
.BgClassName
{
background-color: #9E5AFA;
}
</style>
border-color css
<style>
span { border-color: #9E5AFA; }
span { border-color: rgb(158,90,250); }
td.TdClassName
{
border-color: #9E5AFA;
}
.TagClassName
{
border-color: #9E5AFA;
}
</style>