Shades of Medium Purple #987FDF
Tints of Medium Purple #987FDF
RGB
CMYK
RGB Variations
Color information
#987FDF (or 0x987FDF) is known color: Medium Purple. HEX triplet: 98, 7F and DF. RGB value is (152,127,223). Sum of RGB (Red+Green+Blue) = 152+127+223=502 (66% of max value = 765). Red value is 152 (59.77% from 255 or 30.28% from 502); Green value is 127 (50% from 255 or 25.30% from 502); Blue value is 223 (87.5% from 255 or 44.42% from 502); Max value from RGB is 223 - color contains mainly: blue. Hex color #987FDF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #987FDF is #678020. Grayscale: #919191. Windows color (decimal): -6783009 or 14647192. OLE color: 14647192.
HSL color Cylindrical-coordinate representation of color #987FDF: hue angle of 255.62º degrees, saturation: 0.6, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #987FDF is Cyan = 0.32, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 152 | 127 | 223 | - |
| CMYK | 0.32 | 0.43 | 0 | 0.13 |
| HSL | 255.63º | 0.6% | 0.69% | - |
| HSV(B) | 255.63º | 0.43% | 0.87% | - |
| XYZ | 33.86 | 27.18 | 73.27 | - |
| YUV | 145.42 | 171.78 | 132.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 127 | 223 | 0.32 | 0.43 | 0 | 0.13 | 255.63 | 0.6 | 0.69 |
| Hex | 98 | 7F | DF | 20 | 2B | 0 | D | 100 | 3C | 45 |
| Octal | 230 | 177 | 337 | 40 | 53 | 0 | 15 | 400 | 74 | 105 |
| Binary | 10011000 | 1111111 | 11011111 | 100000 | 101011 | 0 | 1101 | 100000000 | 111100 | 1000101 |
Color Harmonies of #987FDF
Complementary color
Monochromatic Colors of #987FDF
Black with #987FDF
Text Example
Text Example
White with #987FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #987FDF; }
p { color: rgb(152,127,223); }
H1.HeaderClassName
{
color: #987FDF;
}
.AnyTagClassName
{
color: #987FDF;
}
</style>
background-color css
<style>
a { background-color: #987FDF; }
a { background-color: rgb(152,127,223); }
div.DivClassName
{
background-color: #987FDF;
}
.BgClassName
{
background-color: #987FDF;
}
</style>
border-color css
<style>
span { border-color: #987FDF; }
span { border-color: rgb(152,127,223); }
td.TdClassName
{
border-color: #987FDF;
}
.TagClassName
{
border-color: #987FDF;
}
</style>