Shades of Medium Purple #987EED
Tints of Medium Purple #987EED
RGB
CMYK
RGB Variations
Color information
#987EED (or 0x987EED) is known color: Medium Purple. HEX triplet: 98, 7E and ED. RGB value is (152,126,237). Sum of RGB (Red+Green+Blue) = 152+126+237=515 (68% of max value = 765). Red value is 152 (59.77% from 255 or 29.51% from 515); Green value is 126 (49.61% from 255 or 24.47% from 515); Blue value is 237 (92.97% from 255 or 46.02% from 515); Max value from RGB is 237 - color contains mainly: blue. Hex color #987EED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #987EED is #678112. Grayscale: #929292. Windows color (decimal): -6783251 or 15564440. OLE color: 15564440.
HSL color Cylindrical-coordinate representation of color #987EED: hue angle of 254.05º degrees, saturation: 0.76, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #987EED is Cyan = 0.36, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 152 | 126 | 237 | - |
| CMYK | 0.36 | 0.47 | 0 | 0.07 |
| HSL | 254.05º | 0.76% | 0.71% | - |
| HSV(B) | 254.05º | 0.47% | 0.93% | - |
| XYZ | 35.7 | 27.71 | 83.59 | - |
| YUV | 146.43 | 179.11 | 131.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 126 | 237 | 0.36 | 0.47 | 0 | 0.07 | 254.05 | 0.76 | 0.71 |
| Hex | 98 | 7E | ED | 24 | 2F | 0 | 7 | FE | 4C | 47 |
| Octal | 230 | 176 | 355 | 44 | 57 | 0 | 7 | 376 | 114 | 107 |
| Binary | 10011000 | 1111110 | 11101101 | 100100 | 101111 | 0 | 111 | 11111110 | 1001100 | 1000111 |
Color Harmonies of #987EED
Complementary color
Monochromatic Colors of #987EED
Black with #987EED
Text Example
Text Example
White with #987EED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #987EED; }
p { color: rgb(152,126,237); }
H1.HeaderClassName
{
color: #987EED;
}
.AnyTagClassName
{
color: #987EED;
}
</style>
background-color css
<style>
a { background-color: #987EED; }
a { background-color: rgb(152,126,237); }
div.DivClassName
{
background-color: #987EED;
}
.BgClassName
{
background-color: #987EED;
}
</style>
border-color css
<style>
span { border-color: #987EED; }
span { border-color: rgb(152,126,237); }
td.TdClassName
{
border-color: #987EED;
}
.TagClassName
{
border-color: #987EED;
}
</style>