Shades of Medium Purple #986FD3
Tints of Medium Purple #986FD3
RGB
CMYK
RGB Variations
Color information
#986FD3 (or 0x986FD3) is known color: Medium Purple. HEX triplet: 98, 6F and D3. RGB value is (152,111,211). Sum of RGB (Red+Green+Blue) = 152+111+211=474 (62% of max value = 765). Red value is 152 (59.77% from 255 or 32.07% from 474); Green value is 111 (43.75% from 255 or 23.42% from 474); Blue value is 211 (82.81% from 255 or 44.51% from 474); Max value from RGB is 211 - color contains mainly: blue. Hex color #986FD3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #986FD3 is #67902C. Grayscale: #868686. Windows color (decimal): -6787117 or 13856664. OLE color: 13856664.
HSL color Cylindrical-coordinate representation of color #986FD3: hue angle of 264.6º degrees, saturation: 0.53, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #986FD3 is Cyan = 0.28, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 152 | 111 | 211 | - |
| CMYK | 0.28 | 0.47 | 0 | 0.17 |
| HSL | 264.6º | 0.53% | 0.63% | - |
| HSV(B) | 264.6º | 0.47% | 0.83% | - |
| XYZ | 30.39 | 22.75 | 64.42 | - |
| YUV | 134.66 | 171.08 | 140.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 111 | 211 | 0.28 | 0.47 | 0 | 0.17 | 264.6 | 0.53 | 0.63 |
| Hex | 98 | 6F | D3 | 1C | 2F | 0 | 11 | 109 | 35 | 3F |
| Octal | 230 | 157 | 323 | 34 | 57 | 0 | 21 | 411 | 65 | 77 |
| Binary | 10011000 | 1101111 | 11010011 | 11100 | 101111 | 0 | 10001 | 100001001 | 110101 | 111111 |
Color Harmonies of #986FD3
Complementary color
Monochromatic Colors of #986FD3
Black with #986FD3
Text Example
Text Example
White with #986FD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #986FD3; }
p { color: rgb(152,111,211); }
H1.HeaderClassName
{
color: #986FD3;
}
.AnyTagClassName
{
color: #986FD3;
}
</style>
background-color css
<style>
a { background-color: #986FD3; }
a { background-color: rgb(152,111,211); }
div.DivClassName
{
background-color: #986FD3;
}
.BgClassName
{
background-color: #986FD3;
}
</style>
border-color css
<style>
span { border-color: #986FD3; }
span { border-color: rgb(152,111,211); }
td.TdClassName
{
border-color: #986FD3;
}
.TagClassName
{
border-color: #986FD3;
}
</style>