Shades of Medium Purple #987BEF
Tints of Medium Purple #987BEF
RGB
CMYK
RGB Variations
Color information
#987BEF (or 0x987BEF) is known color: Medium Purple. HEX triplet: 98, 7B and EF. RGB value is (152,123,239). Sum of RGB (Red+Green+Blue) = 152+123+239=514 (68% of max value = 765). Red value is 152 (59.77% from 255 or 29.57% from 514); Green value is 123 (48.44% from 255 or 23.93% from 514); Blue value is 239 (93.75% from 255 or 46.50% from 514); Max value from RGB is 239 - color contains mainly: blue. Hex color #987BEF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #987BEF is #678410. Grayscale: #909090. Windows color (decimal): -6784017 or 15694744. OLE color: 15694744.
HSL color Cylindrical-coordinate representation of color #987BEF: hue angle of 255º degrees, saturation: 0.78, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #987BEF is Cyan = 0.36, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 152 | 123 | 239 | - |
| CMYK | 0.36 | 0.49 | 0 | 0.06 |
| HSL | 255º | 0.78% | 0.71% | - |
| HSV(B) | 255º | 0.49% | 0.94% | - |
| XYZ | 35.61 | 27.07 | 85.01 | - |
| YUV | 144.9 | 181.11 | 133.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 123 | 239 | 0.36 | 0.49 | 0 | 0.06 | 255 | 0.78 | 0.71 |
| Hex | 98 | 7B | EF | 24 | 31 | 0 | 6 | FF | 4E | 47 |
| Octal | 230 | 173 | 357 | 44 | 61 | 0 | 6 | 377 | 116 | 107 |
| Binary | 10011000 | 1111011 | 11101111 | 100100 | 110001 | 0 | 110 | 11111111 | 1001110 | 1000111 |
Color Harmonies of #987BEF
Complementary color
Monochromatic Colors of #987BEF
Black with #987BEF
Text Example
Text Example
White with #987BEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #987BEF; }
p { color: rgb(152,123,239); }
H1.HeaderClassName
{
color: #987BEF;
}
.AnyTagClassName
{
color: #987BEF;
}
</style>
background-color css
<style>
a { background-color: #987BEF; }
a { background-color: rgb(152,123,239); }
div.DivClassName
{
background-color: #987BEF;
}
.BgClassName
{
background-color: #987BEF;
}
</style>
border-color css
<style>
span { border-color: #987BEF; }
span { border-color: rgb(152,123,239); }
td.TdClassName
{
border-color: #987BEF;
}
.TagClassName
{
border-color: #987BEF;
}
</style>