Shades of Medium Purple #987AD9
Tints of Medium Purple #987AD9
RGB
CMYK
RGB Variations
Color information
#987AD9 (or 0x987AD9) is known color: Medium Purple. HEX triplet: 98, 7A and D9. RGB value is (152,122,217). Sum of RGB (Red+Green+Blue) = 152+122+217=491 (65% of max value = 765). Red value is 152 (59.77% from 255 or 30.96% from 491); Green value is 122 (48.05% from 255 or 24.85% from 491); Blue value is 217 (85.16% from 255 or 44.20% from 491); Max value from RGB is 217 - color contains mainly: blue. Hex color #987AD9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #987AD9 is #678526. Grayscale: #8D8D8D. Windows color (decimal): -6784295 or 14252696. OLE color: 14252696.
HSL color Cylindrical-coordinate representation of color #987AD9: hue angle of 258.95º degrees, saturation: 0.56, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #987AD9 is Cyan = 0.30, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 152 | 122 | 217 | - |
| CMYK | 0.30 | 0.44 | 0 | 0.15 |
| HSL | 258.95º | 0.56% | 0.66% | - |
| HSV(B) | 258.95º | 0.44% | 0.85% | - |
| XYZ | 32.43 | 25.6 | 68.88 | - |
| YUV | 141.8 | 170.44 | 135.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 122 | 217 | 0.30 | 0.44 | 0 | 0.15 | 258.95 | 0.56 | 0.66 |
| Hex | 98 | 7A | D9 | 1E | 2C | 0 | F | 103 | 38 | 42 |
| Octal | 230 | 172 | 331 | 36 | 54 | 0 | 17 | 403 | 70 | 102 |
| Binary | 10011000 | 1111010 | 11011001 | 11110 | 101100 | 0 | 1111 | 100000011 | 111000 | 1000010 |
Color Harmonies of #987AD9
Complementary color
Monochromatic Colors of #987AD9
Black with #987AD9
Text Example
Text Example
White with #987AD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #987AD9; }
p { color: rgb(152,122,217); }
H1.HeaderClassName
{
color: #987AD9;
}
.AnyTagClassName
{
color: #987AD9;
}
</style>
background-color css
<style>
a { background-color: #987AD9; }
a { background-color: rgb(152,122,217); }
div.DivClassName
{
background-color: #987AD9;
}
.BgClassName
{
background-color: #987AD9;
}
</style>
border-color css
<style>
span { border-color: #987AD9; }
span { border-color: rgb(152,122,217); }
td.TdClassName
{
border-color: #987AD9;
}
.TagClassName
{
border-color: #987AD9;
}
</style>