Shades of Medium Purple #9D7BD5
Tints of Medium Purple #9D7BD5
RGB
CMYK
RGB Variations
Color information
#9D7BD5 (or 0x9D7BD5) is known color: Medium Purple. HEX triplet: 9D, 7B and D5. RGB value is (157,123,213). Sum of RGB (Red+Green+Blue) = 157+123+213=493 (65% of max value = 765). Red value is 157 (61.72% from 255 or 31.85% from 493); Green value is 123 (48.44% from 255 or 24.95% from 493); Blue value is 213 (83.59% from 255 or 43.20% from 493); Max value from RGB is 213 - color contains mainly: blue. Hex color #9D7BD5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9D7BD5 is #62842A. Grayscale: #8F8F8F. Windows color (decimal): -6456363 or 13990813. OLE color: 13990813.
HSL color Cylindrical-coordinate representation of color #9D7BD5: hue angle of 262.67º degrees, saturation: 0.52, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9D7BD5 is Cyan = 0.26, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 157 | 123 | 213 | - |
| CMYK | 0.26 | 0.42 | 0 | 0.16 |
| HSL | 262.67º | 0.52% | 0.66% | - |
| HSV(B) | 262.67º | 0.42% | 0.84% | - |
| XYZ | 33 | 26.14 | 66.26 | - |
| YUV | 143.43 | 167.26 | 137.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 123 | 213 | 0.26 | 0.42 | 0 | 0.16 | 262.67 | 0.52 | 0.66 |
| Hex | 9D | 7B | D5 | 1A | 2A | 0 | 10 | 107 | 34 | 42 |
| Octal | 235 | 173 | 325 | 32 | 52 | 0 | 20 | 407 | 64 | 102 |
| Binary | 10011101 | 1111011 | 11010101 | 11010 | 101010 | 0 | 10000 | 100000111 | 110100 | 1000010 |
Color Harmonies of #9D7BD5
Complementary color
Monochromatic Colors of #9D7BD5
Black with #9D7BD5
Text Example
Text Example
White with #9D7BD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D7BD5; }
p { color: rgb(157,123,213); }
H1.HeaderClassName
{
color: #9D7BD5;
}
.AnyTagClassName
{
color: #9D7BD5;
}
</style>
background-color css
<style>
a { background-color: #9D7BD5; }
a { background-color: rgb(157,123,213); }
div.DivClassName
{
background-color: #9D7BD5;
}
.BgClassName
{
background-color: #9D7BD5;
}
</style>
border-color css
<style>
span { border-color: #9D7BD5; }
span { border-color: rgb(157,123,213); }
td.TdClassName
{
border-color: #9D7BD5;
}
.TagClassName
{
border-color: #9D7BD5;
}
</style>