Shades of Medium Purple #9D77EC
Tints of Medium Purple #9D77EC
RGB
CMYK
RGB Variations
Color information
#9D77EC (or 0x9D77EC) is known color: Medium Purple. HEX triplet: 9D, 77 and EC. RGB value is (157,119,236). Sum of RGB (Red+Green+Blue) = 157+119+236=512 (67% of max value = 765). Red value is 157 (61.72% from 255 or 30.66% from 512); Green value is 119 (46.88% from 255 or 23.24% from 512); Blue value is 236 (92.58% from 255 or 46.09% from 512); Max value from RGB is 236 - color contains mainly: blue. Hex color #9D77EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9D77EC is #628813. Grayscale: #8F8F8F. Windows color (decimal): -6457364 or 15497117. OLE color: 15497117.
HSL color Cylindrical-coordinate representation of color #9D77EC: hue angle of 259.49º 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 #9D77EC is Cyan = 0.33, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 157 | 119 | 236 | - |
| CMYK | 0.33 | 0.50 | 0 | 0.07 |
| HSL | 259.49º | 0.75% | 0.7% | - |
| HSV(B) | 259.49º | 0.5% | 0.93% | - |
| XYZ | 35.64 | 26.42 | 82.58 | - |
| YUV | 143.7 | 180.09 | 137.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 119 | 236 | 0.33 | 0.50 | 0 | 0.07 | 259.49 | 0.75 | 0.7 |
| Hex | 9D | 77 | EC | 21 | 32 | 0 | 7 | 103 | 4B | 46 |
| Octal | 235 | 167 | 354 | 41 | 62 | 0 | 7 | 403 | 113 | 106 |
| Binary | 10011101 | 1110111 | 11101100 | 100001 | 110010 | 0 | 111 | 100000011 | 1001011 | 1000110 |
Color Harmonies of #9D77EC
Complementary color
Monochromatic Colors of #9D77EC
Black with #9D77EC
Text Example
Text Example
White with #9D77EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D77EC; }
p { color: rgb(157,119,236); }
H1.HeaderClassName
{
color: #9D77EC;
}
.AnyTagClassName
{
color: #9D77EC;
}
</style>
background-color css
<style>
a { background-color: #9D77EC; }
a { background-color: rgb(157,119,236); }
div.DivClassName
{
background-color: #9D77EC;
}
.BgClassName
{
background-color: #9D77EC;
}
</style>
border-color css
<style>
span { border-color: #9D77EC; }
span { border-color: rgb(157,119,236); }
td.TdClassName
{
border-color: #9D77EC;
}
.TagClassName
{
border-color: #9D77EC;
}
</style>