Shades of Medium Purple #9D59F1
Tints of Medium Purple #9D59F1
RGB
CMYK
RGB Variations
Color information
#9D59F1 (or 0x9D59F1) is known color: Medium Purple. HEX triplet: 9D, 59 and F1. RGB value is (157,89,241). Sum of RGB (Red+Green+Blue) = 157+89+241=487 (64% of max value = 765). Red value is 157 (61.72% from 255 or 32.24% from 487); Green value is 89 (35.16% from 255 or 18.28% from 487); Blue value is 241 (94.53% from 255 or 49.49% from 487); Max value from RGB is 241 - color contains mainly: blue. Hex color #9D59F1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9D59F1 is #62A60E. Grayscale: #7E7E7E. Windows color (decimal): -6465039 or 15817117. OLE color: 15817117.
HSL color Cylindrical-coordinate representation of color #9D59F1: hue angle of 266.84º degrees, saturation: 0.84, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #9D59F1 is Cyan = 0.35, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 157 | 89 | 241 | - |
| CMYK | 0.35 | 0.63 | 0 | 0.05 |
| HSL | 266.84º | 0.84% | 0.65% | - |
| HSV(B) | 266.84º | 0.63% | 0.95% | - |
| XYZ | 33.35 | 20.66 | 85.45 | - |
| YUV | 126.66 | 192.53 | 149.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 89 | 241 | 0.35 | 0.63 | 0 | 0.05 | 266.84 | 0.84 | 0.65 |
| Hex | 9D | 59 | F1 | 23 | 3F | 0 | 5 | 10B | 54 | 41 |
| Octal | 235 | 131 | 361 | 43 | 77 | 0 | 5 | 413 | 124 | 101 |
| Binary | 10011101 | 1011001 | 11110001 | 100011 | 111111 | 0 | 101 | 100001011 | 1010100 | 1000001 |
Color Harmonies of #9D59F1
Complementary color
Monochromatic Colors of #9D59F1
Black with #9D59F1
Text Example
Text Example
White with #9D59F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D59F1; }
p { color: rgb(157,89,241); }
H1.HeaderClassName
{
color: #9D59F1;
}
.AnyTagClassName
{
color: #9D59F1;
}
</style>
background-color css
<style>
a { background-color: #9D59F1; }
a { background-color: rgb(157,89,241); }
div.DivClassName
{
background-color: #9D59F1;
}
.BgClassName
{
background-color: #9D59F1;
}
</style>
border-color css
<style>
span { border-color: #9D59F1; }
span { border-color: rgb(157,89,241); }
td.TdClassName
{
border-color: #9D59F1;
}
.TagClassName
{
border-color: #9D59F1;
}
</style>