Shades of Medium Purple #9D6DE0
Tints of Medium Purple #9D6DE0
RGB
CMYK
RGB Variations
Color information
#9D6DE0 (or 0x9D6DE0) is known color: Medium Purple. HEX triplet: 9D, 6D and E0. RGB value is (157,109,224). Sum of RGB (Red+Green+Blue) = 157+109+224=490 (64% of max value = 765). Red value is 157 (61.72% from 255 or 32.04% from 490); Green value is 109 (42.97% from 255 or 22.24% from 490); Blue value is 224 (87.89% from 255 or 45.71% from 490); Max value from RGB is 224 - color contains mainly: blue. Hex color #9D6DE0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9D6DE0 is #62921F. Grayscale: #888888. Windows color (decimal): -6459936 or 14708125. OLE color: 14708125.
HSL color Cylindrical-coordinate representation of color #9D6DE0: hue angle of 265.04º degrees, saturation: 0.65, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9D6DE0 is Cyan = 0.30, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 157 | 109 | 224 | - |
| CMYK | 0.30 | 0.51 | 0 | 0.12 |
| HSL | 265.04º | 0.65% | 0.65% | - |
| HSV(B) | 265.04º | 0.51% | 0.88% | - |
| XYZ | 32.83 | 23.49 | 73.32 | - |
| YUV | 136.46 | 177.4 | 142.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 109 | 224 | 0.30 | 0.51 | 0 | 0.12 | 265.04 | 0.65 | 0.65 |
| Hex | 9D | 6D | E0 | 1E | 33 | 0 | C | 109 | 41 | 41 |
| Octal | 235 | 155 | 340 | 36 | 63 | 0 | 14 | 411 | 101 | 101 |
| Binary | 10011101 | 1101101 | 11100000 | 11110 | 110011 | 0 | 1100 | 100001001 | 1000001 | 1000001 |
Color Harmonies of #9D6DE0
Complementary color
Monochromatic Colors of #9D6DE0
Black with #9D6DE0
Text Example
Text Example
White with #9D6DE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D6DE0; }
p { color: rgb(157,109,224); }
H1.HeaderClassName
{
color: #9D6DE0;
}
.AnyTagClassName
{
color: #9D6DE0;
}
</style>
background-color css
<style>
a { background-color: #9D6DE0; }
a { background-color: rgb(157,109,224); }
div.DivClassName
{
background-color: #9D6DE0;
}
.BgClassName
{
background-color: #9D6DE0;
}
</style>
border-color css
<style>
span { border-color: #9D6DE0; }
span { border-color: rgb(157,109,224); }
td.TdClassName
{
border-color: #9D6DE0;
}
.TagClassName
{
border-color: #9D6DE0;
}
</style>