Shades of Medium Purple #986AD9
Tints of Medium Purple #986AD9
RGB
CMYK
RGB Variations
Color information
#986AD9 (or 0x986AD9) is known color: Medium Purple. HEX triplet: 98, 6A and D9. RGB value is (152,106,217). Sum of RGB (Red+Green+Blue) = 152+106+217=475 (62% of max value = 765). Red value is 152 (59.77% from 255 or 32% from 475); Green value is 106 (41.80% from 255 or 22.32% from 475); Blue value is 217 (85.16% from 255 or 45.68% from 475); Max value from RGB is 217 - color contains mainly: blue. Hex color #986AD9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #986AD9 is #679526. Grayscale: #848484. Windows color (decimal): -6788391 or 14248600. OLE color: 14248600.
HSL color Cylindrical-coordinate representation of color #986AD9: hue angle of 264.86º degrees, saturation: 0.59, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #986AD9 is Cyan = 0.30, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 152 | 106 | 217 | - |
| CMYK | 0.30 | 0.51 | 0 | 0.15 |
| HSL | 264.86º | 0.59% | 0.63% | - |
| HSV(B) | 264.86º | 0.51% | 0.85% | - |
| XYZ | 30.63 | 21.99 | 68.28 | - |
| YUV | 132.41 | 175.74 | 141.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 106 | 217 | 0.30 | 0.51 | 0 | 0.15 | 264.86 | 0.59 | 0.63 |
| Hex | 98 | 6A | D9 | 1E | 33 | 0 | F | 109 | 3B | 3F |
| Octal | 230 | 152 | 331 | 36 | 63 | 0 | 17 | 411 | 73 | 77 |
| Binary | 10011000 | 1101010 | 11011001 | 11110 | 110011 | 0 | 1111 | 100001001 | 111011 | 111111 |
Color Harmonies of #986AD9
Complementary color
Monochromatic Colors of #986AD9
Black with #986AD9
Text Example
Text Example
White with #986AD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #986AD9; }
p { color: rgb(152,106,217); }
H1.HeaderClassName
{
color: #986AD9;
}
.AnyTagClassName
{
color: #986AD9;
}
</style>
background-color css
<style>
a { background-color: #986AD9; }
a { background-color: rgb(152,106,217); }
div.DivClassName
{
background-color: #986AD9;
}
.BgClassName
{
background-color: #986AD9;
}
</style>
border-color css
<style>
span { border-color: #986AD9; }
span { border-color: rgb(152,106,217); }
td.TdClassName
{
border-color: #986AD9;
}
.TagClassName
{
border-color: #986AD9;
}
</style>