Shades of Medium Purple #9F71DD
Tints of Medium Purple #9F71DD
RGB
CMYK
RGB Variations
Color information
#9F71DD (or 0x9F71DD) is known color: Medium Purple. HEX triplet: 9F, 71 and DD. RGB value is (159,113,221). Sum of RGB (Red+Green+Blue) = 159+113+221=493 (65% of max value = 765). Red value is 159 (62.5% from 255 or 32.25% from 493); Green value is 113 (44.53% from 255 or 22.92% from 493); Blue value is 221 (86.72% from 255 or 44.83% from 493); Max value from RGB is 221 - color contains mainly: blue. Hex color #9F71DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9F71DD is #608E22. Grayscale: #8A8A8A. Windows color (decimal): -6327843 or 14512543. OLE color: 14512543.
HSL color Cylindrical-coordinate representation of color #9F71DD: hue angle of 265.56º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9F71DD is Cyan = 0.28, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 159 | 113 | 221 | - |
| CMYK | 0.28 | 0.49 | 0 | 0.13 |
| HSL | 265.56º | 0.61% | 0.65% | - |
| HSV(B) | 265.56º | 0.49% | 0.87% | - |
| XYZ | 33.25 | 24.4 | 71.36 | - |
| YUV | 139.07 | 174.24 | 142.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 113 | 221 | 0.28 | 0.49 | 0 | 0.13 | 265.56 | 0.61 | 0.65 |
| Hex | 9F | 71 | DD | 1C | 31 | 0 | D | 10A | 3D | 41 |
| Octal | 237 | 161 | 335 | 34 | 61 | 0 | 15 | 412 | 75 | 101 |
| Binary | 10011111 | 1110001 | 11011101 | 11100 | 110001 | 0 | 1101 | 100001010 | 111101 | 1000001 |
Color Harmonies of #9F71DD
Complementary color
Monochromatic Colors of #9F71DD
Black with #9F71DD
Text Example
Text Example
White with #9F71DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F71DD; }
p { color: rgb(159,113,221); }
H1.HeaderClassName
{
color: #9F71DD;
}
.AnyTagClassName
{
color: #9F71DD;
}
</style>
background-color css
<style>
a { background-color: #9F71DD; }
a { background-color: rgb(159,113,221); }
div.DivClassName
{
background-color: #9F71DD;
}
.BgClassName
{
background-color: #9F71DD;
}
</style>
border-color css
<style>
span { border-color: #9F71DD; }
span { border-color: rgb(159,113,221); }
td.TdClassName
{
border-color: #9F71DD;
}
.TagClassName
{
border-color: #9F71DD;
}
</style>