Shades of Medium Purple #9D79DF
Tints of Medium Purple #9D79DF
RGB
CMYK
RGB Variations
Color information
#9D79DF (or 0x9D79DF) is known color: Medium Purple. HEX triplet: 9D, 79 and DF. RGB value is (157,121,223). Sum of RGB (Red+Green+Blue) = 157+121+223=501 (66% of max value = 765). Red value is 157 (61.72% from 255 or 31.34% from 501); Green value is 121 (47.66% from 255 or 24.15% from 501); Blue value is 223 (87.5% from 255 or 44.51% from 501); Max value from RGB is 223 - color contains mainly: blue. Hex color #9D79DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9D79DF is #628620. Grayscale: #8F8F8F. Windows color (decimal): -6456865 or 14645661. OLE color: 14645661.
HSL color Cylindrical-coordinate representation of color #9D79DF: hue angle of 261.18º degrees, saturation: 0.61, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9D79DF is Cyan = 0.30, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 157 | 121 | 223 | - |
| CMYK | 0.30 | 0.46 | 0 | 0.13 |
| HSL | 261.18º | 0.61% | 0.67% | - |
| HSV(B) | 261.18º | 0.46% | 0.87% | - |
| XYZ | 34.06 | 26.17 | 73.07 | - |
| YUV | 143.39 | 172.93 | 137.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 121 | 223 | 0.30 | 0.46 | 0 | 0.13 | 261.18 | 0.61 | 0.67 |
| Hex | 9D | 79 | DF | 1E | 2E | 0 | D | 105 | 3D | 43 |
| Octal | 235 | 171 | 337 | 36 | 56 | 0 | 15 | 405 | 75 | 103 |
| Binary | 10011101 | 1111001 | 11011111 | 11110 | 101110 | 0 | 1101 | 100000101 | 111101 | 1000011 |
Color Harmonies of #9D79DF
Complementary color
Monochromatic Colors of #9D79DF
Black with #9D79DF
Text Example
Text Example
White with #9D79DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D79DF; }
p { color: rgb(157,121,223); }
H1.HeaderClassName
{
color: #9D79DF;
}
.AnyTagClassName
{
color: #9D79DF;
}
</style>
background-color css
<style>
a { background-color: #9D79DF; }
a { background-color: rgb(157,121,223); }
div.DivClassName
{
background-color: #9D79DF;
}
.BgClassName
{
background-color: #9D79DF;
}
</style>
border-color css
<style>
span { border-color: #9D79DF; }
span { border-color: rgb(157,121,223); }
td.TdClassName
{
border-color: #9D79DF;
}
.TagClassName
{
border-color: #9D79DF;
}
</style>