Shades of Medium Purple #9F86ED
Tints of Medium Purple #9F86ED
RGB
CMYK
RGB Variations
Color information
#9F86ED (or 0x9F86ED) is known color: Medium Purple. HEX triplet: 9F, 86 and ED. RGB value is (159,134,237). Sum of RGB (Red+Green+Blue) = 159+134+237=530 (70% of max value = 765). Red value is 159 (62.5% from 255 or 30% from 530); Green value is 134 (52.73% from 255 or 25.28% from 530); Blue value is 237 (92.97% from 255 or 44.72% from 530); Max value from RGB is 237 - color contains mainly: blue. Hex color #9F86ED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9F86ED is #607912. Grayscale: #989898. Windows color (decimal): -6322451 or 15566495. OLE color: 15566495.
HSL color Cylindrical-coordinate representation of color #9F86ED: hue angle of 254.56º degrees, saturation: 0.74, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9F86ED is Cyan = 0.33, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 159 | 134 | 237 | - |
| CMYK | 0.33 | 0.43 | 0 | 0.07 |
| HSL | 254.56º | 0.74% | 0.73% | - |
| HSV(B) | 254.56º | 0.43% | 0.93% | - |
| XYZ | 38.11 | 30.54 | 84.01 | - |
| YUV | 153.22 | 175.28 | 132.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 134 | 237 | 0.33 | 0.43 | 0 | 0.07 | 254.56 | 0.74 | 0.73 |
| Hex | 9F | 86 | ED | 21 | 2B | 0 | 7 | FF | 4A | 49 |
| Octal | 237 | 206 | 355 | 41 | 53 | 0 | 7 | 377 | 112 | 111 |
| Binary | 10011111 | 10000110 | 11101101 | 100001 | 101011 | 0 | 111 | 11111111 | 1001010 | 1001001 |
Color Harmonies of #9F86ED
Complementary color
Monochromatic Colors of #9F86ED
Black with #9F86ED
Text Example
Text Example
White with #9F86ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F86ED; }
p { color: rgb(159,134,237); }
H1.HeaderClassName
{
color: #9F86ED;
}
.AnyTagClassName
{
color: #9F86ED;
}
</style>
background-color css
<style>
a { background-color: #9F86ED; }
a { background-color: rgb(159,134,237); }
div.DivClassName
{
background-color: #9F86ED;
}
.BgClassName
{
background-color: #9F86ED;
}
</style>
border-color css
<style>
span { border-color: #9F86ED; }
span { border-color: rgb(159,134,237); }
td.TdClassName
{
border-color: #9F86ED;
}
.TagClassName
{
border-color: #9F86ED;
}
</style>