Shades of Medium Purple #987BEC
Tints of Medium Purple #987BEC
RGB
CMYK
RGB Variations
Color information
#987BEC (or 0x987BEC) is known color: Medium Purple. HEX triplet: 98, 7B and EC. RGB value is (152,123,236). Sum of RGB (Red+Green+Blue) = 152+123+236=511 (67% of max value = 765). Red value is 152 (59.77% from 255 or 29.75% from 511); Green value is 123 (48.44% from 255 or 24.07% from 511); Blue value is 236 (92.58% from 255 or 46.18% from 511); Max value from RGB is 236 - color contains mainly: blue. Hex color #987BEC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #987BEC is #678413. Grayscale: #909090. Windows color (decimal): -6784020 or 15498136. OLE color: 15498136.
HSL color Cylindrical-coordinate representation of color #987BEC: hue angle of 255.4º degrees, saturation: 0.75, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #987BEC is Cyan = 0.36, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 152 | 123 | 236 | - |
| CMYK | 0.36 | 0.48 | 0 | 0.07 |
| HSL | 255.4º | 0.75% | 0.7% | - |
| HSV(B) | 255.4º | 0.48% | 0.93% | - |
| XYZ | 35.17 | 26.9 | 82.69 | - |
| YUV | 144.55 | 179.61 | 133.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 123 | 236 | 0.36 | 0.48 | 0 | 0.07 | 255.4 | 0.75 | 0.7 |
| Hex | 98 | 7B | EC | 24 | 30 | 0 | 7 | FF | 4B | 46 |
| Octal | 230 | 173 | 354 | 44 | 60 | 0 | 7 | 377 | 113 | 106 |
| Binary | 10011000 | 1111011 | 11101100 | 100100 | 110000 | 0 | 111 | 11111111 | 1001011 | 1000110 |
Color Harmonies of #987BEC
Complementary color
Monochromatic Colors of #987BEC
Black with #987BEC
Text Example
Text Example
White with #987BEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #987BEC; }
p { color: rgb(152,123,236); }
H1.HeaderClassName
{
color: #987BEC;
}
.AnyTagClassName
{
color: #987BEC;
}
</style>
background-color css
<style>
a { background-color: #987BEC; }
a { background-color: rgb(152,123,236); }
div.DivClassName
{
background-color: #987BEC;
}
.BgClassName
{
background-color: #987BEC;
}
</style>
border-color css
<style>
span { border-color: #987BEC; }
span { border-color: rgb(152,123,236); }
td.TdClassName
{
border-color: #987BEC;
}
.TagClassName
{
border-color: #987BEC;
}
</style>