Shades of Medium Purple #987EEC
Tints of Medium Purple #987EEC
RGB
CMYK
RGB Variations
Color information
#987EEC (or 0x987EEC) is known color: Medium Purple. HEX triplet: 98, 7E and EC. RGB value is (152,126,236). Sum of RGB (Red+Green+Blue) = 152+126+236=514 (68% of max value = 765). Red value is 152 (59.77% from 255 or 29.57% from 514); Green value is 126 (49.61% from 255 or 24.51% from 514); Blue value is 236 (92.58% from 255 or 45.91% from 514); Max value from RGB is 236 - color contains mainly: blue. Hex color #987EEC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #987EEC is #678113. Grayscale: #919191. Windows color (decimal): -6783252 or 15498904. OLE color: 15498904.
HSL color Cylindrical-coordinate representation of color #987EEC: hue angle of 254.18º degrees, saturation: 0.74, 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 #987EEC is Cyan = 0.36, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 152 | 126 | 236 | - |
| CMYK | 0.36 | 0.47 | 0 | 0.07 |
| HSL | 254.18º | 0.74% | 0.71% | - |
| HSV(B) | 254.18º | 0.47% | 0.93% | - |
| XYZ | 35.55 | 27.65 | 82.82 | - |
| YUV | 146.31 | 178.61 | 132.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 126 | 236 | 0.36 | 0.47 | 0 | 0.07 | 254.18 | 0.74 | 0.71 |
| Hex | 98 | 7E | EC | 24 | 2F | 0 | 7 | FE | 4A | 47 |
| Octal | 230 | 176 | 354 | 44 | 57 | 0 | 7 | 376 | 112 | 107 |
| Binary | 10011000 | 1111110 | 11101100 | 100100 | 101111 | 0 | 111 | 11111110 | 1001010 | 1000111 |
Color Harmonies of #987EEC
Complementary color
Monochromatic Colors of #987EEC
Black with #987EEC
Text Example
Text Example
White with #987EEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #987EEC; }
p { color: rgb(152,126,236); }
H1.HeaderClassName
{
color: #987EEC;
}
.AnyTagClassName
{
color: #987EEC;
}
</style>
background-color css
<style>
a { background-color: #987EEC; }
a { background-color: rgb(152,126,236); }
div.DivClassName
{
background-color: #987EEC;
}
.BgClassName
{
background-color: #987EEC;
}
</style>
border-color css
<style>
span { border-color: #987EEC; }
span { border-color: rgb(152,126,236); }
td.TdClassName
{
border-color: #987EEC;
}
.TagClassName
{
border-color: #987EEC;
}
</style>