Shades of Medium Purple #987DD5
Tints of Medium Purple #987DD5
RGB
CMYK
RGB Variations
Color information
#987DD5 (or 0x987DD5) is known color: Medium Purple. HEX triplet: 98, 7D and D5. RGB value is (152,125,213). Sum of RGB (Red+Green+Blue) = 152+125+213=490 (64% of max value = 765). Red value is 152 (59.77% from 255 or 31.02% from 490); Green value is 125 (49.22% from 255 or 25.51% from 490); Blue value is 213 (83.59% from 255 or 43.47% from 490); Max value from RGB is 213 - color contains mainly: blue. Hex color #987DD5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #987DD5 is #67822A. Grayscale: #8E8E8E. Windows color (decimal): -6783531 or 13991320. OLE color: 13991320.
HSL color Cylindrical-coordinate representation of color #987DD5: hue angle of 258.41º 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 #987DD5 is Cyan = 0.29, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 152 | 125 | 213 | - |
| CMYK | 0.29 | 0.41 | 0 | 0.16 |
| HSL | 258.41º | 0.51% | 0.66% | - |
| HSV(B) | 258.41º | 0.41% | 0.84% | - |
| XYZ | 32.29 | 26.15 | 66.3 | - |
| YUV | 143.11 | 167.45 | 134.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 125 | 213 | 0.29 | 0.41 | 0 | 0.16 | 258.41 | 0.51 | 0.66 |
| Hex | 98 | 7D | D5 | 1D | 29 | 0 | 10 | 102 | 33 | 42 |
| Octal | 230 | 175 | 325 | 35 | 51 | 0 | 20 | 402 | 63 | 102 |
| Binary | 10011000 | 1111101 | 11010101 | 11101 | 101001 | 0 | 10000 | 100000010 | 110011 | 1000010 |
Color Harmonies of #987DD5
Complementary color
Monochromatic Colors of #987DD5
Black with #987DD5
Text Example
Text Example
White with #987DD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #987DD5; }
p { color: rgb(152,125,213); }
H1.HeaderClassName
{
color: #987DD5;
}
.AnyTagClassName
{
color: #987DD5;
}
</style>
background-color css
<style>
a { background-color: #987DD5; }
a { background-color: rgb(152,125,213); }
div.DivClassName
{
background-color: #987DD5;
}
.BgClassName
{
background-color: #987DD5;
}
</style>
border-color css
<style>
span { border-color: #987DD5; }
span { border-color: rgb(152,125,213); }
td.TdClassName
{
border-color: #987DD5;
}
.TagClassName
{
border-color: #987DD5;
}
</style>