Shades of Medium Purple #987FEC
Tints of Medium Purple #987FEC
RGB
CMYK
RGB Variations
Color information
#987FEC (or 0x987FEC) is known color: Medium Purple. HEX triplet: 98, 7F and EC. RGB value is (152,127,236). Sum of RGB (Red+Green+Blue) = 152+127+236=515 (68% of max value = 765). Red value is 152 (59.77% from 255 or 29.51% from 515); Green value is 127 (50% from 255 or 24.66% from 515); Blue value is 236 (92.58% from 255 or 45.83% from 515); Max value from RGB is 236 - color contains mainly: blue. Hex color #987FEC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #987FEC is #678013. Grayscale: #929292. Windows color (decimal): -6782996 or 15499160. OLE color: 15499160.
HSL color Cylindrical-coordinate representation of color #987FEC: hue angle of 253.76º degrees, saturation: 0.74, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #987FEC is Cyan = 0.36, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 152 | 127 | 236 | - |
| CMYK | 0.36 | 0.46 | 0 | 0.07 |
| HSL | 253.76º | 0.74% | 0.71% | - |
| HSV(B) | 253.76º | 0.46% | 0.93% | - |
| XYZ | 35.68 | 27.91 | 82.86 | - |
| YUV | 146.9 | 178.28 | 131.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 127 | 236 | 0.36 | 0.46 | 0 | 0.07 | 253.76 | 0.74 | 0.71 |
| Hex | 98 | 7F | EC | 24 | 2E | 0 | 7 | FE | 4A | 47 |
| Octal | 230 | 177 | 354 | 44 | 56 | 0 | 7 | 376 | 112 | 107 |
| Binary | 10011000 | 1111111 | 11101100 | 100100 | 101110 | 0 | 111 | 11111110 | 1001010 | 1000111 |
Color Harmonies of #987FEC
Complementary color
Monochromatic Colors of #987FEC
Black with #987FEC
Text Example
Text Example
White with #987FEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #987FEC; }
p { color: rgb(152,127,236); }
H1.HeaderClassName
{
color: #987FEC;
}
.AnyTagClassName
{
color: #987FEC;
}
</style>
background-color css
<style>
a { background-color: #987FEC; }
a { background-color: rgb(152,127,236); }
div.DivClassName
{
background-color: #987FEC;
}
.BgClassName
{
background-color: #987FEC;
}
</style>
border-color css
<style>
span { border-color: #987FEC; }
span { border-color: rgb(152,127,236); }
td.TdClassName
{
border-color: #987FEC;
}
.TagClassName
{
border-color: #987FEC;
}
</style>