Shades of Medium Purple #987BE5
Tints of Medium Purple #987BE5
RGB
CMYK
RGB Variations
Color information
#987BE5 (or 0x987BE5) is known color: Medium Purple. HEX triplet: 98, 7B and E5. RGB value is (152,123,229). Sum of RGB (Red+Green+Blue) = 152+123+229=504 (66% of max value = 765). Red value is 152 (59.77% from 255 or 30.16% from 504); Green value is 123 (48.44% from 255 or 24.40% from 504); Blue value is 229 (89.84% from 255 or 45.44% from 504); Max value from RGB is 229 - color contains mainly: blue. Hex color #987BE5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #987BE5 is #67841A. Grayscale: #8F8F8F. Windows color (decimal): -6784027 or 15039384. OLE color: 15039384.
HSL color Cylindrical-coordinate representation of color #987BE5: hue angle of 256.42º degrees, saturation: 0.67, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #987BE5 is Cyan = 0.34, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 152 | 123 | 229 | - |
| CMYK | 0.34 | 0.46 | 0 | 0.10 |
| HSL | 256.42º | 0.67% | 0.69% | - |
| HSV(B) | 256.42º | 0.46% | 0.9% | - |
| XYZ | 34.17 | 26.5 | 77.44 | - |
| YUV | 143.76 | 176.11 | 133.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 123 | 229 | 0.34 | 0.46 | 0 | 0.10 | 256.42 | 0.67 | 0.69 |
| Hex | 98 | 7B | E5 | 22 | 2E | 0 | A | 100 | 43 | 45 |
| Octal | 230 | 173 | 345 | 42 | 56 | 0 | 12 | 400 | 103 | 105 |
| Binary | 10011000 | 1111011 | 11100101 | 100010 | 101110 | 0 | 1010 | 100000000 | 1000011 | 1000101 |
Color Harmonies of #987BE5
Complementary color
Monochromatic Colors of #987BE5
Black with #987BE5
Text Example
Text Example
White with #987BE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #987BE5; }
p { color: rgb(152,123,229); }
H1.HeaderClassName
{
color: #987BE5;
}
.AnyTagClassName
{
color: #987BE5;
}
</style>
background-color css
<style>
a { background-color: #987BE5; }
a { background-color: rgb(152,123,229); }
div.DivClassName
{
background-color: #987BE5;
}
.BgClassName
{
background-color: #987BE5;
}
</style>
border-color css
<style>
span { border-color: #987BE5; }
span { border-color: rgb(152,123,229); }
td.TdClassName
{
border-color: #987BE5;
}
.TagClassName
{
border-color: #987BE5;
}
</style>