Shades of Medium Purple #987ED5
Tints of Medium Purple #987ED5
RGB
CMYK
RGB Variations
Color information
#987ED5 (or 0x987ED5) is known color: Medium Purple. HEX triplet: 98, 7E and D5. RGB value is (152,126,213). Sum of RGB (Red+Green+Blue) = 152+126+213=491 (65% of max value = 765). Red value is 152 (59.77% from 255 or 30.96% from 491); Green value is 126 (49.61% from 255 or 25.66% from 491); Blue value is 213 (83.59% from 255 or 43.38% from 491); Max value from RGB is 213 - color contains mainly: blue. Hex color #987ED5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #987ED5 is #67812A. Grayscale: #8F8F8F. Windows color (decimal): -6783275 or 13991576. OLE color: 13991576.
HSL color Cylindrical-coordinate representation of color #987ED5: hue angle of 257.93º degrees, saturation: 0.51, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #987ED5 is Cyan = 0.29, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 152 | 126 | 213 | - |
| CMYK | 0.29 | 0.41 | 0 | 0.16 |
| HSL | 257.93º | 0.51% | 0.66% | - |
| HSV(B) | 257.93º | 0.41% | 0.84% | - |
| XYZ | 32.42 | 26.4 | 66.34 | - |
| YUV | 143.69 | 167.11 | 133.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 126 | 213 | 0.29 | 0.41 | 0 | 0.16 | 257.93 | 0.51 | 0.66 |
| Hex | 98 | 7E | D5 | 1D | 29 | 0 | 10 | 102 | 33 | 42 |
| Octal | 230 | 176 | 325 | 35 | 51 | 0 | 20 | 402 | 63 | 102 |
| Binary | 10011000 | 1111110 | 11010101 | 11101 | 101001 | 0 | 10000 | 100000010 | 110011 | 1000010 |
Color Harmonies of #987ED5
Complementary color
Monochromatic Colors of #987ED5
Black with #987ED5
Text Example
Text Example
White with #987ED5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #987ED5; }
p { color: rgb(152,126,213); }
H1.HeaderClassName
{
color: #987ED5;
}
.AnyTagClassName
{
color: #987ED5;
}
</style>
background-color css
<style>
a { background-color: #987ED5; }
a { background-color: rgb(152,126,213); }
div.DivClassName
{
background-color: #987ED5;
}
.BgClassName
{
background-color: #987ED5;
}
</style>
border-color css
<style>
span { border-color: #987ED5; }
span { border-color: rgb(152,126,213); }
td.TdClassName
{
border-color: #987ED5;
}
.TagClassName
{
border-color: #987ED5;
}
</style>