Shades of Medium Purple #986DEF
Tints of Medium Purple #986DEF
RGB
CMYK
RGB Variations
Color information
#986DEF (or 0x986DEF) is known color: Medium Purple. HEX triplet: 98, 6D and EF. RGB value is (152,109,239). Sum of RGB (Red+Green+Blue) = 152+109+239=500 (66% of max value = 765). Red value is 152 (59.77% from 255 or 30.4% from 500); Green value is 109 (42.97% from 255 or 21.8% from 500); Blue value is 239 (93.75% from 255 or 47.8% from 500); Max value from RGB is 239 - color contains mainly: blue. Hex color #986DEF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #986DEF is #679210. Grayscale: #888888. Windows color (decimal): -6787601 or 15691160. OLE color: 15691160.
HSL color Cylindrical-coordinate representation of color #986DEF: hue angle of 259.85º degrees, saturation: 0.8, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #986DEF is Cyan = 0.36, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 152 | 109 | 239 | - |
| CMYK | 0.36 | 0.54 | 0 | 0.06 |
| HSL | 259.85º | 0.8% | 0.68% | - |
| HSV(B) | 259.85º | 0.54% | 0.94% | - |
| XYZ | 34 | 23.84 | 84.47 | - |
| YUV | 136.68 | 185.75 | 138.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 109 | 239 | 0.36 | 0.54 | 0 | 0.06 | 259.85 | 0.8 | 0.68 |
| Hex | 98 | 6D | EF | 24 | 36 | 0 | 6 | 104 | 50 | 44 |
| Octal | 230 | 155 | 357 | 44 | 66 | 0 | 6 | 404 | 120 | 104 |
| Binary | 10011000 | 1101101 | 11101111 | 100100 | 110110 | 0 | 110 | 100000100 | 1010000 | 1000100 |
Color Harmonies of #986DEF
Complementary color
Monochromatic Colors of #986DEF
Black with #986DEF
Text Example
Text Example
White with #986DEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #986DEF; }
p { color: rgb(152,109,239); }
H1.HeaderClassName
{
color: #986DEF;
}
.AnyTagClassName
{
color: #986DEF;
}
</style>
background-color css
<style>
a { background-color: #986DEF; }
a { background-color: rgb(152,109,239); }
div.DivClassName
{
background-color: #986DEF;
}
.BgClassName
{
background-color: #986DEF;
}
</style>
border-color css
<style>
span { border-color: #986DEF; }
span { border-color: rgb(152,109,239); }
td.TdClassName
{
border-color: #986DEF;
}
.TagClassName
{
border-color: #986DEF;
}
</style>