Shades of Medium Purple #9577EC
Tints of Medium Purple #9577EC
RGB
CMYK
RGB Variations
Color information
#9577EC (or 0x9577EC) is known color: Medium Purple. HEX triplet: 95, 77 and EC. RGB value is (149,119,236). Sum of RGB (Red+Green+Blue) = 149+119+236=504 (66% of max value = 765). Red value is 149 (58.59% from 255 or 29.56% from 504); Green value is 119 (46.88% from 255 or 23.61% from 504); Blue value is 236 (92.58% from 255 or 46.83% from 504); Max value from RGB is 236 - color contains mainly: blue. Hex color #9577EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9577EC is #6A8813. Grayscale: #8C8C8C. Windows color (decimal): -6981652 or 15497109. OLE color: 15497109.
HSL color Cylindrical-coordinate representation of color #9577EC: hue angle of 255.38º degrees, saturation: 0.75, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9577EC is Cyan = 0.37, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 149 | 119 | 236 | - |
| CMYK | 0.37 | 0.50 | 0 | 0.07 |
| HSL | 255.38º | 0.75% | 0.7% | - |
| HSV(B) | 255.38º | 0.5% | 0.93% | - |
| XYZ | 34.13 | 25.64 | 82.51 | - |
| YUV | 141.31 | 181.44 | 133.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 119 | 236 | 0.37 | 0.50 | 0 | 0.07 | 255.38 | 0.75 | 0.7 |
| Hex | 95 | 77 | EC | 25 | 32 | 0 | 7 | FF | 4B | 46 |
| Octal | 225 | 167 | 354 | 45 | 62 | 0 | 7 | 377 | 113 | 106 |
| Binary | 10010101 | 1110111 | 11101100 | 100101 | 110010 | 0 | 111 | 11111111 | 1001011 | 1000110 |
Color Harmonies of #9577EC
Complementary color
Monochromatic Colors of #9577EC
Black with #9577EC
Text Example
Text Example
White with #9577EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9577EC; }
p { color: rgb(149,119,236); }
H1.HeaderClassName
{
color: #9577EC;
}
.AnyTagClassName
{
color: #9577EC;
}
</style>
background-color css
<style>
a { background-color: #9577EC; }
a { background-color: rgb(149,119,236); }
div.DivClassName
{
background-color: #9577EC;
}
.BgClassName
{
background-color: #9577EC;
}
</style>
border-color css
<style>
span { border-color: #9577EC; }
span { border-color: rgb(149,119,236); }
td.TdClassName
{
border-color: #9577EC;
}
.TagClassName
{
border-color: #9577EC;
}
</style>