Shades of Medium Purple #9571F0
Tints of Medium Purple #9571F0
RGB
CMYK
RGB Variations
Color information
#9571F0 (or 0x9571F0) is known color: Medium Purple. HEX triplet: 95, 71 and F0. RGB value is (149,113,240). Sum of RGB (Red+Green+Blue) = 149+113+240=502 (66% of max value = 765). Red value is 149 (58.59% from 255 or 29.68% from 502); Green value is 113 (44.53% from 255 or 22.51% from 502); Blue value is 240 (94.14% from 255 or 47.81% from 502); Max value from RGB is 240 - color contains mainly: blue. Hex color #9571F0 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9571F0 is #6A8E0F. Grayscale: #898989. Windows color (decimal): -6983184 or 15757717. OLE color: 15757717.
HSL color Cylindrical-coordinate representation of color #9571F0: hue angle of 257.01º degrees, saturation: 0.81, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9571F0 is Cyan = 0.38, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 149 | 113 | 240 | - |
| CMYK | 0.38 | 0.53 | 0 | 0.06 |
| HSL | 257.01º | 0.81% | 0.69% | - |
| HSV(B) | 257.01º | 0.53% | 0.94% | - |
| XYZ | 34.03 | 24.49 | 85.37 | - |
| YUV | 138.24 | 185.43 | 135.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 113 | 240 | 0.38 | 0.53 | 0 | 0.06 | 257.01 | 0.81 | 0.69 |
| Hex | 95 | 71 | F0 | 26 | 35 | 0 | 6 | 101 | 51 | 45 |
| Octal | 225 | 161 | 360 | 46 | 65 | 0 | 6 | 401 | 121 | 105 |
| Binary | 10010101 | 1110001 | 11110000 | 100110 | 110101 | 0 | 110 | 100000001 | 1010001 | 1000101 |
Color Harmonies of #9571F0
Complementary color
Monochromatic Colors of #9571F0
Black with #9571F0
Text Example
Text Example
White with #9571F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9571F0; }
p { color: rgb(149,113,240); }
H1.HeaderClassName
{
color: #9571F0;
}
.AnyTagClassName
{
color: #9571F0;
}
</style>
background-color css
<style>
a { background-color: #9571F0; }
a { background-color: rgb(149,113,240); }
div.DivClassName
{
background-color: #9571F0;
}
.BgClassName
{
background-color: #9571F0;
}
</style>
border-color css
<style>
span { border-color: #9571F0; }
span { border-color: rgb(149,113,240); }
td.TdClassName
{
border-color: #9571F0;
}
.TagClassName
{
border-color: #9571F0;
}
</style>