Shades of Medium Purple #9570EC
Tints of Medium Purple #9570EC
RGB
CMYK
RGB Variations
Color information
#9570EC (or 0x9570EC) is known color: Medium Purple. HEX triplet: 95, 70 and EC. RGB value is (149,112,236). Sum of RGB (Red+Green+Blue) = 149+112+236=497 (65% of max value = 765). Red value is 149 (58.59% from 255 or 29.98% from 497); Green value is 112 (44.14% from 255 or 22.54% from 497); Blue value is 236 (92.58% from 255 or 47.48% from 497); Max value from RGB is 236 - color contains mainly: blue. Hex color #9570EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9570EC is #6A8F13. Grayscale: #888888. Windows color (decimal): -6983444 or 15495317. OLE color: 15495317.
HSL color Cylindrical-coordinate representation of color #9570EC: hue angle of 257.9º degrees, saturation: 0.77, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9570EC is Cyan = 0.37, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 149 | 112 | 236 | - |
| CMYK | 0.37 | 0.53 | 0 | 0.07 |
| HSL | 257.9º | 0.77% | 0.68% | - |
| HSV(B) | 257.9º | 0.53% | 0.93% | - |
| XYZ | 33.33 | 24.03 | 82.24 | - |
| YUV | 137.2 | 183.76 | 136.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 112 | 236 | 0.37 | 0.53 | 0 | 0.07 | 257.9 | 0.77 | 0.68 |
| Hex | 95 | 70 | EC | 25 | 35 | 0 | 7 | 102 | 4D | 44 |
| Octal | 225 | 160 | 354 | 45 | 65 | 0 | 7 | 402 | 115 | 104 |
| Binary | 10010101 | 1110000 | 11101100 | 100101 | 110101 | 0 | 111 | 100000010 | 1001101 | 1000100 |
Color Harmonies of #9570EC
Complementary color
Monochromatic Colors of #9570EC
Black with #9570EC
Text Example
Text Example
White with #9570EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9570EC; }
p { color: rgb(149,112,236); }
H1.HeaderClassName
{
color: #9570EC;
}
.AnyTagClassName
{
color: #9570EC;
}
</style>
background-color css
<style>
a { background-color: #9570EC; }
a { background-color: rgb(149,112,236); }
div.DivClassName
{
background-color: #9570EC;
}
.BgClassName
{
background-color: #9570EC;
}
</style>
border-color css
<style>
span { border-color: #9570EC; }
span { border-color: rgb(149,112,236); }
td.TdClassName
{
border-color: #9570EC;
}
.TagClassName
{
border-color: #9570EC;
}
</style>