Shades of Medium Purple #986AF3
Tints of Medium Purple #986AF3
RGB
CMYK
RGB Variations
Color information
#986AF3 (or 0x986AF3) is known color: Medium Purple. HEX triplet: 98, 6A and F3. RGB value is (152,106,243). Sum of RGB (Red+Green+Blue) = 152+106+243=501 (66% of max value = 765). Red value is 152 (59.77% from 255 or 30.34% from 501); Green value is 106 (41.80% from 255 or 21.16% from 501); Blue value is 243 (95.31% from 255 or 48.50% from 501); Max value from RGB is 243 - color contains mainly: blue. Hex color #986AF3 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #986AF3 is #67950C. Grayscale: #868686. Windows color (decimal): -6788365 or 15952536. OLE color: 15952536.
HSL color Cylindrical-coordinate representation of color #986AF3: hue angle of 260.15º degrees, saturation: 0.85, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #986AF3 is Cyan = 0.37, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 152 | 106 | 243 | - |
| CMYK | 0.37 | 0.56 | 0 | 0.05 |
| HSL | 260.15º | 0.85% | 0.68% | - |
| HSV(B) | 260.15º | 0.56% | 0.95% | - |
| XYZ | 34.28 | 23.45 | 87.51 | - |
| YUV | 135.37 | 188.74 | 139.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 106 | 243 | 0.37 | 0.56 | 0 | 0.05 | 260.15 | 0.85 | 0.68 |
| Hex | 98 | 6A | F3 | 25 | 38 | 0 | 5 | 104 | 55 | 44 |
| Octal | 230 | 152 | 363 | 45 | 70 | 0 | 5 | 404 | 125 | 104 |
| Binary | 10011000 | 1101010 | 11110011 | 100101 | 111000 | 0 | 101 | 100000100 | 1010101 | 1000100 |
Color Harmonies of #986AF3
Complementary color
Monochromatic Colors of #986AF3
Black with #986AF3
Text Example
Text Example
White with #986AF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #986AF3; }
p { color: rgb(152,106,243); }
H1.HeaderClassName
{
color: #986AF3;
}
.AnyTagClassName
{
color: #986AF3;
}
</style>
background-color css
<style>
a { background-color: #986AF3; }
a { background-color: rgb(152,106,243); }
div.DivClassName
{
background-color: #986AF3;
}
.BgClassName
{
background-color: #986AF3;
}
</style>
border-color css
<style>
span { border-color: #986AF3; }
span { border-color: rgb(152,106,243); }
td.TdClassName
{
border-color: #986AF3;
}
.TagClassName
{
border-color: #986AF3;
}
</style>