Shades of Medium Purple #9F86DD
Tints of Medium Purple #9F86DD
RGB
CMYK
RGB Variations
Color information
#9F86DD (or 0x9F86DD) is known color: Medium Purple. HEX triplet: 9F, 86 and DD. RGB value is (159,134,221). Sum of RGB (Red+Green+Blue) = 159+134+221=514 (68% of max value = 765). Red value is 159 (62.5% from 255 or 30.93% from 514); Green value is 134 (52.73% from 255 or 26.07% from 514); Blue value is 221 (86.72% from 255 or 43.00% from 514); Max value from RGB is 221 - color contains mainly: blue. Hex color #9F86DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9F86DD is #607922. Grayscale: #979797. Windows color (decimal): -6322467 or 14517919. OLE color: 14517919.
HSL color Cylindrical-coordinate representation of color #9F86DD: hue angle of 257.24º degrees, saturation: 0.56, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9F86DD is Cyan = 0.28, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 159 | 134 | 221 | - |
| CMYK | 0.28 | 0.39 | 0 | 0.13 |
| HSL | 257.24º | 0.56% | 0.7% | - |
| HSV(B) | 257.24º | 0.39% | 0.87% | - |
| XYZ | 35.87 | 29.64 | 72.24 | - |
| YUV | 151.39 | 167.28 | 133.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 134 | 221 | 0.28 | 0.39 | 0 | 0.13 | 257.24 | 0.56 | 0.7 |
| Hex | 9F | 86 | DD | 1C | 27 | 0 | D | 101 | 38 | 46 |
| Octal | 237 | 206 | 335 | 34 | 47 | 0 | 15 | 401 | 70 | 106 |
| Binary | 10011111 | 10000110 | 11011101 | 11100 | 100111 | 0 | 1101 | 100000001 | 111000 | 1000110 |
Color Harmonies of #9F86DD
Complementary color
Monochromatic Colors of #9F86DD
Black with #9F86DD
Text Example
Text Example
White with #9F86DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F86DD; }
p { color: rgb(159,134,221); }
H1.HeaderClassName
{
color: #9F86DD;
}
.AnyTagClassName
{
color: #9F86DD;
}
</style>
background-color css
<style>
a { background-color: #9F86DD; }
a { background-color: rgb(159,134,221); }
div.DivClassName
{
background-color: #9F86DD;
}
.BgClassName
{
background-color: #9F86DD;
}
</style>
border-color css
<style>
span { border-color: #9F86DD; }
span { border-color: rgb(159,134,221); }
td.TdClassName
{
border-color: #9F86DD;
}
.TagClassName
{
border-color: #9F86DD;
}
</style>