Shades of Medium Purple #987CEF
Tints of Medium Purple #987CEF
RGB
CMYK
RGB Variations
Color information
#987CEF (or 0x987CEF) is known color: Medium Purple. HEX triplet: 98, 7C and EF. RGB value is (152,124,239). Sum of RGB (Red+Green+Blue) = 152+124+239=515 (68% of max value = 765). Red value is 152 (59.77% from 255 or 29.51% from 515); Green value is 124 (48.83% from 255 or 24.08% from 515); Blue value is 239 (93.75% from 255 or 46.41% from 515); Max value from RGB is 239 - color contains mainly: blue. Hex color #987CEF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #987CEF is #678310. Grayscale: #919191. Windows color (decimal): -6783761 or 15695000. OLE color: 15695000.
HSL color Cylindrical-coordinate representation of color #987CEF: hue angle of 254.61º degrees, saturation: 0.78, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #987CEF is Cyan = 0.36, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 152 | 124 | 239 | - |
| CMYK | 0.36 | 0.48 | 0 | 0.06 |
| HSL | 254.61º | 0.78% | 0.71% | - |
| HSV(B) | 254.61º | 0.48% | 0.94% | - |
| XYZ | 35.74 | 27.32 | 85.05 | - |
| YUV | 145.48 | 180.78 | 132.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 124 | 239 | 0.36 | 0.48 | 0 | 0.06 | 254.61 | 0.78 | 0.71 |
| Hex | 98 | 7C | EF | 24 | 30 | 0 | 6 | FF | 4E | 47 |
| Octal | 230 | 174 | 357 | 44 | 60 | 0 | 6 | 377 | 116 | 107 |
| Binary | 10011000 | 1111100 | 11101111 | 100100 | 110000 | 0 | 110 | 11111111 | 1001110 | 1000111 |
Color Harmonies of #987CEF
Complementary color
Monochromatic Colors of #987CEF
Black with #987CEF
Text Example
Text Example
White with #987CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #987CEF; }
p { color: rgb(152,124,239); }
H1.HeaderClassName
{
color: #987CEF;
}
.AnyTagClassName
{
color: #987CEF;
}
</style>
background-color css
<style>
a { background-color: #987CEF; }
a { background-color: rgb(152,124,239); }
div.DivClassName
{
background-color: #987CEF;
}
.BgClassName
{
background-color: #987CEF;
}
</style>
border-color css
<style>
span { border-color: #987CEF; }
span { border-color: rgb(152,124,239); }
td.TdClassName
{
border-color: #987CEF;
}
.TagClassName
{
border-color: #987CEF;
}
</style>