Shades of Medium Purple #987FD1
Tints of Medium Purple #987FD1
RGB
CMYK
RGB Variations
Color information
#987FD1 (or 0x987FD1) is known color: Medium Purple. HEX triplet: 98, 7F and D1. RGB value is (152,127,209). Sum of RGB (Red+Green+Blue) = 152+127+209=488 (64% of max value = 765). Red value is 152 (59.77% from 255 or 31.15% from 488); Green value is 127 (50% from 255 or 26.02% from 488); Blue value is 209 (82.03% from 255 or 42.83% from 488); Max value from RGB is 209 - color contains mainly: blue. Hex color #987FD1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #987FD1 is #67802E. Grayscale: #8F8F8F. Windows color (decimal): -6783023 or 13729688. OLE color: 13729688.
HSL color Cylindrical-coordinate representation of color #987FD1: hue angle of 258.29º degrees, saturation: 0.47, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #987FD1 is Cyan = 0.27, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 152 | 127 | 209 | - |
| CMYK | 0.27 | 0.39 | 0 | 0.18 |
| HSL | 258.29º | 0.47% | 0.66% | - |
| HSV(B) | 258.29º | 0.39% | 0.82% | - |
| XYZ | 32.05 | 26.46 | 63.74 | - |
| YUV | 143.82 | 164.78 | 133.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 127 | 209 | 0.27 | 0.39 | 0 | 0.18 | 258.29 | 0.47 | 0.66 |
| Hex | 98 | 7F | D1 | 1B | 27 | 0 | 12 | 102 | 2F | 42 |
| Octal | 230 | 177 | 321 | 33 | 47 | 0 | 22 | 402 | 57 | 102 |
| Binary | 10011000 | 1111111 | 11010001 | 11011 | 100111 | 0 | 10010 | 100000010 | 101111 | 1000010 |
Color Harmonies of #987FD1
Complementary color
Monochromatic Colors of #987FD1
Black with #987FD1
Text Example
Text Example
White with #987FD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #987FD1; }
p { color: rgb(152,127,209); }
H1.HeaderClassName
{
color: #987FD1;
}
.AnyTagClassName
{
color: #987FD1;
}
</style>
background-color css
<style>
a { background-color: #987FD1; }
a { background-color: rgb(152,127,209); }
div.DivClassName
{
background-color: #987FD1;
}
.BgClassName
{
background-color: #987FD1;
}
</style>
border-color css
<style>
span { border-color: #987FD1; }
span { border-color: rgb(152,127,209); }
td.TdClassName
{
border-color: #987FD1;
}
.TagClassName
{
border-color: #987FD1;
}
</style>