Shades of Medium Purple #9D73DF
Tints of Medium Purple #9D73DF
RGB
CMYK
RGB Variations
Color information
#9D73DF (or 0x9D73DF) is known color: Medium Purple. HEX triplet: 9D, 73 and DF. RGB value is (157,115,223). Sum of RGB (Red+Green+Blue) = 157+115+223=495 (65% of max value = 765). Red value is 157 (61.72% from 255 or 31.72% from 495); Green value is 115 (45.31% from 255 or 23.23% from 495); Blue value is 223 (87.5% from 255 or 45.05% from 495); Max value from RGB is 223 - color contains mainly: blue. Hex color #9D73DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9D73DF is #628C20. Grayscale: #8B8B8B. Windows color (decimal): -6458401 or 14644125. OLE color: 14644125.
HSL color Cylindrical-coordinate representation of color #9D73DF: hue angle of 263.33º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9D73DF is Cyan = 0.30, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 157 | 115 | 223 | - |
| CMYK | 0.30 | 0.48 | 0 | 0.13 |
| HSL | 263.33º | 0.63% | 0.66% | - |
| HSV(B) | 263.33º | 0.48% | 0.87% | - |
| XYZ | 33.35 | 24.76 | 72.83 | - |
| YUV | 139.87 | 174.91 | 140.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 115 | 223 | 0.30 | 0.48 | 0 | 0.13 | 263.33 | 0.63 | 0.66 |
| Hex | 9D | 73 | DF | 1E | 30 | 0 | D | 107 | 3F | 42 |
| Octal | 235 | 163 | 337 | 36 | 60 | 0 | 15 | 407 | 77 | 102 |
| Binary | 10011101 | 1110011 | 11011111 | 11110 | 110000 | 0 | 1101 | 100000111 | 111111 | 1000010 |
Color Harmonies of #9D73DF
Complementary color
Monochromatic Colors of #9D73DF
Black with #9D73DF
Text Example
Text Example
White with #9D73DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D73DF; }
p { color: rgb(157,115,223); }
H1.HeaderClassName
{
color: #9D73DF;
}
.AnyTagClassName
{
color: #9D73DF;
}
</style>
background-color css
<style>
a { background-color: #9D73DF; }
a { background-color: rgb(157,115,223); }
div.DivClassName
{
background-color: #9D73DF;
}
.BgClassName
{
background-color: #9D73DF;
}
</style>
border-color css
<style>
span { border-color: #9D73DF; }
span { border-color: rgb(157,115,223); }
td.TdClassName
{
border-color: #9D73DF;
}
.TagClassName
{
border-color: #9D73DF;
}
</style>