Shades of Medium Purple #986ED9
Tints of Medium Purple #986ED9
RGB
CMYK
RGB Variations
Color information
#986ED9 (or 0x986ED9) is known color: Medium Purple. HEX triplet: 98, 6E and D9. RGB value is (152,110,217). Sum of RGB (Red+Green+Blue) = 152+110+217=479 (63% of max value = 765). Red value is 152 (59.77% from 255 or 31.73% from 479); Green value is 110 (43.36% from 255 or 22.96% from 479); Blue value is 217 (85.16% from 255 or 45.30% from 479); Max value from RGB is 217 - color contains mainly: blue. Hex color #986ED9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #986ED9 is #679126. Grayscale: #868686. Windows color (decimal): -6787367 or 14249624. OLE color: 14249624.
HSL color Cylindrical-coordinate representation of color #986ED9: hue angle of 263.55º degrees, saturation: 0.58, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #986ED9 is Cyan = 0.30, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 152 | 110 | 217 | - |
| CMYK | 0.30 | 0.49 | 0 | 0.15 |
| HSL | 263.55º | 0.58% | 0.64% | - |
| HSV(B) | 263.55º | 0.49% | 0.85% | - |
| XYZ | 31.05 | 22.84 | 68.42 | - |
| YUV | 134.76 | 174.41 | 140.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 110 | 217 | 0.30 | 0.49 | 0 | 0.15 | 263.55 | 0.58 | 0.64 |
| Hex | 98 | 6E | D9 | 1E | 31 | 0 | F | 108 | 3A | 40 |
| Octal | 230 | 156 | 331 | 36 | 61 | 0 | 17 | 410 | 72 | 100 |
| Binary | 10011000 | 1101110 | 11011001 | 11110 | 110001 | 0 | 1111 | 100001000 | 111010 | 1000000 |
Color Harmonies of #986ED9
Complementary color
Monochromatic Colors of #986ED9
Black with #986ED9
Text Example
Text Example
White with #986ED9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #986ED9; }
p { color: rgb(152,110,217); }
H1.HeaderClassName
{
color: #986ED9;
}
.AnyTagClassName
{
color: #986ED9;
}
</style>
background-color css
<style>
a { background-color: #986ED9; }
a { background-color: rgb(152,110,217); }
div.DivClassName
{
background-color: #986ED9;
}
.BgClassName
{
background-color: #986ED9;
}
</style>
border-color css
<style>
span { border-color: #986ED9; }
span { border-color: rgb(152,110,217); }
td.TdClassName
{
border-color: #986ED9;
}
.TagClassName
{
border-color: #986ED9;
}
</style>