Shades of Medium Purple #986CE1
Tints of Medium Purple #986CE1
RGB
CMYK
RGB Variations
Color information
#986CE1 (or 0x986CE1) is known color: Medium Purple. HEX triplet: 98, 6C and E1. RGB value is (152,108,225). Sum of RGB (Red+Green+Blue) = 152+108+225=485 (64% of max value = 765). Red value is 152 (59.77% from 255 or 31.34% from 485); Green value is 108 (42.58% from 255 or 22.27% from 485); Blue value is 225 (88.28% from 255 or 46.39% from 485); Max value from RGB is 225 - color contains mainly: blue. Hex color #986CE1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #986CE1 is #67931E. Grayscale: #868686. Windows color (decimal): -6787871 or 14773400. OLE color: 14773400.
HSL color Cylindrical-coordinate representation of color #986CE1: hue angle of 262.56º degrees, saturation: 0.66, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #986CE1 is Cyan = 0.32, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 152 | 108 | 225 | - |
| CMYK | 0.32 | 0.52 | 0 | 0.12 |
| HSL | 262.56º | 0.66% | 0.65% | - |
| HSV(B) | 262.56º | 0.52% | 0.88% | - |
| XYZ | 31.9 | 22.84 | 73.96 | - |
| YUV | 134.49 | 179.08 | 140.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 108 | 225 | 0.32 | 0.52 | 0 | 0.12 | 262.56 | 0.66 | 0.65 |
| Hex | 98 | 6C | E1 | 20 | 34 | 0 | C | 107 | 42 | 41 |
| Octal | 230 | 154 | 341 | 40 | 64 | 0 | 14 | 407 | 102 | 101 |
| Binary | 10011000 | 1101100 | 11100001 | 100000 | 110100 | 0 | 1100 | 100000111 | 1000010 | 1000001 |
Color Harmonies of #986CE1
Complementary color
Monochromatic Colors of #986CE1
Black with #986CE1
Text Example
Text Example
White with #986CE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #986CE1; }
p { color: rgb(152,108,225); }
H1.HeaderClassName
{
color: #986CE1;
}
.AnyTagClassName
{
color: #986CE1;
}
</style>
background-color css
<style>
a { background-color: #986CE1; }
a { background-color: rgb(152,108,225); }
div.DivClassName
{
background-color: #986CE1;
}
.BgClassName
{
background-color: #986CE1;
}
</style>
border-color css
<style>
span { border-color: #986CE1; }
span { border-color: rgb(152,108,225); }
td.TdClassName
{
border-color: #986CE1;
}
.TagClassName
{
border-color: #986CE1;
}
</style>