Shades of Medium Purple #986DDF
Tints of Medium Purple #986DDF
RGB
CMYK
RGB Variations
Color information
#986DDF (or 0x986DDF) is known color: Medium Purple. HEX triplet: 98, 6D and DF. RGB value is (152,109,223). Sum of RGB (Red+Green+Blue) = 152+109+223=484 (64% of max value = 765). Red value is 152 (59.77% from 255 or 31.40% from 484); Green value is 109 (42.97% from 255 or 22.52% from 484); Blue value is 223 (87.5% from 255 or 46.07% from 484); Max value from RGB is 223 - color contains mainly: blue. Hex color #986DDF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #986DDF is #679220. Grayscale: #868686. Windows color (decimal): -6787617 or 14642584. OLE color: 14642584.
HSL color Cylindrical-coordinate representation of color #986DDF: hue angle of 262.63º degrees, saturation: 0.64, 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 #986DDF is Cyan = 0.32, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 152 | 109 | 223 | - |
| CMYK | 0.32 | 0.51 | 0 | 0.13 |
| HSL | 262.63º | 0.64% | 0.65% | - |
| HSV(B) | 262.63º | 0.51% | 0.87% | - |
| XYZ | 31.74 | 22.94 | 72.57 | - |
| YUV | 134.85 | 177.75 | 140.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 109 | 223 | 0.32 | 0.51 | 0 | 0.13 | 262.63 | 0.64 | 0.65 |
| Hex | 98 | 6D | DF | 20 | 33 | 0 | D | 107 | 40 | 41 |
| Octal | 230 | 155 | 337 | 40 | 63 | 0 | 15 | 407 | 100 | 101 |
| Binary | 10011000 | 1101101 | 11011111 | 100000 | 110011 | 0 | 1101 | 100000111 | 1000000 | 1000001 |
Color Harmonies of #986DDF
Complementary color
Monochromatic Colors of #986DDF
Black with #986DDF
Text Example
Text Example
White with #986DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #986DDF; }
p { color: rgb(152,109,223); }
H1.HeaderClassName
{
color: #986DDF;
}
.AnyTagClassName
{
color: #986DDF;
}
</style>
background-color css
<style>
a { background-color: #986DDF; }
a { background-color: rgb(152,109,223); }
div.DivClassName
{
background-color: #986DDF;
}
.BgClassName
{
background-color: #986DDF;
}
</style>
border-color css
<style>
span { border-color: #986DDF; }
span { border-color: rgb(152,109,223); }
td.TdClassName
{
border-color: #986DDF;
}
.TagClassName
{
border-color: #986DDF;
}
</style>