Shades of Medium Purple #986EEF
Tints of Medium Purple #986EEF
RGB
CMYK
RGB Variations
Color information
#986EEF (or 0x986EEF) is known color: Medium Purple. HEX triplet: 98, 6E and EF. RGB value is (152,110,239). Sum of RGB (Red+Green+Blue) = 152+110+239=501 (66% of max value = 765). Red value is 152 (59.77% from 255 or 30.34% from 501); Green value is 110 (43.36% from 255 or 21.96% from 501); Blue value is 239 (93.75% from 255 or 47.70% from 501); Max value from RGB is 239 - color contains mainly: blue. Hex color #986EEF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #986EEF is #679110. Grayscale: #888888. Windows color (decimal): -6787345 or 15691416. OLE color: 15691416.
HSL color Cylindrical-coordinate representation of color #986EEF: hue angle of 259.53º 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 #986EEF is Cyan = 0.36, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 152 | 110 | 239 | - |
| CMYK | 0.36 | 0.54 | 0 | 0.06 |
| HSL | 259.53º | 0.8% | 0.68% | - |
| HSV(B) | 259.53º | 0.54% | 0.94% | - |
| XYZ | 34.1 | 24.06 | 84.51 | - |
| YUV | 137.26 | 185.41 | 138.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 110 | 239 | 0.36 | 0.54 | 0 | 0.06 | 259.53 | 0.8 | 0.68 |
| Hex | 98 | 6E | EF | 24 | 36 | 0 | 6 | 104 | 50 | 44 |
| Octal | 230 | 156 | 357 | 44 | 66 | 0 | 6 | 404 | 120 | 104 |
| Binary | 10011000 | 1101110 | 11101111 | 100100 | 110110 | 0 | 110 | 100000100 | 1010000 | 1000100 |
Color Harmonies of #986EEF
Complementary color
Monochromatic Colors of #986EEF
Black with #986EEF
Text Example
Text Example
White with #986EEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #986EEF; }
p { color: rgb(152,110,239); }
H1.HeaderClassName
{
color: #986EEF;
}
.AnyTagClassName
{
color: #986EEF;
}
</style>
background-color css
<style>
a { background-color: #986EEF; }
a { background-color: rgb(152,110,239); }
div.DivClassName
{
background-color: #986EEF;
}
.BgClassName
{
background-color: #986EEF;
}
</style>
border-color css
<style>
span { border-color: #986EEF; }
span { border-color: rgb(152,110,239); }
td.TdClassName
{
border-color: #986EEF;
}
.TagClassName
{
border-color: #986EEF;
}
</style>