Shades of Medium Purple #986AF2
Tints of Medium Purple #986AF2
RGB
CMYK
RGB Variations
Color information
#986AF2 (or 0x986AF2) is known color: Medium Purple. HEX triplet: 98, 6A and F2. RGB value is (152,106,242). Sum of RGB (Red+Green+Blue) = 152+106+242=500 (66% of max value = 765). Red value is 152 (59.77% from 255 or 30.4% from 500); Green value is 106 (41.80% from 255 or 21.2% from 500); Blue value is 242 (94.92% from 255 or 48.4% from 500); Max value from RGB is 242 - color contains mainly: blue. Hex color #986AF2 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #986AF2 is #67950D. Grayscale: #868686. Windows color (decimal): -6788366 or 15887000. OLE color: 15887000.
HSL color Cylindrical-coordinate representation of color #986AF2: hue angle of 260.29º degrees, saturation: 0.84, 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 #986AF2 is Cyan = 0.37, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 152 | 106 | 242 | - |
| CMYK | 0.37 | 0.56 | 0 | 0.05 |
| HSL | 260.29º | 0.84% | 0.68% | - |
| HSV(B) | 260.29º | 0.56% | 0.95% | - |
| XYZ | 34.13 | 23.39 | 86.72 | - |
| YUV | 135.26 | 188.24 | 139.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 106 | 242 | 0.37 | 0.56 | 0 | 0.05 | 260.29 | 0.84 | 0.68 |
| Hex | 98 | 6A | F2 | 25 | 38 | 0 | 5 | 104 | 54 | 44 |
| Octal | 230 | 152 | 362 | 45 | 70 | 0 | 5 | 404 | 124 | 104 |
| Binary | 10011000 | 1101010 | 11110010 | 100101 | 111000 | 0 | 101 | 100000100 | 1010100 | 1000100 |
Color Harmonies of #986AF2
Complementary color
Monochromatic Colors of #986AF2
Black with #986AF2
Text Example
Text Example
White with #986AF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #986AF2; }
p { color: rgb(152,106,242); }
H1.HeaderClassName
{
color: #986AF2;
}
.AnyTagClassName
{
color: #986AF2;
}
</style>
background-color css
<style>
a { background-color: #986AF2; }
a { background-color: rgb(152,106,242); }
div.DivClassName
{
background-color: #986AF2;
}
.BgClassName
{
background-color: #986AF2;
}
</style>
border-color css
<style>
span { border-color: #986AF2; }
span { border-color: rgb(152,106,242); }
td.TdClassName
{
border-color: #986AF2;
}
.TagClassName
{
border-color: #986AF2;
}
</style>