Shades of Medium Purple #986AF0
Tints of Medium Purple #986AF0
RGB
CMYK
RGB Variations
Color information
#986AF0 (or 0x986AF0) is known color: Medium Purple. HEX triplet: 98, 6A and F0. RGB value is (152,106,240). Sum of RGB (Red+Green+Blue) = 152+106+240=498 (65% of max value = 765). Red value is 152 (59.77% from 255 or 30.52% from 498); Green value is 106 (41.80% from 255 or 21.29% from 498); Blue value is 240 (94.14% from 255 or 48.19% from 498); Max value from RGB is 240 - color contains mainly: blue. Hex color #986AF0 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #986AF0 is #67950F. Grayscale: #868686. Windows color (decimal): -6788368 or 15755928. OLE color: 15755928.
HSL color Cylindrical-coordinate representation of color #986AF0: hue angle of 260.6º degrees, saturation: 0.82, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #986AF0 is Cyan = 0.37, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 152 | 106 | 240 | - |
| CMYK | 0.37 | 0.56 | 0 | 0.06 |
| HSL | 260.6º | 0.82% | 0.68% | - |
| HSV(B) | 260.6º | 0.56% | 0.94% | - |
| XYZ | 33.83 | 23.27 | 85.15 | - |
| YUV | 135.03 | 187.24 | 140.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 106 | 240 | 0.37 | 0.56 | 0 | 0.06 | 260.6 | 0.82 | 0.68 |
| Hex | 98 | 6A | F0 | 25 | 38 | 0 | 6 | 105 | 52 | 44 |
| Octal | 230 | 152 | 360 | 45 | 70 | 0 | 6 | 405 | 122 | 104 |
| Binary | 10011000 | 1101010 | 11110000 | 100101 | 111000 | 0 | 110 | 100000101 | 1010010 | 1000100 |
Color Harmonies of #986AF0
Complementary color
Monochromatic Colors of #986AF0
Black with #986AF0
Text Example
Text Example
White with #986AF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #986AF0; }
p { color: rgb(152,106,240); }
H1.HeaderClassName
{
color: #986AF0;
}
.AnyTagClassName
{
color: #986AF0;
}
</style>
background-color css
<style>
a { background-color: #986AF0; }
a { background-color: rgb(152,106,240); }
div.DivClassName
{
background-color: #986AF0;
}
.BgClassName
{
background-color: #986AF0;
}
</style>
border-color css
<style>
span { border-color: #986AF0; }
span { border-color: rgb(152,106,240); }
td.TdClassName
{
border-color: #986AF0;
}
.TagClassName
{
border-color: #986AF0;
}
</style>