Shades of Medium Purple #987BE7
Tints of Medium Purple #987BE7
RGB
CMYK
RGB Variations
Color information
#987BE7 (or 0x987BE7) is known color: Medium Purple. HEX triplet: 98, 7B and E7. RGB value is (152,123,231). Sum of RGB (Red+Green+Blue) = 152+123+231=506 (67% of max value = 765). Red value is 152 (59.77% from 255 or 30.04% from 506); Green value is 123 (48.44% from 255 or 24.31% from 506); Blue value is 231 (90.62% from 255 or 45.65% from 506); Max value from RGB is 231 - color contains mainly: blue. Hex color #987BE7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #987BE7 is #678418. Grayscale: #8F8F8F. Windows color (decimal): -6784025 or 15170456. OLE color: 15170456.
HSL color Cylindrical-coordinate representation of color #987BE7: hue angle of 256.11º degrees, saturation: 0.69, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #987BE7 is Cyan = 0.34, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 152 | 123 | 231 | - |
| CMYK | 0.34 | 0.47 | 0 | 0.09 |
| HSL | 256.11º | 0.69% | 0.69% | - |
| HSV(B) | 256.11º | 0.47% | 0.91% | - |
| XYZ | 34.46 | 26.61 | 78.92 | - |
| YUV | 143.98 | 177.11 | 133.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 123 | 231 | 0.34 | 0.47 | 0 | 0.09 | 256.11 | 0.69 | 0.69 |
| Hex | 98 | 7B | E7 | 22 | 2F | 0 | 9 | 100 | 45 | 45 |
| Octal | 230 | 173 | 347 | 42 | 57 | 0 | 11 | 400 | 105 | 105 |
| Binary | 10011000 | 1111011 | 11100111 | 100010 | 101111 | 0 | 1001 | 100000000 | 1000101 | 1000101 |
Color Harmonies of #987BE7
Complementary color
Monochromatic Colors of #987BE7
Black with #987BE7
Text Example
Text Example
White with #987BE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #987BE7; }
p { color: rgb(152,123,231); }
H1.HeaderClassName
{
color: #987BE7;
}
.AnyTagClassName
{
color: #987BE7;
}
</style>
background-color css
<style>
a { background-color: #987BE7; }
a { background-color: rgb(152,123,231); }
div.DivClassName
{
background-color: #987BE7;
}
.BgClassName
{
background-color: #987BE7;
}
</style>
border-color css
<style>
span { border-color: #987BE7; }
span { border-color: rgb(152,123,231); }
td.TdClassName
{
border-color: #987BE7;
}
.TagClassName
{
border-color: #987BE7;
}
</style>