Shades of Medium Purple #9573ED
Tints of Medium Purple #9573ED
RGB
CMYK
RGB Variations
Color information
#9573ED (or 0x9573ED) is known color: Medium Purple. HEX triplet: 95, 73 and ED. RGB value is (149,115,237). Sum of RGB (Red+Green+Blue) = 149+115+237=501 (66% of max value = 765). Red value is 149 (58.59% from 255 or 29.74% from 501); Green value is 115 (45.31% from 255 or 22.95% from 501); Blue value is 237 (92.97% from 255 or 47.31% from 501); Max value from RGB is 237 - color contains mainly: blue. Hex color #9573ED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9573ED is #6A8C12. Grayscale: #8A8A8A. Windows color (decimal): -6982675 or 15561621. OLE color: 15561621.
HSL color Cylindrical-coordinate representation of color #9573ED: hue angle of 256.72º degrees, saturation: 0.77, 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 #9573ED is Cyan = 0.37, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 149 | 115 | 237 | - |
| CMYK | 0.37 | 0.51 | 0 | 0.07 |
| HSL | 256.72º | 0.77% | 0.69% | - |
| HSV(B) | 256.72º | 0.51% | 0.93% | - |
| XYZ | 33.81 | 24.77 | 83.12 | - |
| YUV | 139.07 | 183.26 | 135.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 115 | 237 | 0.37 | 0.51 | 0 | 0.07 | 256.72 | 0.77 | 0.69 |
| Hex | 95 | 73 | ED | 25 | 33 | 0 | 7 | 101 | 4D | 45 |
| Octal | 225 | 163 | 355 | 45 | 63 | 0 | 7 | 401 | 115 | 105 |
| Binary | 10010101 | 1110011 | 11101101 | 100101 | 110011 | 0 | 111 | 100000001 | 1001101 | 1000101 |
Color Harmonies of #9573ED
Complementary color
Monochromatic Colors of #9573ED
Black with #9573ED
Text Example
Text Example
White with #9573ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9573ED; }
p { color: rgb(149,115,237); }
H1.HeaderClassName
{
color: #9573ED;
}
.AnyTagClassName
{
color: #9573ED;
}
</style>
background-color css
<style>
a { background-color: #9573ED; }
a { background-color: rgb(149,115,237); }
div.DivClassName
{
background-color: #9573ED;
}
.BgClassName
{
background-color: #9573ED;
}
</style>
border-color css
<style>
span { border-color: #9573ED; }
span { border-color: rgb(149,115,237); }
td.TdClassName
{
border-color: #9573ED;
}
.TagClassName
{
border-color: #9573ED;
}
</style>