Shades of Medium Purple #9D6DED
Tints of Medium Purple #9D6DED
RGB
CMYK
RGB Variations
Color information
#9D6DED (or 0x9D6DED) is known color: Medium Purple. HEX triplet: 9D, 6D and ED. RGB value is (157,109,237). Sum of RGB (Red+Green+Blue) = 157+109+237=503 (66% of max value = 765). Red value is 157 (61.72% from 255 or 31.21% from 503); Green value is 109 (42.97% from 255 or 21.67% from 503); Blue value is 237 (92.97% from 255 or 47.12% from 503); Max value from RGB is 237 - color contains mainly: blue. Hex color #9D6DED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9D6DED is #629212. Grayscale: #898989. Windows color (decimal): -6459923 or 15560093. OLE color: 15560093.
HSL color Cylindrical-coordinate representation of color #9D6DED: hue angle of 262.5º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9D6DED is Cyan = 0.34, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 157 | 109 | 237 | - |
| CMYK | 0.34 | 0.54 | 0 | 0.07 |
| HSL | 262.5º | 0.78% | 0.68% | - |
| HSV(B) | 262.5º | 0.54% | 0.93% | - |
| XYZ | 34.66 | 24.22 | 82.97 | - |
| YUV | 137.94 | 183.9 | 141.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 109 | 237 | 0.34 | 0.54 | 0 | 0.07 | 262.5 | 0.78 | 0.68 |
| Hex | 9D | 6D | ED | 22 | 36 | 0 | 7 | 106 | 4E | 44 |
| Octal | 235 | 155 | 355 | 42 | 66 | 0 | 7 | 406 | 116 | 104 |
| Binary | 10011101 | 1101101 | 11101101 | 100010 | 110110 | 0 | 111 | 100000110 | 1001110 | 1000100 |
Color Harmonies of #9D6DED
Complementary color
Monochromatic Colors of #9D6DED
Black with #9D6DED
Text Example
Text Example
White with #9D6DED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D6DED; }
p { color: rgb(157,109,237); }
H1.HeaderClassName
{
color: #9D6DED;
}
.AnyTagClassName
{
color: #9D6DED;
}
</style>
background-color css
<style>
a { background-color: #9D6DED; }
a { background-color: rgb(157,109,237); }
div.DivClassName
{
background-color: #9D6DED;
}
.BgClassName
{
background-color: #9D6DED;
}
</style>
border-color css
<style>
span { border-color: #9D6DED; }
span { border-color: rgb(157,109,237); }
td.TdClassName
{
border-color: #9D6DED;
}
.TagClassName
{
border-color: #9D6DED;
}
</style>