Shades of Medium Purple #9D7DF3
Tints of Medium Purple #9D7DF3
RGB
CMYK
RGB Variations
Color information
#9D7DF3 (or 0x9D7DF3) is known color: Medium Purple. HEX triplet: 9D, 7D and F3. RGB value is (157,125,243). Sum of RGB (Red+Green+Blue) = 157+125+243=525 (69% of max value = 765). Red value is 157 (61.72% from 255 or 29.90% from 525); Green value is 125 (49.22% from 255 or 23.81% from 525); Blue value is 243 (95.31% from 255 or 46.29% from 525); Max value from RGB is 243 - color contains mainly: blue. Hex color #9D7DF3 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9D7DF3 is #62820C. Grayscale: #939393. Windows color (decimal): -6455821 or 15957405. OLE color: 15957405.
HSL color Cylindrical-coordinate representation of color #9D7DF3: hue angle of 256.27º degrees, saturation: 0.83, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9D7DF3 is Cyan = 0.35, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 157 | 125 | 243 | - |
| CMYK | 0.35 | 0.49 | 0 | 0.05 |
| HSL | 256.27º | 0.83% | 0.72% | - |
| HSV(B) | 256.27º | 0.49% | 0.95% | - |
| XYZ | 37.42 | 28.31 | 88.29 | - |
| YUV | 148.02 | 181.6 | 134.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 125 | 243 | 0.35 | 0.49 | 0 | 0.05 | 256.27 | 0.83 | 0.72 |
| Hex | 9D | 7D | F3 | 23 | 31 | 0 | 5 | 100 | 53 | 48 |
| Octal | 235 | 175 | 363 | 43 | 61 | 0 | 5 | 400 | 123 | 110 |
| Binary | 10011101 | 1111101 | 11110011 | 100011 | 110001 | 0 | 101 | 100000000 | 1010011 | 1001000 |
Color Harmonies of #9D7DF3
Complementary color
Monochromatic Colors of #9D7DF3
Black with #9D7DF3
Text Example
Text Example
White with #9D7DF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D7DF3; }
p { color: rgb(157,125,243); }
H1.HeaderClassName
{
color: #9D7DF3;
}
.AnyTagClassName
{
color: #9D7DF3;
}
</style>
background-color css
<style>
a { background-color: #9D7DF3; }
a { background-color: rgb(157,125,243); }
div.DivClassName
{
background-color: #9D7DF3;
}
.BgClassName
{
background-color: #9D7DF3;
}
</style>
border-color css
<style>
span { border-color: #9D7DF3; }
span { border-color: rgb(157,125,243); }
td.TdClassName
{
border-color: #9D7DF3;
}
.TagClassName
{
border-color: #9D7DF3;
}
</style>