Shades of Medium Purple #9F85ED
Tints of Medium Purple #9F85ED
RGB
CMYK
RGB Variations
Color information
#9F85ED (or 0x9F85ED) is known color: Medium Purple. HEX triplet: 9F, 85 and ED. RGB value is (159,133,237). Sum of RGB (Red+Green+Blue) = 159+133+237=529 (70% of max value = 765). Red value is 159 (62.5% from 255 or 30.06% from 529); Green value is 133 (52.34% from 255 or 25.14% from 529); Blue value is 237 (92.97% from 255 or 44.80% from 529); Max value from RGB is 237 - color contains mainly: blue. Hex color #9F85ED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9F85ED is #607A12. Grayscale: #989898. Windows color (decimal): -6322707 or 15566239. OLE color: 15566239.
HSL color Cylindrical-coordinate representation of color #9F85ED: hue angle of 255º degrees, saturation: 0.74, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9F85ED is Cyan = 0.33, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 159 | 133 | 237 | - |
| CMYK | 0.33 | 0.44 | 0 | 0.07 |
| HSL | 255º | 0.74% | 0.73% | - |
| HSV(B) | 255º | 0.44% | 0.93% | - |
| XYZ | 37.97 | 30.26 | 83.96 | - |
| YUV | 152.63 | 175.61 | 132.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 133 | 237 | 0.33 | 0.44 | 0 | 0.07 | 255 | 0.74 | 0.73 |
| Hex | 9F | 85 | ED | 21 | 2C | 0 | 7 | FF | 4A | 49 |
| Octal | 237 | 205 | 355 | 41 | 54 | 0 | 7 | 377 | 112 | 111 |
| Binary | 10011111 | 10000101 | 11101101 | 100001 | 101100 | 0 | 111 | 11111111 | 1001010 | 1001001 |
Color Harmonies of #9F85ED
Complementary color
Monochromatic Colors of #9F85ED
Black with #9F85ED
Text Example
Text Example
White with #9F85ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F85ED; }
p { color: rgb(159,133,237); }
H1.HeaderClassName
{
color: #9F85ED;
}
.AnyTagClassName
{
color: #9F85ED;
}
</style>
background-color css
<style>
a { background-color: #9F85ED; }
a { background-color: rgb(159,133,237); }
div.DivClassName
{
background-color: #9F85ED;
}
.BgClassName
{
background-color: #9F85ED;
}
</style>
border-color css
<style>
span { border-color: #9F85ED; }
span { border-color: rgb(159,133,237); }
td.TdClassName
{
border-color: #9F85ED;
}
.TagClassName
{
border-color: #9F85ED;
}
</style>