Shades of Medium Purple #9D7DD2
Tints of Medium Purple #9D7DD2
RGB
CMYK
RGB Variations
Color information
#9D7DD2 (or 0x9D7DD2) is known color: Medium Purple. HEX triplet: 9D, 7D and D2. RGB value is (157,125,210). Sum of RGB (Red+Green+Blue) = 157+125+210=492 (65% of max value = 765). Red value is 157 (61.72% from 255 or 31.91% from 492); Green value is 125 (49.22% from 255 or 25.41% from 492); Blue value is 210 (82.42% from 255 or 42.68% from 492); Max value from RGB is 210 - color contains mainly: blue. Hex color #9D7DD2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9D7DD2 is #62822D. Grayscale: #8F8F8F. Windows color (decimal): -6455854 or 13794717. OLE color: 13794717.
HSL color Cylindrical-coordinate representation of color #9D7DD2: hue angle of 262.59º degrees, saturation: 0.49, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9D7DD2 is Cyan = 0.25, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 157 | 125 | 210 | - |
| CMYK | 0.25 | 0.40 | 0 | 0.18 |
| HSL | 262.59º | 0.49% | 0.66% | - |
| HSV(B) | 262.59º | 0.4% | 0.82% | - |
| XYZ | 32.87 | 26.49 | 64.35 | - |
| YUV | 144.26 | 165.1 | 137.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 125 | 210 | 0.25 | 0.40 | 0 | 0.18 | 262.59 | 0.49 | 0.66 |
| Hex | 9D | 7D | D2 | 19 | 28 | 0 | 12 | 107 | 31 | 42 |
| Octal | 235 | 175 | 322 | 31 | 50 | 0 | 22 | 407 | 61 | 102 |
| Binary | 10011101 | 1111101 | 11010010 | 11001 | 101000 | 0 | 10010 | 100000111 | 110001 | 1000010 |
Color Harmonies of #9D7DD2
Complementary color
Monochromatic Colors of #9D7DD2
Black with #9D7DD2
Text Example
Text Example
White with #9D7DD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D7DD2; }
p { color: rgb(157,125,210); }
H1.HeaderClassName
{
color: #9D7DD2;
}
.AnyTagClassName
{
color: #9D7DD2;
}
</style>
background-color css
<style>
a { background-color: #9D7DD2; }
a { background-color: rgb(157,125,210); }
div.DivClassName
{
background-color: #9D7DD2;
}
.BgClassName
{
background-color: #9D7DD2;
}
</style>
border-color css
<style>
span { border-color: #9D7DD2; }
span { border-color: rgb(157,125,210); }
td.TdClassName
{
border-color: #9D7DD2;
}
.TagClassName
{
border-color: #9D7DD2;
}
</style>