Shades of Medium Purple #987FEA
Tints of Medium Purple #987FEA
RGB
CMYK
RGB Variations
Color information
#987FEA (or 0x987FEA) is known color: Medium Purple. HEX triplet: 98, 7F and EA. RGB value is (152,127,234). Sum of RGB (Red+Green+Blue) = 152+127+234=513 (67% of max value = 765). Red value is 152 (59.77% from 255 or 29.63% from 513); Green value is 127 (50% from 255 or 24.76% from 513); Blue value is 234 (91.80% from 255 or 45.61% from 513); Max value from RGB is 234 - color contains mainly: blue. Hex color #987FEA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #987FEA is #678015. Grayscale: #929292. Windows color (decimal): -6782998 or 15368088. OLE color: 15368088.
HSL color Cylindrical-coordinate representation of color #987FEA: hue angle of 254.02º degrees, saturation: 0.72, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #987FEA is Cyan = 0.35, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 152 | 127 | 234 | - |
| CMYK | 0.35 | 0.46 | 0 | 0.08 |
| HSL | 254.02º | 0.72% | 0.71% | - |
| HSV(B) | 254.02º | 0.46% | 0.92% | - |
| XYZ | 35.39 | 27.79 | 81.34 | - |
| YUV | 146.67 | 177.28 | 131.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 127 | 234 | 0.35 | 0.46 | 0 | 0.08 | 254.02 | 0.72 | 0.71 |
| Hex | 98 | 7F | EA | 23 | 2E | 0 | 8 | FE | 48 | 47 |
| Octal | 230 | 177 | 352 | 43 | 56 | 0 | 10 | 376 | 110 | 107 |
| Binary | 10011000 | 1111111 | 11101010 | 100011 | 101110 | 0 | 1000 | 11111110 | 1001000 | 1000111 |
Color Harmonies of #987FEA
Complementary color
Monochromatic Colors of #987FEA
Black with #987FEA
Text Example
Text Example
White with #987FEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #987FEA; }
p { color: rgb(152,127,234); }
H1.HeaderClassName
{
color: #987FEA;
}
.AnyTagClassName
{
color: #987FEA;
}
</style>
background-color css
<style>
a { background-color: #987FEA; }
a { background-color: rgb(152,127,234); }
div.DivClassName
{
background-color: #987FEA;
}
.BgClassName
{
background-color: #987FEA;
}
</style>
border-color css
<style>
span { border-color: #987FEA; }
span { border-color: rgb(152,127,234); }
td.TdClassName
{
border-color: #987FEA;
}
.TagClassName
{
border-color: #987FEA;
}
</style>