Shades of Medium Purple #9F86EA
Tints of Medium Purple #9F86EA
RGB
CMYK
RGB Variations
Color information
#9F86EA (or 0x9F86EA) is known color: Medium Purple. HEX triplet: 9F, 86 and EA. RGB value is (159,134,234). Sum of RGB (Red+Green+Blue) = 159+134+234=527 (69% of max value = 765). Red value is 159 (62.5% from 255 or 30.17% from 527); Green value is 134 (52.73% from 255 or 25.43% from 527); Blue value is 234 (91.80% from 255 or 44.40% from 527); Max value from RGB is 234 - color contains mainly: blue. Hex color #9F86EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9F86EA is #607915. Grayscale: #989898. Windows color (decimal): -6322454 or 15369887. OLE color: 15369887.
HSL color Cylindrical-coordinate representation of color #9F86EA: hue angle of 255º degrees, saturation: 0.7, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9F86EA is Cyan = 0.32, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 159 | 134 | 234 | - |
| CMYK | 0.32 | 0.43 | 0 | 0.08 |
| HSL | 255º | 0.7% | 0.72% | - |
| HSV(B) | 255º | 0.43% | 0.92% | - |
| XYZ | 37.67 | 30.36 | 81.72 | - |
| YUV | 152.88 | 173.78 | 132.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 134 | 234 | 0.32 | 0.43 | 0 | 0.08 | 255 | 0.7 | 0.72 |
| Hex | 9F | 86 | EA | 20 | 2B | 0 | 8 | FF | 46 | 48 |
| Octal | 237 | 206 | 352 | 40 | 53 | 0 | 10 | 377 | 106 | 110 |
| Binary | 10011111 | 10000110 | 11101010 | 100000 | 101011 | 0 | 1000 | 11111111 | 1000110 | 1001000 |
Color Harmonies of #9F86EA
Complementary color
Monochromatic Colors of #9F86EA
Black with #9F86EA
Text Example
Text Example
White with #9F86EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F86EA; }
p { color: rgb(159,134,234); }
H1.HeaderClassName
{
color: #9F86EA;
}
.AnyTagClassName
{
color: #9F86EA;
}
</style>
background-color css
<style>
a { background-color: #9F86EA; }
a { background-color: rgb(159,134,234); }
div.DivClassName
{
background-color: #9F86EA;
}
.BgClassName
{
background-color: #9F86EA;
}
</style>
border-color css
<style>
span { border-color: #9F86EA; }
span { border-color: rgb(159,134,234); }
td.TdClassName
{
border-color: #9F86EA;
}
.TagClassName
{
border-color: #9F86EA;
}
</style>