Shades of Medium Purple #986DDB
Tints of Medium Purple #986DDB
RGB
CMYK
RGB Variations
Color information
#986DDB (or 0x986DDB) is known color: Medium Purple. HEX triplet: 98, 6D and DB. RGB value is (152,109,219). Sum of RGB (Red+Green+Blue) = 152+109+219=480 (63% of max value = 765). Red value is 152 (59.77% from 255 or 31.67% from 480); Green value is 109 (42.97% from 255 or 22.71% from 480); Blue value is 219 (85.94% from 255 or 45.62% from 480); Max value from RGB is 219 - color contains mainly: blue. Hex color #986DDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #986DDB is #679224. Grayscale: #868686. Windows color (decimal): -6787621 or 14380440. OLE color: 14380440.
HSL color Cylindrical-coordinate representation of color #986DDB: hue angle of 263.45º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #986DDB is Cyan = 0.31, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 152 | 109 | 219 | - |
| CMYK | 0.31 | 0.50 | 0 | 0.14 |
| HSL | 263.45º | 0.6% | 0.64% | - |
| HSV(B) | 263.45º | 0.5% | 0.86% | - |
| XYZ | 31.2 | 22.73 | 69.76 | - |
| YUV | 134.4 | 175.75 | 140.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 109 | 219 | 0.31 | 0.50 | 0 | 0.14 | 263.45 | 0.6 | 0.64 |
| Hex | 98 | 6D | DB | 1F | 32 | 0 | E | 107 | 3C | 40 |
| Octal | 230 | 155 | 333 | 37 | 62 | 0 | 16 | 407 | 74 | 100 |
| Binary | 10011000 | 1101101 | 11011011 | 11111 | 110010 | 0 | 1110 | 100000111 | 111100 | 1000000 |
Color Harmonies of #986DDB
Complementary color
Monochromatic Colors of #986DDB
Black with #986DDB
Text Example
Text Example
White with #986DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #986DDB; }
p { color: rgb(152,109,219); }
H1.HeaderClassName
{
color: #986DDB;
}
.AnyTagClassName
{
color: #986DDB;
}
</style>
background-color css
<style>
a { background-color: #986DDB; }
a { background-color: rgb(152,109,219); }
div.DivClassName
{
background-color: #986DDB;
}
.BgClassName
{
background-color: #986DDB;
}
</style>
border-color css
<style>
span { border-color: #986DDB; }
span { border-color: rgb(152,109,219); }
td.TdClassName
{
border-color: #986DDB;
}
.TagClassName
{
border-color: #986DDB;
}
</style>