Shades of Medium Purple #9D59FA
Tints of Medium Purple #9D59FA
RGB
CMYK
RGB Variations
Color information
#9D59FA (or 0x9D59FA) is known color: Medium Purple. HEX triplet: 9D, 59 and FA. RGB value is (157,89,250). Sum of RGB (Red+Green+Blue) = 157+89+250=496 (65% of max value = 765). Red value is 157 (61.72% from 255 or 31.65% from 496); Green value is 89 (35.16% from 255 or 17.94% from 496); Blue value is 250 (98.05% from 255 or 50.40% from 496); Max value from RGB is 250 - color contains mainly: blue. Hex color #9D59FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9D59FA is #62A605. Grayscale: #7F7F7F. Windows color (decimal): -6465030 or 16406941. OLE color: 16406941.
HSL color Cylindrical-coordinate representation of color #9D59FA: hue angle of 265.34º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #9D59FA is Cyan = 0.37, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 157 | 89 | 250 | - |
| CMYK | 0.37 | 0.64 | 0 | 0.02 |
| HSL | 265.34º | 0.94% | 0.66% | - |
| HSV(B) | 265.34º | 0.64% | 0.98% | - |
| XYZ | 34.73 | 21.21 | 92.71 | - |
| YUV | 127.69 | 197.03 | 148.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 89 | 250 | 0.37 | 0.64 | 0 | 0.02 | 265.34 | 0.94 | 0.66 |
| Hex | 9D | 59 | FA | 25 | 40 | 0 | 2 | 109 | 5E | 42 |
| Octal | 235 | 131 | 372 | 45 | 100 | 0 | 2 | 411 | 136 | 102 |
| Binary | 10011101 | 1011001 | 11111010 | 100101 | 1000000 | 0 | 10 | 100001001 | 1011110 | 1000010 |
Color Harmonies of #9D59FA
Complementary color
Monochromatic Colors of #9D59FA
Black with #9D59FA
Text Example
Text Example
White with #9D59FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D59FA; }
p { color: rgb(157,89,250); }
H1.HeaderClassName
{
color: #9D59FA;
}
.AnyTagClassName
{
color: #9D59FA;
}
</style>
background-color css
<style>
a { background-color: #9D59FA; }
a { background-color: rgb(157,89,250); }
div.DivClassName
{
background-color: #9D59FA;
}
.BgClassName
{
background-color: #9D59FA;
}
</style>
border-color css
<style>
span { border-color: #9D59FA; }
span { border-color: rgb(157,89,250); }
td.TdClassName
{
border-color: #9D59FA;
}
.TagClassName
{
border-color: #9D59FA;
}
</style>