Shades of Medium Purple #9F87DF
Tints of Medium Purple #9F87DF
RGB
CMYK
RGB Variations
Color information
#9F87DF (or 0x9F87DF) is known color: Medium Purple. HEX triplet: 9F, 87 and DF. RGB value is (159,135,223). Sum of RGB (Red+Green+Blue) = 159+135+223=517 (68% of max value = 765). Red value is 159 (62.5% from 255 or 30.75% from 517); Green value is 135 (53.12% from 255 or 26.11% from 517); Blue value is 223 (87.5% from 255 or 43.13% from 517); Max value from RGB is 223 - color contains mainly: blue. Hex color #9F87DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9F87DF is #607820. Grayscale: #979797. Windows color (decimal): -6322209 or 14649247. OLE color: 14649247.
HSL color Cylindrical-coordinate representation of color #9F87DF: hue angle of 256.36º degrees, saturation: 0.58, 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 #9F87DF is Cyan = 0.29, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 159 | 135 | 223 | - |
| CMYK | 0.29 | 0.39 | 0 | 0.13 |
| HSL | 256.36º | 0.58% | 0.7% | - |
| HSV(B) | 256.36º | 0.39% | 0.87% | - |
| XYZ | 36.28 | 30.03 | 73.7 | - |
| YUV | 152.21 | 167.95 | 132.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 135 | 223 | 0.29 | 0.39 | 0 | 0.13 | 256.36 | 0.58 | 0.7 |
| Hex | 9F | 87 | DF | 1D | 27 | 0 | D | 100 | 3A | 46 |
| Octal | 237 | 207 | 337 | 35 | 47 | 0 | 15 | 400 | 72 | 106 |
| Binary | 10011111 | 10000111 | 11011111 | 11101 | 100111 | 0 | 1101 | 100000000 | 111010 | 1000110 |
Color Harmonies of #9F87DF
Complementary color
Monochromatic Colors of #9F87DF
Black with #9F87DF
Text Example
Text Example
White with #9F87DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F87DF; }
p { color: rgb(159,135,223); }
H1.HeaderClassName
{
color: #9F87DF;
}
.AnyTagClassName
{
color: #9F87DF;
}
</style>
background-color css
<style>
a { background-color: #9F87DF; }
a { background-color: rgb(159,135,223); }
div.DivClassName
{
background-color: #9F87DF;
}
.BgClassName
{
background-color: #9F87DF;
}
</style>
border-color css
<style>
span { border-color: #9F87DF; }
span { border-color: rgb(159,135,223); }
td.TdClassName
{
border-color: #9F87DF;
}
.TagClassName
{
border-color: #9F87DF;
}
</style>