Shades of Medium Purple #987BF1
Tints of Medium Purple #987BF1
RGB
CMYK
RGB Variations
Color information
#987BF1 (or 0x987BF1) is known color: Medium Purple. HEX triplet: 98, 7B and F1. RGB value is (152,123,241). Sum of RGB (Red+Green+Blue) = 152+123+241=516 (68% of max value = 765). Red value is 152 (59.77% from 255 or 29.46% from 516); Green value is 123 (48.44% from 255 or 23.84% from 516); Blue value is 241 (94.53% from 255 or 46.71% from 516); Max value from RGB is 241 - color contains mainly: blue. Hex color #987BF1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #987BF1 is #67840E. Grayscale: #909090. Windows color (decimal): -6784015 or 15825816. OLE color: 15825816.
HSL color Cylindrical-coordinate representation of color #987BF1: hue angle of 254.75º degrees, saturation: 0.81, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #987BF1 is Cyan = 0.37, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 152 | 123 | 241 | - |
| CMYK | 0.37 | 0.49 | 0 | 0.05 |
| HSL | 254.75º | 0.81% | 0.71% | - |
| HSV(B) | 254.75º | 0.49% | 0.95% | - |
| XYZ | 35.91 | 27.19 | 86.58 | - |
| YUV | 145.12 | 182.11 | 132.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 123 | 241 | 0.37 | 0.49 | 0 | 0.05 | 254.75 | 0.81 | 0.71 |
| Hex | 98 | 7B | F1 | 25 | 31 | 0 | 5 | FF | 51 | 47 |
| Octal | 230 | 173 | 361 | 45 | 61 | 0 | 5 | 377 | 121 | 107 |
| Binary | 10011000 | 1111011 | 11110001 | 100101 | 110001 | 0 | 101 | 11111111 | 1010001 | 1000111 |
Color Harmonies of #987BF1
Complementary color
Monochromatic Colors of #987BF1
Black with #987BF1
Text Example
Text Example
White with #987BF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #987BF1; }
p { color: rgb(152,123,241); }
H1.HeaderClassName
{
color: #987BF1;
}
.AnyTagClassName
{
color: #987BF1;
}
</style>
background-color css
<style>
a { background-color: #987BF1; }
a { background-color: rgb(152,123,241); }
div.DivClassName
{
background-color: #987BF1;
}
.BgClassName
{
background-color: #987BF1;
}
</style>
border-color css
<style>
span { border-color: #987BF1; }
span { border-color: rgb(152,123,241); }
td.TdClassName
{
border-color: #987BF1;
}
.TagClassName
{
border-color: #987BF1;
}
</style>