Shades of Medium Purple #9E59FB
Tints of Medium Purple #9E59FB
RGB
CMYK
RGB Variations
Color information
#9E59FB (or 0x9E59FB) is known color: Medium Purple. HEX triplet: 9E, 59 and FB. RGB value is (158,89,251). Sum of RGB (Red+Green+Blue) = 158+89+251=498 (65% of max value = 765). Red value is 158 (62.11% from 255 or 31.73% from 498); Green value is 89 (35.16% from 255 or 17.87% from 498); Blue value is 251 (98.44% from 255 or 50.40% from 498); Max value from RGB is 251 - color contains mainly: blue. Hex color #9E59FB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9E59FB is #61A604. Grayscale: #7F7F7F. Windows color (decimal): -6399493 or 16472478. OLE color: 16472478.
HSL color Cylindrical-coordinate representation of color #9E59FB: hue angle of 265.56º degrees, saturation: 0.95, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #9E59FB is Cyan = 0.37, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 158 | 89 | 251 | - |
| CMYK | 0.37 | 0.65 | 0 | 0.02 |
| HSL | 265.56º | 0.95% | 0.67% | - |
| HSV(B) | 265.56º | 0.65% | 0.98% | - |
| XYZ | 35.09 | 21.38 | 93.54 | - |
| YUV | 128.1 | 197.36 | 149.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 89 | 251 | 0.37 | 0.65 | 0 | 0.02 | 265.56 | 0.95 | 0.67 |
| Hex | 9E | 59 | FB | 25 | 41 | 0 | 2 | 10A | 5F | 43 |
| Octal | 236 | 131 | 373 | 45 | 101 | 0 | 2 | 412 | 137 | 103 |
| Binary | 10011110 | 1011001 | 11111011 | 100101 | 1000001 | 0 | 10 | 100001010 | 1011111 | 1000011 |
Color Harmonies of #9E59FB
Complementary color
Monochromatic Colors of #9E59FB
Black with #9E59FB
Text Example
Text Example
White with #9E59FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E59FB; }
p { color: rgb(158,89,251); }
H1.HeaderClassName
{
color: #9E59FB;
}
.AnyTagClassName
{
color: #9E59FB;
}
</style>
background-color css
<style>
a { background-color: #9E59FB; }
a { background-color: rgb(158,89,251); }
div.DivClassName
{
background-color: #9E59FB;
}
.BgClassName
{
background-color: #9E59FB;
}
</style>
border-color css
<style>
span { border-color: #9E59FB; }
span { border-color: rgb(158,89,251); }
td.TdClassName
{
border-color: #9E59FB;
}
.TagClassName
{
border-color: #9E59FB;
}
</style>