Shades of Medium Purple #9573EC
Tints of Medium Purple #9573EC
RGB
CMYK
RGB Variations
Color information
#9573EC (or 0x9573EC) is known color: Medium Purple. HEX triplet: 95, 73 and EC. RGB value is (149,115,236). Sum of RGB (Red+Green+Blue) = 149+115+236=500 (66% of max value = 765). Red value is 149 (58.59% from 255 or 29.8% from 500); Green value is 115 (45.31% from 255 or 23% from 500); Blue value is 236 (92.58% from 255 or 47.2% from 500); Max value from RGB is 236 - color contains mainly: blue. Hex color #9573EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9573EC is #6A8C13. Grayscale: #8A8A8A. Windows color (decimal): -6982676 or 15496085. OLE color: 15496085.
HSL color Cylindrical-coordinate representation of color #9573EC: hue angle of 256.86º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9573EC is Cyan = 0.37, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 149 | 115 | 236 | - |
| CMYK | 0.37 | 0.51 | 0 | 0.07 |
| HSL | 256.86º | 0.76% | 0.69% | - |
| HSV(B) | 256.86º | 0.51% | 0.93% | - |
| XYZ | 33.67 | 24.71 | 82.35 | - |
| YUV | 138.96 | 182.76 | 135.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 115 | 236 | 0.37 | 0.51 | 0 | 0.07 | 256.86 | 0.76 | 0.69 |
| Hex | 95 | 73 | EC | 25 | 33 | 0 | 7 | 101 | 4C | 45 |
| Octal | 225 | 163 | 354 | 45 | 63 | 0 | 7 | 401 | 114 | 105 |
| Binary | 10010101 | 1110011 | 11101100 | 100101 | 110011 | 0 | 111 | 100000001 | 1001100 | 1000101 |
Color Harmonies of #9573EC
Complementary color
Monochromatic Colors of #9573EC
Black with #9573EC
Text Example
Text Example
White with #9573EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9573EC; }
p { color: rgb(149,115,236); }
H1.HeaderClassName
{
color: #9573EC;
}
.AnyTagClassName
{
color: #9573EC;
}
</style>
background-color css
<style>
a { background-color: #9573EC; }
a { background-color: rgb(149,115,236); }
div.DivClassName
{
background-color: #9573EC;
}
.BgClassName
{
background-color: #9573EC;
}
</style>
border-color css
<style>
span { border-color: #9573EC; }
span { border-color: rgb(149,115,236); }
td.TdClassName
{
border-color: #9573EC;
}
.TagClassName
{
border-color: #9573EC;
}
</style>