Shades of Medium Purple #9575EC
Tints of Medium Purple #9575EC
RGB
CMYK
RGB Variations
Color information
#9575EC (or 0x9575EC) is known color: Medium Purple. HEX triplet: 95, 75 and EC. RGB value is (149,117,236). Sum of RGB (Red+Green+Blue) = 149+117+236=502 (66% of max value = 765). Red value is 149 (58.59% from 255 or 29.68% from 502); Green value is 117 (46.09% from 255 or 23.31% from 502); Blue value is 236 (92.58% from 255 or 47.01% from 502); Max value from RGB is 236 - color contains mainly: blue. Hex color #9575EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9575EC is #6A8A13. Grayscale: #8B8B8B. Windows color (decimal): -6982164 or 15496597. OLE color: 15496597.
HSL color Cylindrical-coordinate representation of color #9575EC: hue angle of 256.13º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9575EC is Cyan = 0.37, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 149 | 117 | 236 | - |
| CMYK | 0.37 | 0.50 | 0 | 0.07 |
| HSL | 256.13º | 0.76% | 0.69% | - |
| HSV(B) | 256.13º | 0.5% | 0.93% | - |
| XYZ | 33.9 | 25.17 | 82.43 | - |
| YUV | 140.13 | 182.1 | 134.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 117 | 236 | 0.37 | 0.50 | 0 | 0.07 | 256.13 | 0.76 | 0.69 |
| Hex | 95 | 75 | EC | 25 | 32 | 0 | 7 | 100 | 4C | 45 |
| Octal | 225 | 165 | 354 | 45 | 62 | 0 | 7 | 400 | 114 | 105 |
| Binary | 10010101 | 1110101 | 11101100 | 100101 | 110010 | 0 | 111 | 100000000 | 1001100 | 1000101 |
Color Harmonies of #9575EC
Complementary color
Monochromatic Colors of #9575EC
Black with #9575EC
Text Example
Text Example
White with #9575EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9575EC; }
p { color: rgb(149,117,236); }
H1.HeaderClassName
{
color: #9575EC;
}
.AnyTagClassName
{
color: #9575EC;
}
</style>
background-color css
<style>
a { background-color: #9575EC; }
a { background-color: rgb(149,117,236); }
div.DivClassName
{
background-color: #9575EC;
}
.BgClassName
{
background-color: #9575EC;
}
</style>
border-color css
<style>
span { border-color: #9575EC; }
span { border-color: rgb(149,117,236); }
td.TdClassName
{
border-color: #9575EC;
}
.TagClassName
{
border-color: #9575EC;
}
</style>