Shades of Medium Purple #987FF1
Tints of Medium Purple #987FF1
RGB
CMYK
RGB Variations
Color information
#987FF1 (or 0x987FF1) is known color: Medium Purple. HEX triplet: 98, 7F and F1. RGB value is (152,127,241). Sum of RGB (Red+Green+Blue) = 152+127+241=520 (68% of max value = 765). Red value is 152 (59.77% from 255 or 29.23% from 520); Green value is 127 (50% from 255 or 24.42% from 520); Blue value is 241 (94.53% from 255 or 46.35% from 520); Max value from RGB is 241 - color contains mainly: blue. Hex color #987FF1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #987FF1 is #67800E. Grayscale: #939393. Windows color (decimal): -6782991 or 15826840. OLE color: 15826840.
HSL color Cylindrical-coordinate representation of color #987FF1: hue angle of 253.16º degrees, saturation: 0.8, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #987FF1 is Cyan = 0.37, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 152 | 127 | 241 | - |
| CMYK | 0.37 | 0.47 | 0 | 0.05 |
| HSL | 253.16º | 0.8% | 0.72% | - |
| HSV(B) | 253.16º | 0.47% | 0.95% | - |
| XYZ | 36.42 | 28.21 | 86.74 | - |
| YUV | 147.47 | 180.78 | 131.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 127 | 241 | 0.37 | 0.47 | 0 | 0.05 | 253.16 | 0.8 | 0.72 |
| Hex | 98 | 7F | F1 | 25 | 2F | 0 | 5 | FD | 50 | 48 |
| Octal | 230 | 177 | 361 | 45 | 57 | 0 | 5 | 375 | 120 | 110 |
| Binary | 10011000 | 1111111 | 11110001 | 100101 | 101111 | 0 | 101 | 11111101 | 1010000 | 1001000 |
Color Harmonies of #987FF1
Complementary color
Monochromatic Colors of #987FF1
Black with #987FF1
Text Example
Text Example
White with #987FF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #987FF1; }
p { color: rgb(152,127,241); }
H1.HeaderClassName
{
color: #987FF1;
}
.AnyTagClassName
{
color: #987FF1;
}
</style>
background-color css
<style>
a { background-color: #987FF1; }
a { background-color: rgb(152,127,241); }
div.DivClassName
{
background-color: #987FF1;
}
.BgClassName
{
background-color: #987FF1;
}
</style>
border-color css
<style>
span { border-color: #987FF1; }
span { border-color: rgb(152,127,241); }
td.TdClassName
{
border-color: #987FF1;
}
.TagClassName
{
border-color: #987FF1;
}
</style>