Shades of Medium Purple #987AE5
Tints of Medium Purple #987AE5
RGB
CMYK
RGB Variations
Color information
#987AE5 (or 0x987AE5) is known color: Medium Purple. HEX triplet: 98, 7A and E5. RGB value is (152,122,229). Sum of RGB (Red+Green+Blue) = 152+122+229=503 (66% of max value = 765). Red value is 152 (59.77% from 255 or 30.22% from 503); Green value is 122 (48.05% from 255 or 24.25% from 503); Blue value is 229 (89.84% from 255 or 45.53% from 503); Max value from RGB is 229 - color contains mainly: blue. Hex color #987AE5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #987AE5 is #67851A. Grayscale: #8E8E8E. Windows color (decimal): -6784283 or 15039128. OLE color: 15039128.
HSL color Cylindrical-coordinate representation of color #987AE5: hue angle of 256.82º degrees, saturation: 0.67, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #987AE5 is Cyan = 0.34, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 152 | 122 | 229 | - |
| CMYK | 0.34 | 0.47 | 0 | 0.10 |
| HSL | 256.82º | 0.67% | 0.69% | - |
| HSV(B) | 256.82º | 0.47% | 0.9% | - |
| XYZ | 34.05 | 26.25 | 77.4 | - |
| YUV | 143.17 | 176.44 | 134.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 122 | 229 | 0.34 | 0.47 | 0 | 0.10 | 256.82 | 0.67 | 0.69 |
| Hex | 98 | 7A | E5 | 22 | 2F | 0 | A | 101 | 43 | 45 |
| Octal | 230 | 172 | 345 | 42 | 57 | 0 | 12 | 401 | 103 | 105 |
| Binary | 10011000 | 1111010 | 11100101 | 100010 | 101111 | 0 | 1010 | 100000001 | 1000011 | 1000101 |
Color Harmonies of #987AE5
Complementary color
Monochromatic Colors of #987AE5
Black with #987AE5
Text Example
Text Example
White with #987AE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #987AE5; }
p { color: rgb(152,122,229); }
H1.HeaderClassName
{
color: #987AE5;
}
.AnyTagClassName
{
color: #987AE5;
}
</style>
background-color css
<style>
a { background-color: #987AE5; }
a { background-color: rgb(152,122,229); }
div.DivClassName
{
background-color: #987AE5;
}
.BgClassName
{
background-color: #987AE5;
}
</style>
border-color css
<style>
span { border-color: #987AE5; }
span { border-color: rgb(152,122,229); }
td.TdClassName
{
border-color: #987AE5;
}
.TagClassName
{
border-color: #987AE5;
}
</style>