Shades of Medium Purple #987DE0
Tints of Medium Purple #987DE0
RGB
CMYK
RGB Variations
Color information
#987DE0 (or 0x987DE0) is known color: Medium Purple. HEX triplet: 98, 7D and E0. RGB value is (152,125,224). Sum of RGB (Red+Green+Blue) = 152+125+224=501 (66% of max value = 765). Red value is 152 (59.77% from 255 or 30.34% from 501); Green value is 125 (49.22% from 255 or 24.95% from 501); Blue value is 224 (87.89% from 255 or 44.71% from 501); Max value from RGB is 224 - color contains mainly: blue. Hex color #987DE0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #987DE0 is #67821F. Grayscale: #8F8F8F. Windows color (decimal): -6783520 or 14712216. OLE color: 14712216.
HSL color Cylindrical-coordinate representation of color #987DE0: hue angle of 256.36º degrees, saturation: 0.61, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #987DE0 is Cyan = 0.32, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 152 | 125 | 224 | - |
| CMYK | 0.32 | 0.44 | 0 | 0.12 |
| HSL | 256.36º | 0.61% | 0.68% | - |
| HSV(B) | 256.36º | 0.44% | 0.88% | - |
| XYZ | 33.74 | 26.72 | 73.9 | - |
| YUV | 144.36 | 172.95 | 133.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 125 | 224 | 0.32 | 0.44 | 0 | 0.12 | 256.36 | 0.61 | 0.68 |
| Hex | 98 | 7D | E0 | 20 | 2C | 0 | C | 100 | 3D | 44 |
| Octal | 230 | 175 | 340 | 40 | 54 | 0 | 14 | 400 | 75 | 104 |
| Binary | 10011000 | 1111101 | 11100000 | 100000 | 101100 | 0 | 1100 | 100000000 | 111101 | 1000100 |
Color Harmonies of #987DE0
Complementary color
Monochromatic Colors of #987DE0
Black with #987DE0
Text Example
Text Example
White with #987DE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #987DE0; }
p { color: rgb(152,125,224); }
H1.HeaderClassName
{
color: #987DE0;
}
.AnyTagClassName
{
color: #987DE0;
}
</style>
background-color css
<style>
a { background-color: #987DE0; }
a { background-color: rgb(152,125,224); }
div.DivClassName
{
background-color: #987DE0;
}
.BgClassName
{
background-color: #987DE0;
}
</style>
border-color css
<style>
span { border-color: #987DE0; }
span { border-color: rgb(152,125,224); }
td.TdClassName
{
border-color: #987DE0;
}
.TagClassName
{
border-color: #987DE0;
}
</style>