Shades of Medium Purple #986DF1
Tints of Medium Purple #986DF1
RGB
CMYK
RGB Variations
Color information
#986DF1 (or 0x986DF1) is known color: Medium Purple. HEX triplet: 98, 6D and F1. RGB value is (152,109,241). Sum of RGB (Red+Green+Blue) = 152+109+241=502 (66% of max value = 765). Red value is 152 (59.77% from 255 or 30.28% from 502); Green value is 109 (42.97% from 255 or 21.71% from 502); Blue value is 241 (94.53% from 255 or 48.01% from 502); Max value from RGB is 241 - color contains mainly: blue. Hex color #986DF1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #986DF1 is #67920E. Grayscale: #888888. Windows color (decimal): -6787599 or 15822232. OLE color: 15822232.
HSL color Cylindrical-coordinate representation of color #986DF1: hue angle of 259.55º degrees, saturation: 0.82, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #986DF1 is Cyan = 0.37, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 152 | 109 | 241 | - |
| CMYK | 0.37 | 0.55 | 0 | 0.05 |
| HSL | 259.55º | 0.83% | 0.69% | - |
| HSV(B) | 259.55º | 0.55% | 0.95% | - |
| XYZ | 34.29 | 23.96 | 86.04 | - |
| YUV | 136.91 | 186.75 | 138.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 109 | 241 | 0.37 | 0.55 | 0 | 0.05 | 259.55 | 0.83 | 0.69 |
| Hex | 98 | 6D | F1 | 25 | 37 | 0 | 5 | 104 | 52 | 45 |
| Octal | 230 | 155 | 361 | 45 | 67 | 0 | 5 | 404 | 122 | 105 |
| Binary | 10011000 | 1101101 | 11110001 | 100101 | 110111 | 0 | 101 | 100000100 | 1010010 | 1000101 |
Color Harmonies of #986DF1
Complementary color
Monochromatic Colors of #986DF1
Black with #986DF1
Text Example
Text Example
White with #986DF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #986DF1; }
p { color: rgb(152,109,241); }
H1.HeaderClassName
{
color: #986DF1;
}
.AnyTagClassName
{
color: #986DF1;
}
</style>
background-color css
<style>
a { background-color: #986DF1; }
a { background-color: rgb(152,109,241); }
div.DivClassName
{
background-color: #986DF1;
}
.BgClassName
{
background-color: #986DF1;
}
</style>
border-color css
<style>
span { border-color: #986DF1; }
span { border-color: rgb(152,109,241); }
td.TdClassName
{
border-color: #986DF1;
}
.TagClassName
{
border-color: #986DF1;
}
</style>