Shades of Medium Purple #987EEE
Tints of Medium Purple #987EEE
RGB
CMYK
RGB Variations
Color information
#987EEE (or 0x987EEE) is known color: Medium Purple. HEX triplet: 98, 7E and EE. RGB value is (152,126,238). Sum of RGB (Red+Green+Blue) = 152+126+238=516 (68% of max value = 765). Red value is 152 (59.77% from 255 or 29.46% from 516); Green value is 126 (49.61% from 255 or 24.42% from 516); Blue value is 238 (93.36% from 255 or 46.12% from 516); Max value from RGB is 238 - color contains mainly: blue. Hex color #987EEE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #987EEE is #678111. Grayscale: #929292. Windows color (decimal): -6783250 or 15629976. OLE color: 15629976.
HSL color Cylindrical-coordinate representation of color #987EEE: hue angle of 253.93º degrees, saturation: 0.77, 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 #987EEE is Cyan = 0.36, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 152 | 126 | 238 | - |
| CMYK | 0.36 | 0.47 | 0 | 0.07 |
| HSL | 253.93º | 0.77% | 0.71% | - |
| HSV(B) | 253.93º | 0.47% | 0.93% | - |
| XYZ | 35.84 | 27.77 | 84.36 | - |
| YUV | 146.54 | 179.61 | 131.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 126 | 238 | 0.36 | 0.47 | 0 | 0.07 | 253.93 | 0.77 | 0.71 |
| Hex | 98 | 7E | EE | 24 | 2F | 0 | 7 | FE | 4D | 47 |
| Octal | 230 | 176 | 356 | 44 | 57 | 0 | 7 | 376 | 115 | 107 |
| Binary | 10011000 | 1111110 | 11101110 | 100100 | 101111 | 0 | 111 | 11111110 | 1001101 | 1000111 |
Color Harmonies of #987EEE
Complementary color
Monochromatic Colors of #987EEE
Black with #987EEE
Text Example
Text Example
White with #987EEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #987EEE; }
p { color: rgb(152,126,238); }
H1.HeaderClassName
{
color: #987EEE;
}
.AnyTagClassName
{
color: #987EEE;
}
</style>
background-color css
<style>
a { background-color: #987EEE; }
a { background-color: rgb(152,126,238); }
div.DivClassName
{
background-color: #987EEE;
}
.BgClassName
{
background-color: #987EEE;
}
</style>
border-color css
<style>
span { border-color: #987EEE; }
span { border-color: rgb(152,126,238); }
td.TdClassName
{
border-color: #987EEE;
}
.TagClassName
{
border-color: #987EEE;
}
</style>