Shades of Medium Purple #987FDE
Tints of Medium Purple #987FDE
RGB
CMYK
RGB Variations
Color information
#987FDE (or 0x987FDE) is known color: Medium Purple. HEX triplet: 98, 7F and DE. RGB value is (152,127,222). Sum of RGB (Red+Green+Blue) = 152+127+222=501 (66% of max value = 765). Red value is 152 (59.77% from 255 or 30.34% from 501); Green value is 127 (50% from 255 or 25.35% from 501); Blue value is 222 (87.11% from 255 or 44.31% from 501); Max value from RGB is 222 - color contains mainly: blue. Hex color #987FDE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #987FDE is #678021. Grayscale: #909090. Windows color (decimal): -6783010 or 14581656. OLE color: 14581656.
HSL color Cylindrical-coordinate representation of color #987FDE: hue angle of 255.79º degrees, saturation: 0.59, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #987FDE is Cyan = 0.32, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 152 | 127 | 222 | - |
| CMYK | 0.32 | 0.43 | 0 | 0.13 |
| HSL | 255.79º | 0.59% | 0.68% | - |
| HSV(B) | 255.79º | 0.43% | 0.87% | - |
| XYZ | 33.72 | 27.13 | 72.57 | - |
| YUV | 145.31 | 171.28 | 132.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 127 | 222 | 0.32 | 0.43 | 0 | 0.13 | 255.79 | 0.59 | 0.68 |
| Hex | 98 | 7F | DE | 20 | 2B | 0 | D | 100 | 3B | 44 |
| Octal | 230 | 177 | 336 | 40 | 53 | 0 | 15 | 400 | 73 | 104 |
| Binary | 10011000 | 1111111 | 11011110 | 100000 | 101011 | 0 | 1101 | 100000000 | 111011 | 1000100 |
Color Harmonies of #987FDE
Complementary color
Monochromatic Colors of #987FDE
Black with #987FDE
Text Example
Text Example
White with #987FDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #987FDE; }
p { color: rgb(152,127,222); }
H1.HeaderClassName
{
color: #987FDE;
}
.AnyTagClassName
{
color: #987FDE;
}
</style>
background-color css
<style>
a { background-color: #987FDE; }
a { background-color: rgb(152,127,222); }
div.DivClassName
{
background-color: #987FDE;
}
.BgClassName
{
background-color: #987FDE;
}
</style>
border-color css
<style>
span { border-color: #987FDE; }
span { border-color: rgb(152,127,222); }
td.TdClassName
{
border-color: #987FDE;
}
.TagClassName
{
border-color: #987FDE;
}
</style>