Shades of Medium Purple #986CF0
Tints of Medium Purple #986CF0
RGB
CMYK
RGB Variations
Color information
#986CF0 (or 0x986CF0) is known color: Medium Purple. HEX triplet: 98, 6C and F0. RGB value is (152,108,240). Sum of RGB (Red+Green+Blue) = 152+108+240=500 (66% of max value = 765). Red value is 152 (59.77% from 255 or 30.4% from 500); Green value is 108 (42.58% from 255 or 21.6% from 500); Blue value is 240 (94.14% from 255 or 48% from 500); Max value from RGB is 240 - color contains mainly: blue. Hex color #986CF0 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #986CF0 is #67930F. Grayscale: #878787. Windows color (decimal): -6787856 or 15756440. OLE color: 15756440.
HSL color Cylindrical-coordinate representation of color #986CF0: hue angle of 260º degrees, saturation: 0.81, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #986CF0 is Cyan = 0.37, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 152 | 108 | 240 | - |
| CMYK | 0.37 | 0.55 | 0 | 0.06 |
| HSL | 260º | 0.81% | 0.68% | - |
| HSV(B) | 260º | 0.55% | 0.94% | - |
| XYZ | 34.04 | 23.69 | 85.22 | - |
| YUV | 136.2 | 186.58 | 139.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 108 | 240 | 0.37 | 0.55 | 0 | 0.06 | 260 | 0.81 | 0.68 |
| Hex | 98 | 6C | F0 | 25 | 37 | 0 | 6 | 104 | 51 | 44 |
| Octal | 230 | 154 | 360 | 45 | 67 | 0 | 6 | 404 | 121 | 104 |
| Binary | 10011000 | 1101100 | 11110000 | 100101 | 110111 | 0 | 110 | 100000100 | 1010001 | 1000100 |
Color Harmonies of #986CF0
Complementary color
Monochromatic Colors of #986CF0
Black with #986CF0
Text Example
Text Example
White with #986CF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #986CF0; }
p { color: rgb(152,108,240); }
H1.HeaderClassName
{
color: #986CF0;
}
.AnyTagClassName
{
color: #986CF0;
}
</style>
background-color css
<style>
a { background-color: #986CF0; }
a { background-color: rgb(152,108,240); }
div.DivClassName
{
background-color: #986CF0;
}
.BgClassName
{
background-color: #986CF0;
}
</style>
border-color css
<style>
span { border-color: #986CF0; }
span { border-color: rgb(152,108,240); }
td.TdClassName
{
border-color: #986CF0;
}
.TagClassName
{
border-color: #986CF0;
}
</style>