Shades of Medium Purple #9D6EDD
Tints of Medium Purple #9D6EDD
RGB
CMYK
RGB Variations
Color information
#9D6EDD (or 0x9D6EDD) is known color: Medium Purple. HEX triplet: 9D, 6E and DD. RGB value is (157,110,221). Sum of RGB (Red+Green+Blue) = 157+110+221=488 (64% of max value = 765). Red value is 157 (61.72% from 255 or 32.17% from 488); Green value is 110 (43.36% from 255 or 22.54% from 488); Blue value is 221 (86.72% from 255 or 45.29% from 488); Max value from RGB is 221 - color contains mainly: blue. Hex color #9D6EDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9D6EDD is #629122. Grayscale: #888888. Windows color (decimal): -6459683 or 14511773. OLE color: 14511773.
HSL color Cylindrical-coordinate representation of color #9D6EDD: hue angle of 265.41º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9D6EDD is Cyan = 0.29, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 157 | 110 | 221 | - |
| CMYK | 0.29 | 0.50 | 0 | 0.13 |
| HSL | 265.41º | 0.62% | 0.65% | - |
| HSV(B) | 265.41º | 0.5% | 0.87% | - |
| XYZ | 32.53 | 23.54 | 71.24 | - |
| YUV | 136.71 | 175.57 | 142.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 110 | 221 | 0.29 | 0.50 | 0 | 0.13 | 265.41 | 0.62 | 0.65 |
| Hex | 9D | 6E | DD | 1D | 32 | 0 | D | 109 | 3E | 41 |
| Octal | 235 | 156 | 335 | 35 | 62 | 0 | 15 | 411 | 76 | 101 |
| Binary | 10011101 | 1101110 | 11011101 | 11101 | 110010 | 0 | 1101 | 100001001 | 111110 | 1000001 |
Color Harmonies of #9D6EDD
Complementary color
Monochromatic Colors of #9D6EDD
Black with #9D6EDD
Text Example
Text Example
White with #9D6EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D6EDD; }
p { color: rgb(157,110,221); }
H1.HeaderClassName
{
color: #9D6EDD;
}
.AnyTagClassName
{
color: #9D6EDD;
}
</style>
background-color css
<style>
a { background-color: #9D6EDD; }
a { background-color: rgb(157,110,221); }
div.DivClassName
{
background-color: #9D6EDD;
}
.BgClassName
{
background-color: #9D6EDD;
}
</style>
border-color css
<style>
span { border-color: #9D6EDD; }
span { border-color: rgb(157,110,221); }
td.TdClassName
{
border-color: #9D6EDD;
}
.TagClassName
{
border-color: #9D6EDD;
}
</style>