Shades of Medium Purple #987FDD
Tints of Medium Purple #987FDD
RGB
CMYK
RGB Variations
Color information
#987FDD (or 0x987FDD) is known color: Medium Purple. HEX triplet: 98, 7F and DD. RGB value is (152,127,221). Sum of RGB (Red+Green+Blue) = 152+127+221=500 (66% of max value = 765). Red value is 152 (59.77% from 255 or 30.4% from 500); Green value is 127 (50% from 255 or 25.4% from 500); Blue value is 221 (86.72% from 255 or 44.2% from 500); Max value from RGB is 221 - color contains mainly: blue. Hex color #987FDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #987FDD is #678022. Grayscale: #909090. Windows color (decimal): -6783011 or 14516120. OLE color: 14516120.
HSL color Cylindrical-coordinate representation of color #987FDD: hue angle of 255.96º degrees, saturation: 0.58, 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 #987FDD is Cyan = 0.31, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 152 | 127 | 221 | - |
| CMYK | 0.31 | 0.43 | 0 | 0.13 |
| HSL | 255.96º | 0.58% | 0.68% | - |
| HSV(B) | 255.96º | 0.43% | 0.87% | - |
| XYZ | 33.59 | 27.07 | 71.86 | - |
| YUV | 145.19 | 170.78 | 132.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 127 | 221 | 0.31 | 0.43 | 0 | 0.13 | 255.96 | 0.58 | 0.68 |
| Hex | 98 | 7F | DD | 1F | 2B | 0 | D | 100 | 3A | 44 |
| Octal | 230 | 177 | 335 | 37 | 53 | 0 | 15 | 400 | 72 | 104 |
| Binary | 10011000 | 1111111 | 11011101 | 11111 | 101011 | 0 | 1101 | 100000000 | 111010 | 1000100 |
Color Harmonies of #987FDD
Complementary color
Monochromatic Colors of #987FDD
Black with #987FDD
Text Example
Text Example
White with #987FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #987FDD; }
p { color: rgb(152,127,221); }
H1.HeaderClassName
{
color: #987FDD;
}
.AnyTagClassName
{
color: #987FDD;
}
</style>
background-color css
<style>
a { background-color: #987FDD; }
a { background-color: rgb(152,127,221); }
div.DivClassName
{
background-color: #987FDD;
}
.BgClassName
{
background-color: #987FDD;
}
</style>
border-color css
<style>
span { border-color: #987FDD; }
span { border-color: rgb(152,127,221); }
td.TdClassName
{
border-color: #987FDD;
}
.TagClassName
{
border-color: #987FDD;
}
</style>