Shades of Medium Purple #987EEF
Tints of Medium Purple #987EEF
RGB
CMYK
RGB Variations
Color information
#987EEF (or 0x987EEF) is known color: Medium Purple. HEX triplet: 98, 7E and EF. RGB value is (152,126,239). Sum of RGB (Red+Green+Blue) = 152+126+239=517 (68% of max value = 765). Red value is 152 (59.77% from 255 or 29.40% from 517); Green value is 126 (49.61% from 255 or 24.37% from 517); Blue value is 239 (93.75% from 255 or 46.23% from 517); Max value from RGB is 239 - color contains mainly: blue. Hex color #987EEF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #987EEF is #678110. Grayscale: #929292. Windows color (decimal): -6783249 or 15695512. OLE color: 15695512.
HSL color Cylindrical-coordinate representation of color #987EEF: hue angle of 253.81º degrees, saturation: 0.78, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #987EEF is Cyan = 0.36, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 152 | 126 | 239 | - |
| CMYK | 0.36 | 0.47 | 0 | 0.06 |
| HSL | 253.81º | 0.78% | 0.72% | - |
| HSV(B) | 253.81º | 0.47% | 0.94% | - |
| XYZ | 35.99 | 27.83 | 85.14 | - |
| YUV | 146.66 | 180.11 | 131.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 126 | 239 | 0.36 | 0.47 | 0 | 0.06 | 253.81 | 0.78 | 0.72 |
| Hex | 98 | 7E | EF | 24 | 2F | 0 | 6 | FE | 4E | 48 |
| Octal | 230 | 176 | 357 | 44 | 57 | 0 | 6 | 376 | 116 | 110 |
| Binary | 10011000 | 1111110 | 11101111 | 100100 | 101111 | 0 | 110 | 11111110 | 1001110 | 1001000 |
Color Harmonies of #987EEF
Complementary color
Monochromatic Colors of #987EEF
Black with #987EEF
Text Example
Text Example
White with #987EEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #987EEF; }
p { color: rgb(152,126,239); }
H1.HeaderClassName
{
color: #987EEF;
}
.AnyTagClassName
{
color: #987EEF;
}
</style>
background-color css
<style>
a { background-color: #987EEF; }
a { background-color: rgb(152,126,239); }
div.DivClassName
{
background-color: #987EEF;
}
.BgClassName
{
background-color: #987EEF;
}
</style>
border-color css
<style>
span { border-color: #987EEF; }
span { border-color: rgb(152,126,239); }
td.TdClassName
{
border-color: #987EEF;
}
.TagClassName
{
border-color: #987EEF;
}
</style>