Shades of Medium Purple #986CF1
Tints of Medium Purple #986CF1
RGB
CMYK
RGB Variations
Color information
#986CF1 (or 0x986CF1) is known color: Medium Purple. HEX triplet: 98, 6C and F1. RGB value is (152,108,241). Sum of RGB (Red+Green+Blue) = 152+108+241=501 (66% of max value = 765). Red value is 152 (59.77% from 255 or 30.34% from 501); Green value is 108 (42.58% from 255 or 21.56% from 501); Blue value is 241 (94.53% from 255 or 48.10% from 501); Max value from RGB is 241 - color contains mainly: blue. Hex color #986CF1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #986CF1 is #67930E. Grayscale: #878787. Windows color (decimal): -6787855 or 15821976. OLE color: 15821976.
HSL color Cylindrical-coordinate representation of color #986CF1: hue angle of 259.85º degrees, saturation: 0.83, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #986CF1 is Cyan = 0.37, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 152 | 108 | 241 | - |
| CMYK | 0.37 | 0.55 | 0 | 0.05 |
| HSL | 259.85º | 0.83% | 0.68% | - |
| HSV(B) | 259.85º | 0.55% | 0.95% | - |
| XYZ | 34.19 | 23.75 | 86 | - |
| YUV | 136.32 | 187.08 | 139.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 108 | 241 | 0.37 | 0.55 | 0 | 0.05 | 259.85 | 0.83 | 0.68 |
| Hex | 98 | 6C | F1 | 25 | 37 | 0 | 5 | 104 | 53 | 44 |
| Octal | 230 | 154 | 361 | 45 | 67 | 0 | 5 | 404 | 123 | 104 |
| Binary | 10011000 | 1101100 | 11110001 | 100101 | 110111 | 0 | 101 | 100000100 | 1010011 | 1000100 |
Color Harmonies of #986CF1
Complementary color
Monochromatic Colors of #986CF1
Black with #986CF1
Text Example
Text Example
White with #986CF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #986CF1; }
p { color: rgb(152,108,241); }
H1.HeaderClassName
{
color: #986CF1;
}
.AnyTagClassName
{
color: #986CF1;
}
</style>
background-color css
<style>
a { background-color: #986CF1; }
a { background-color: rgb(152,108,241); }
div.DivClassName
{
background-color: #986CF1;
}
.BgClassName
{
background-color: #986CF1;
}
</style>
border-color css
<style>
span { border-color: #986CF1; }
span { border-color: rgb(152,108,241); }
td.TdClassName
{
border-color: #986CF1;
}
.TagClassName
{
border-color: #986CF1;
}
</style>