Shades of Medium Purple #987DE9
Tints of Medium Purple #987DE9
RGB
CMYK
RGB Variations
Color information
#987DE9 (or 0x987DE9) is known color: Medium Purple. HEX triplet: 98, 7D and E9. RGB value is (152,125,233). Sum of RGB (Red+Green+Blue) = 152+125+233=510 (67% of max value = 765). Red value is 152 (59.77% from 255 or 29.80% from 510); Green value is 125 (49.22% from 255 or 24.51% from 510); Blue value is 233 (91.41% from 255 or 45.69% from 510); Max value from RGB is 233 - color contains mainly: blue. Hex color #987DE9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #987DE9 is #678216. Grayscale: #909090. Windows color (decimal): -6783511 or 15302040. OLE color: 15302040.
HSL color Cylindrical-coordinate representation of color #987DE9: hue angle of 255º degrees, saturation: 0.71, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #987DE9 is Cyan = 0.35, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 152 | 125 | 233 | - |
| CMYK | 0.35 | 0.46 | 0 | 0.09 |
| HSL | 255º | 0.71% | 0.7% | - |
| HSV(B) | 255º | 0.46% | 0.91% | - |
| XYZ | 34.99 | 27.23 | 80.5 | - |
| YUV | 145.39 | 177.45 | 132.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 125 | 233 | 0.35 | 0.46 | 0 | 0.09 | 255 | 0.71 | 0.7 |
| Hex | 98 | 7D | E9 | 23 | 2E | 0 | 9 | FF | 47 | 46 |
| Octal | 230 | 175 | 351 | 43 | 56 | 0 | 11 | 377 | 107 | 106 |
| Binary | 10011000 | 1111101 | 11101001 | 100011 | 101110 | 0 | 1001 | 11111111 | 1000111 | 1000110 |
Color Harmonies of #987DE9
Complementary color
Monochromatic Colors of #987DE9
Black with #987DE9
Text Example
Text Example
White with #987DE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #987DE9; }
p { color: rgb(152,125,233); }
H1.HeaderClassName
{
color: #987DE9;
}
.AnyTagClassName
{
color: #987DE9;
}
</style>
background-color css
<style>
a { background-color: #987DE9; }
a { background-color: rgb(152,125,233); }
div.DivClassName
{
background-color: #987DE9;
}
.BgClassName
{
background-color: #987DE9;
}
</style>
border-color css
<style>
span { border-color: #987DE9; }
span { border-color: rgb(152,125,233); }
td.TdClassName
{
border-color: #987DE9;
}
.TagClassName
{
border-color: #987DE9;
}
</style>