Shades of Medium Purple #9D77EE
Tints of Medium Purple #9D77EE
RGB
CMYK
RGB Variations
Color information
#9D77EE (or 0x9D77EE) is known color: Medium Purple. HEX triplet: 9D, 77 and EE. RGB value is (157,119,238). Sum of RGB (Red+Green+Blue) = 157+119+238=514 (68% of max value = 765). Red value is 157 (61.72% from 255 or 30.54% from 514); Green value is 119 (46.88% from 255 or 23.15% from 514); Blue value is 238 (93.36% from 255 or 46.30% from 514); Max value from RGB is 238 - color contains mainly: blue. Hex color #9D77EE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9D77EE is #628811. Grayscale: #8F8F8F. Windows color (decimal): -6457362 or 15628189. OLE color: 15628189.
HSL color Cylindrical-coordinate representation of color #9D77EE: hue angle of 259.16º degrees, saturation: 0.78, 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 #9D77EE is Cyan = 0.34, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 157 | 119 | 238 | - |
| CMYK | 0.34 | 0.50 | 0 | 0.07 |
| HSL | 259.16º | 0.78% | 0.7% | - |
| HSV(B) | 259.16º | 0.5% | 0.93% | - |
| XYZ | 35.93 | 26.53 | 84.12 | - |
| YUV | 143.93 | 181.09 | 137.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 119 | 238 | 0.34 | 0.50 | 0 | 0.07 | 259.16 | 0.78 | 0.7 |
| Hex | 9D | 77 | EE | 22 | 32 | 0 | 7 | 103 | 4E | 46 |
| Octal | 235 | 167 | 356 | 42 | 62 | 0 | 7 | 403 | 116 | 106 |
| Binary | 10011101 | 1110111 | 11101110 | 100010 | 110010 | 0 | 111 | 100000011 | 1001110 | 1000110 |
Color Harmonies of #9D77EE
Complementary color
Monochromatic Colors of #9D77EE
Black with #9D77EE
Text Example
Text Example
White with #9D77EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D77EE; }
p { color: rgb(157,119,238); }
H1.HeaderClassName
{
color: #9D77EE;
}
.AnyTagClassName
{
color: #9D77EE;
}
</style>
background-color css
<style>
a { background-color: #9D77EE; }
a { background-color: rgb(157,119,238); }
div.DivClassName
{
background-color: #9D77EE;
}
.BgClassName
{
background-color: #9D77EE;
}
</style>
border-color css
<style>
span { border-color: #9D77EE; }
span { border-color: rgb(157,119,238); }
td.TdClassName
{
border-color: #9D77EE;
}
.TagClassName
{
border-color: #9D77EE;
}
</style>