Shades of Medium Purple #986FDB
Tints of Medium Purple #986FDB
RGB
CMYK
RGB Variations
Color information
#986FDB (or 0x986FDB) is known color: Medium Purple. HEX triplet: 98, 6F and DB. RGB value is (152,111,219). Sum of RGB (Red+Green+Blue) = 152+111+219=482 (63% of max value = 765). Red value is 152 (59.77% from 255 or 31.54% from 482); Green value is 111 (43.75% from 255 or 23.03% from 482); Blue value is 219 (85.94% from 255 or 45.44% from 482); Max value from RGB is 219 - color contains mainly: blue. Hex color #986FDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #986FDB is #679024. Grayscale: #878787. Windows color (decimal): -6787109 or 14380952. OLE color: 14380952.
HSL color Cylindrical-coordinate representation of color #986FDB: hue angle of 262.78º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #986FDB is Cyan = 0.31, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 152 | 111 | 219 | - |
| CMYK | 0.31 | 0.49 | 0 | 0.14 |
| HSL | 262.78º | 0.6% | 0.65% | - |
| HSV(B) | 262.78º | 0.49% | 0.86% | - |
| XYZ | 31.42 | 23.16 | 69.83 | - |
| YUV | 135.57 | 175.08 | 139.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 111 | 219 | 0.31 | 0.49 | 0 | 0.14 | 262.78 | 0.6 | 0.65 |
| Hex | 98 | 6F | DB | 1F | 31 | 0 | E | 107 | 3C | 41 |
| Octal | 230 | 157 | 333 | 37 | 61 | 0 | 16 | 407 | 74 | 101 |
| Binary | 10011000 | 1101111 | 11011011 | 11111 | 110001 | 0 | 1110 | 100000111 | 111100 | 1000001 |
Color Harmonies of #986FDB
Complementary color
Monochromatic Colors of #986FDB
Black with #986FDB
Text Example
Text Example
White with #986FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #986FDB; }
p { color: rgb(152,111,219); }
H1.HeaderClassName
{
color: #986FDB;
}
.AnyTagClassName
{
color: #986FDB;
}
</style>
background-color css
<style>
a { background-color: #986FDB; }
a { background-color: rgb(152,111,219); }
div.DivClassName
{
background-color: #986FDB;
}
.BgClassName
{
background-color: #986FDB;
}
</style>
border-color css
<style>
span { border-color: #986FDB; }
span { border-color: rgb(152,111,219); }
td.TdClassName
{
border-color: #986FDB;
}
.TagClassName
{
border-color: #986FDB;
}
</style>