Shades of Medium Purple #986CDB
Tints of Medium Purple #986CDB
RGB
CMYK
RGB Variations
Color information
#986CDB (or 0x986CDB) is known color: Medium Purple. HEX triplet: 98, 6C and DB. RGB value is (152,108,219). Sum of RGB (Red+Green+Blue) = 152+108+219=479 (63% of max value = 765). Red value is 152 (59.77% from 255 or 31.73% from 479); Green value is 108 (42.58% from 255 or 22.55% from 479); Blue value is 219 (85.94% from 255 or 45.72% from 479); Max value from RGB is 219 - color contains mainly: blue. Hex color #986CDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #986CDB is #679324. Grayscale: #858585. Windows color (decimal): -6787877 or 14380184. OLE color: 14380184.
HSL color Cylindrical-coordinate representation of color #986CDB: hue angle of 263.78º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #986CDB is Cyan = 0.31, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 152 | 108 | 219 | - |
| CMYK | 0.31 | 0.51 | 0 | 0.14 |
| HSL | 263.78º | 0.61% | 0.64% | - |
| HSV(B) | 263.78º | 0.51% | 0.86% | - |
| XYZ | 31.1 | 22.52 | 69.72 | - |
| YUV | 133.81 | 176.08 | 140.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 108 | 219 | 0.31 | 0.51 | 0 | 0.14 | 263.78 | 0.61 | 0.64 |
| Hex | 98 | 6C | DB | 1F | 33 | 0 | E | 108 | 3D | 40 |
| Octal | 230 | 154 | 333 | 37 | 63 | 0 | 16 | 410 | 75 | 100 |
| Binary | 10011000 | 1101100 | 11011011 | 11111 | 110011 | 0 | 1110 | 100001000 | 111101 | 1000000 |
Color Harmonies of #986CDB
Complementary color
Monochromatic Colors of #986CDB
Black with #986CDB
Text Example
Text Example
White with #986CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #986CDB; }
p { color: rgb(152,108,219); }
H1.HeaderClassName
{
color: #986CDB;
}
.AnyTagClassName
{
color: #986CDB;
}
</style>
background-color css
<style>
a { background-color: #986CDB; }
a { background-color: rgb(152,108,219); }
div.DivClassName
{
background-color: #986CDB;
}
.BgClassName
{
background-color: #986CDB;
}
</style>
border-color css
<style>
span { border-color: #986CDB; }
span { border-color: rgb(152,108,219); }
td.TdClassName
{
border-color: #986CDB;
}
.TagClassName
{
border-color: #986CDB;
}
</style>