Shades of Medium Purple #987FD5
Tints of Medium Purple #987FD5
RGB
CMYK
RGB Variations
Color information
#987FD5 (or 0x987FD5) is known color: Medium Purple. HEX triplet: 98, 7F and D5. RGB value is (152,127,213). Sum of RGB (Red+Green+Blue) = 152+127+213=492 (65% of max value = 765). Red value is 152 (59.77% from 255 or 30.89% from 492); Green value is 127 (50% from 255 or 25.81% from 492); Blue value is 213 (83.59% from 255 or 43.29% from 492); Max value from RGB is 213 - color contains mainly: blue. Hex color #987FD5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #987FD5 is #67802A. Grayscale: #8F8F8F. Windows color (decimal): -6783019 or 13991832. OLE color: 13991832.
HSL color Cylindrical-coordinate representation of color #987FD5: hue angle of 257.44º degrees, saturation: 0.51, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #987FD5 is Cyan = 0.29, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 152 | 127 | 213 | - |
| CMYK | 0.29 | 0.40 | 0 | 0.16 |
| HSL | 257.44º | 0.51% | 0.67% | - |
| HSV(B) | 257.44º | 0.4% | 0.84% | - |
| XYZ | 32.55 | 26.66 | 66.38 | - |
| YUV | 144.28 | 166.78 | 133.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 127 | 213 | 0.29 | 0.40 | 0 | 0.16 | 257.44 | 0.51 | 0.67 |
| Hex | 98 | 7F | D5 | 1D | 28 | 0 | 10 | 101 | 33 | 43 |
| Octal | 230 | 177 | 325 | 35 | 50 | 0 | 20 | 401 | 63 | 103 |
| Binary | 10011000 | 1111111 | 11010101 | 11101 | 101000 | 0 | 10000 | 100000001 | 110011 | 1000011 |
Color Harmonies of #987FD5
Complementary color
Monochromatic Colors of #987FD5
Black with #987FD5
Text Example
Text Example
White with #987FD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #987FD5; }
p { color: rgb(152,127,213); }
H1.HeaderClassName
{
color: #987FD5;
}
.AnyTagClassName
{
color: #987FD5;
}
</style>
background-color css
<style>
a { background-color: #987FD5; }
a { background-color: rgb(152,127,213); }
div.DivClassName
{
background-color: #987FD5;
}
.BgClassName
{
background-color: #987FD5;
}
</style>
border-color css
<style>
span { border-color: #987FD5; }
span { border-color: rgb(152,127,213); }
td.TdClassName
{
border-color: #987FD5;
}
.TagClassName
{
border-color: #987FD5;
}
</style>