Shades of Medium Purple #9E58FB
Tints of Medium Purple #9E58FB
RGB
CMYK
RGB Variations
Color information
#9E58FB (or 0x9E58FB) is known color: Medium Purple. HEX triplet: 9E, 58 and FB. RGB value is (158,88,251). Sum of RGB (Red+Green+Blue) = 158+88+251=497 (65% of max value = 765). Red value is 158 (62.11% from 255 or 31.79% from 497); Green value is 88 (34.77% from 255 or 17.71% from 497); Blue value is 251 (98.44% from 255 or 50.50% from 497); Max value from RGB is 251 - color contains mainly: blue. Hex color #9E58FB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9E58FB is #61A704. Grayscale: #7E7E7E. Windows color (decimal): -6399749 or 16472222. OLE color: 16472222.
HSL color Cylindrical-coordinate representation of color #9E58FB: hue angle of 265.77º degrees, saturation: 0.95, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #9E58FB is Cyan = 0.37, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 158 | 88 | 251 | - |
| CMYK | 0.37 | 0.65 | 0 | 0.02 |
| HSL | 265.77º | 0.95% | 0.66% | - |
| HSV(B) | 265.77º | 0.65% | 0.98% | - |
| XYZ | 35 | 21.21 | 93.52 | - |
| YUV | 127.51 | 197.69 | 149.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 88 | 251 | 0.37 | 0.65 | 0 | 0.02 | 265.77 | 0.95 | 0.66 |
| Hex | 9E | 58 | FB | 25 | 41 | 0 | 2 | 10A | 5F | 42 |
| Octal | 236 | 130 | 373 | 45 | 101 | 0 | 2 | 412 | 137 | 102 |
| Binary | 10011110 | 1011000 | 11111011 | 100101 | 1000001 | 0 | 10 | 100001010 | 1011111 | 1000010 |
Color Harmonies of #9E58FB
Complementary color
Monochromatic Colors of #9E58FB
Black with #9E58FB
Text Example
Text Example
White with #9E58FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E58FB; }
p { color: rgb(158,88,251); }
H1.HeaderClassName
{
color: #9E58FB;
}
.AnyTagClassName
{
color: #9E58FB;
}
</style>
background-color css
<style>
a { background-color: #9E58FB; }
a { background-color: rgb(158,88,251); }
div.DivClassName
{
background-color: #9E58FB;
}
.BgClassName
{
background-color: #9E58FB;
}
</style>
border-color css
<style>
span { border-color: #9E58FB; }
span { border-color: rgb(158,88,251); }
td.TdClassName
{
border-color: #9E58FB;
}
.TagClassName
{
border-color: #9E58FB;
}
</style>