Shades of Medium Purple #986EDF
Tints of Medium Purple #986EDF
RGB
CMYK
RGB Variations
Color information
#986EDF (or 0x986EDF) is known color: Medium Purple. HEX triplet: 98, 6E and DF. RGB value is (152,110,223). Sum of RGB (Red+Green+Blue) = 152+110+223=485 (64% of max value = 765). Red value is 152 (59.77% from 255 or 31.34% from 485); Green value is 110 (43.36% from 255 or 22.68% from 485); Blue value is 223 (87.5% from 255 or 45.98% from 485); Max value from RGB is 223 - color contains mainly: blue. Hex color #986EDF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #986EDF is #679120. Grayscale: #878787. Windows color (decimal): -6787361 or 14642840. OLE color: 14642840.
HSL color Cylindrical-coordinate representation of color #986EDF: hue angle of 262.3º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #986EDF is Cyan = 0.32, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 152 | 110 | 223 | - |
| CMYK | 0.32 | 0.51 | 0 | 0.13 |
| HSL | 262.3º | 0.64% | 0.65% | - |
| HSV(B) | 262.3º | 0.51% | 0.87% | - |
| XYZ | 31.84 | 23.15 | 72.6 | - |
| YUV | 135.44 | 177.41 | 139.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 110 | 223 | 0.32 | 0.51 | 0 | 0.13 | 262.3 | 0.64 | 0.65 |
| Hex | 98 | 6E | DF | 20 | 33 | 0 | D | 106 | 40 | 41 |
| Octal | 230 | 156 | 337 | 40 | 63 | 0 | 15 | 406 | 100 | 101 |
| Binary | 10011000 | 1101110 | 11011111 | 100000 | 110011 | 0 | 1101 | 100000110 | 1000000 | 1000001 |
Color Harmonies of #986EDF
Complementary color
Monochromatic Colors of #986EDF
Black with #986EDF
Text Example
Text Example
White with #986EDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #986EDF; }
p { color: rgb(152,110,223); }
H1.HeaderClassName
{
color: #986EDF;
}
.AnyTagClassName
{
color: #986EDF;
}
</style>
background-color css
<style>
a { background-color: #986EDF; }
a { background-color: rgb(152,110,223); }
div.DivClassName
{
background-color: #986EDF;
}
.BgClassName
{
background-color: #986EDF;
}
</style>
border-color css
<style>
span { border-color: #986EDF; }
span { border-color: rgb(152,110,223); }
td.TdClassName
{
border-color: #986EDF;
}
.TagClassName
{
border-color: #986EDF;
}
</style>