Shades of Medium Purple #9573E5
Tints of Medium Purple #9573E5
RGB
CMYK
RGB Variations
Color information
#9573E5 (or 0x9573E5) is known color: Medium Purple. HEX triplet: 95, 73 and E5. RGB value is (149,115,229). Sum of RGB (Red+Green+Blue) = 149+115+229=493 (65% of max value = 765). Red value is 149 (58.59% from 255 or 30.22% from 493); Green value is 115 (45.31% from 255 or 23.33% from 493); Blue value is 229 (89.84% from 255 or 46.45% from 493); Max value from RGB is 229 - color contains mainly: blue. Hex color #9573E5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9573E5 is #6A8C1A. Grayscale: #898989. Windows color (decimal): -6982683 or 15037333. OLE color: 15037333.
HSL color Cylindrical-coordinate representation of color #9573E5: hue angle of 257.89º degrees, saturation: 0.69, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9573E5 is Cyan = 0.35, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 149 | 115 | 229 | - |
| CMYK | 0.35 | 0.50 | 0 | 0.10 |
| HSL | 257.89º | 0.69% | 0.67% | - |
| HSV(B) | 257.89º | 0.5% | 0.9% | - |
| XYZ | 32.67 | 24.31 | 77.1 | - |
| YUV | 138.16 | 179.26 | 135.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 115 | 229 | 0.35 | 0.50 | 0 | 0.10 | 257.89 | 0.69 | 0.67 |
| Hex | 95 | 73 | E5 | 23 | 32 | 0 | A | 102 | 45 | 43 |
| Octal | 225 | 163 | 345 | 43 | 62 | 0 | 12 | 402 | 105 | 103 |
| Binary | 10010101 | 1110011 | 11100101 | 100011 | 110010 | 0 | 1010 | 100000010 | 1000101 | 1000011 |
Color Harmonies of #9573E5
Complementary color
Monochromatic Colors of #9573E5
Black with #9573E5
Text Example
Text Example
White with #9573E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9573E5; }
p { color: rgb(149,115,229); }
H1.HeaderClassName
{
color: #9573E5;
}
.AnyTagClassName
{
color: #9573E5;
}
</style>
background-color css
<style>
a { background-color: #9573E5; }
a { background-color: rgb(149,115,229); }
div.DivClassName
{
background-color: #9573E5;
}
.BgClassName
{
background-color: #9573E5;
}
</style>
border-color css
<style>
span { border-color: #9573E5; }
span { border-color: rgb(149,115,229); }
td.TdClassName
{
border-color: #9573E5;
}
.TagClassName
{
border-color: #9573E5;
}
</style>