Shades of Medium Purple #9F86E7
Tints of Medium Purple #9F86E7
RGB
CMYK
RGB Variations
Color information
#9F86E7 (or 0x9F86E7) is known color: Medium Purple. HEX triplet: 9F, 86 and E7. RGB value is (159,134,231). Sum of RGB (Red+Green+Blue) = 159+134+231=524 (69% of max value = 765). Red value is 159 (62.5% from 255 or 30.34% from 524); Green value is 134 (52.73% from 255 or 25.57% from 524); Blue value is 231 (90.62% from 255 or 44.08% from 524); Max value from RGB is 231 - color contains mainly: blue. Hex color #9F86E7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9F86E7 is #607918. Grayscale: #989898. Windows color (decimal): -6322457 or 15173279. OLE color: 15173279.
HSL color Cylindrical-coordinate representation of color #9F86E7: hue angle of 255.46º degrees, saturation: 0.67, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9F86E7 is Cyan = 0.31, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 159 | 134 | 231 | - |
| CMYK | 0.31 | 0.42 | 0 | 0.09 |
| HSL | 255.46º | 0.67% | 0.72% | - |
| HSV(B) | 255.46º | 0.42% | 0.91% | - |
| XYZ | 37.25 | 30.19 | 79.47 | - |
| YUV | 152.53 | 172.28 | 132.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 134 | 231 | 0.31 | 0.42 | 0 | 0.09 | 255.46 | 0.67 | 0.72 |
| Hex | 9F | 86 | E7 | 1F | 2A | 0 | 9 | FF | 43 | 48 |
| Octal | 237 | 206 | 347 | 37 | 52 | 0 | 11 | 377 | 103 | 110 |
| Binary | 10011111 | 10000110 | 11100111 | 11111 | 101010 | 0 | 1001 | 11111111 | 1000011 | 1001000 |
Color Harmonies of #9F86E7
Complementary color
Monochromatic Colors of #9F86E7
Black with #9F86E7
Text Example
Text Example
White with #9F86E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F86E7; }
p { color: rgb(159,134,231); }
H1.HeaderClassName
{
color: #9F86E7;
}
.AnyTagClassName
{
color: #9F86E7;
}
</style>
background-color css
<style>
a { background-color: #9F86E7; }
a { background-color: rgb(159,134,231); }
div.DivClassName
{
background-color: #9F86E7;
}
.BgClassName
{
background-color: #9F86E7;
}
</style>
border-color css
<style>
span { border-color: #9F86E7; }
span { border-color: rgb(159,134,231); }
td.TdClassName
{
border-color: #9F86E7;
}
.TagClassName
{
border-color: #9F86E7;
}
</style>