Shades of Medium Purple #987DE7
Tints of Medium Purple #987DE7
RGB
CMYK
RGB Variations
Color information
#987DE7 (or 0x987DE7) is known color: Medium Purple. HEX triplet: 98, 7D and E7. RGB value is (152,125,231). Sum of RGB (Red+Green+Blue) = 152+125+231=508 (67% of max value = 765). Red value is 152 (59.77% from 255 or 29.92% from 508); Green value is 125 (49.22% from 255 or 24.61% from 508); Blue value is 231 (90.62% from 255 or 45.47% from 508); Max value from RGB is 231 - color contains mainly: blue. Hex color #987DE7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #987DE7 is #678218. Grayscale: #909090. Windows color (decimal): -6783513 or 15170968. OLE color: 15170968.
HSL color Cylindrical-coordinate representation of color #987DE7: hue angle of 255.28º degrees, saturation: 0.69, 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 #987DE7 is Cyan = 0.34, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 152 | 125 | 231 | - |
| CMYK | 0.34 | 0.46 | 0 | 0.09 |
| HSL | 255.28º | 0.69% | 0.7% | - |
| HSV(B) | 255.28º | 0.46% | 0.91% | - |
| XYZ | 34.71 | 27.11 | 79.01 | - |
| YUV | 145.16 | 176.45 | 132.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 125 | 231 | 0.34 | 0.46 | 0 | 0.09 | 255.28 | 0.69 | 0.7 |
| Hex | 98 | 7D | E7 | 22 | 2E | 0 | 9 | FF | 45 | 46 |
| Octal | 230 | 175 | 347 | 42 | 56 | 0 | 11 | 377 | 105 | 106 |
| Binary | 10011000 | 1111101 | 11100111 | 100010 | 101110 | 0 | 1001 | 11111111 | 1000101 | 1000110 |
Color Harmonies of #987DE7
Complementary color
Monochromatic Colors of #987DE7
Black with #987DE7
Text Example
Text Example
White with #987DE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #987DE7; }
p { color: rgb(152,125,231); }
H1.HeaderClassName
{
color: #987DE7;
}
.AnyTagClassName
{
color: #987DE7;
}
</style>
background-color css
<style>
a { background-color: #987DE7; }
a { background-color: rgb(152,125,231); }
div.DivClassName
{
background-color: #987DE7;
}
.BgClassName
{
background-color: #987DE7;
}
</style>
border-color css
<style>
span { border-color: #987DE7; }
span { border-color: rgb(152,125,231); }
td.TdClassName
{
border-color: #987DE7;
}
.TagClassName
{
border-color: #987DE7;
}
</style>