Shades of Medium Purple #9F73DF
Tints of Medium Purple #9F73DF
RGB
CMYK
RGB Variations
Color information
#9F73DF (or 0x9F73DF) is known color: Medium Purple. HEX triplet: 9F, 73 and DF. RGB value is (159,115,223). Sum of RGB (Red+Green+Blue) = 159+115+223=497 (65% of max value = 765). Red value is 159 (62.5% from 255 or 31.99% from 497); Green value is 115 (45.31% from 255 or 23.14% from 497); Blue value is 223 (87.5% from 255 or 44.87% from 497); Max value from RGB is 223 - color contains mainly: blue. Hex color #9F73DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9F73DF is #608C20. Grayscale: #8C8C8C. Windows color (decimal): -6327329 or 14644127. OLE color: 14644127.
HSL color Cylindrical-coordinate representation of color #9F73DF: hue angle of 264.44º 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 #9F73DF is Cyan = 0.29, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 159 | 115 | 223 | - |
| CMYK | 0.29 | 0.48 | 0 | 0.13 |
| HSL | 264.44º | 0.63% | 0.66% | - |
| HSV(B) | 264.44º | 0.48% | 0.87% | - |
| XYZ | 33.75 | 24.96 | 72.85 | - |
| YUV | 140.47 | 174.58 | 141.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 115 | 223 | 0.29 | 0.48 | 0 | 0.13 | 264.44 | 0.63 | 0.66 |
| Hex | 9F | 73 | DF | 1D | 30 | 0 | D | 108 | 3F | 42 |
| Octal | 237 | 163 | 337 | 35 | 60 | 0 | 15 | 410 | 77 | 102 |
| Binary | 10011111 | 1110011 | 11011111 | 11101 | 110000 | 0 | 1101 | 100001000 | 111111 | 1000010 |
Color Harmonies of #9F73DF
Complementary color
Monochromatic Colors of #9F73DF
Black with #9F73DF
Text Example
Text Example
White with #9F73DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F73DF; }
p { color: rgb(159,115,223); }
H1.HeaderClassName
{
color: #9F73DF;
}
.AnyTagClassName
{
color: #9F73DF;
}
</style>
background-color css
<style>
a { background-color: #9F73DF; }
a { background-color: rgb(159,115,223); }
div.DivClassName
{
background-color: #9F73DF;
}
.BgClassName
{
background-color: #9F73DF;
}
</style>
border-color css
<style>
span { border-color: #9F73DF; }
span { border-color: rgb(159,115,223); }
td.TdClassName
{
border-color: #9F73DF;
}
.TagClassName
{
border-color: #9F73DF;
}
</style>