Shades of Medium Purple #986DDD
Tints of Medium Purple #986DDD
RGB
CMYK
RGB Variations
Color information
#986DDD (or 0x986DDD) is known color: Medium Purple. HEX triplet: 98, 6D and DD. RGB value is (152,109,221). Sum of RGB (Red+Green+Blue) = 152+109+221=482 (63% of max value = 765). Red value is 152 (59.77% from 255 or 31.54% from 482); Green value is 109 (42.97% from 255 or 22.61% from 482); Blue value is 221 (86.72% from 255 or 45.85% from 482); Max value from RGB is 221 - color contains mainly: blue. Hex color #986DDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #986DDD is #679222. Grayscale: #868686. Windows color (decimal): -6787619 or 14511512. OLE color: 14511512.
HSL color Cylindrical-coordinate representation of color #986DDD: hue angle of 263.04º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #986DDD is Cyan = 0.31, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 152 | 109 | 221 | - |
| CMYK | 0.31 | 0.51 | 0 | 0.13 |
| HSL | 263.04º | 0.62% | 0.65% | - |
| HSV(B) | 263.04º | 0.51% | 0.87% | - |
| XYZ | 31.47 | 22.83 | 71.16 | - |
| YUV | 134.63 | 176.75 | 140.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 109 | 221 | 0.31 | 0.51 | 0 | 0.13 | 263.04 | 0.62 | 0.65 |
| Hex | 98 | 6D | DD | 1F | 33 | 0 | D | 107 | 3E | 41 |
| Octal | 230 | 155 | 335 | 37 | 63 | 0 | 15 | 407 | 76 | 101 |
| Binary | 10011000 | 1101101 | 11011101 | 11111 | 110011 | 0 | 1101 | 100000111 | 111110 | 1000001 |
Color Harmonies of #986DDD
Complementary color
Monochromatic Colors of #986DDD
Black with #986DDD
Text Example
Text Example
White with #986DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #986DDD; }
p { color: rgb(152,109,221); }
H1.HeaderClassName
{
color: #986DDD;
}
.AnyTagClassName
{
color: #986DDD;
}
</style>
background-color css
<style>
a { background-color: #986DDD; }
a { background-color: rgb(152,109,221); }
div.DivClassName
{
background-color: #986DDD;
}
.BgClassName
{
background-color: #986DDD;
}
</style>
border-color css
<style>
span { border-color: #986DDD; }
span { border-color: rgb(152,109,221); }
td.TdClassName
{
border-color: #986DDD;
}
.TagClassName
{
border-color: #986DDD;
}
</style>