Shades of Medium Purple #987ADA
Tints of Medium Purple #987ADA
RGB
CMYK
RGB Variations
Color information
#987ADA (or 0x987ADA) is known color: Medium Purple. HEX triplet: 98, 7A and DA. RGB value is (152,122,218). Sum of RGB (Red+Green+Blue) = 152+122+218=492 (65% of max value = 765). Red value is 152 (59.77% from 255 or 30.89% from 492); Green value is 122 (48.05% from 255 or 24.80% from 492); Blue value is 218 (85.55% from 255 or 44.31% from 492); Max value from RGB is 218 - color contains mainly: blue. Hex color #987ADA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #987ADA is #678525. Grayscale: #8D8D8D. Windows color (decimal): -6784294 or 14318232. OLE color: 14318232.
HSL color Cylindrical-coordinate representation of color #987ADA: hue angle of 258.75º degrees, saturation: 0.56, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #987ADA is Cyan = 0.30, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 152 | 122 | 218 | - |
| CMYK | 0.30 | 0.44 | 0 | 0.15 |
| HSL | 258.75º | 0.56% | 0.67% | - |
| HSV(B) | 258.75º | 0.44% | 0.85% | - |
| XYZ | 32.56 | 25.66 | 69.57 | - |
| YUV | 141.91 | 170.94 | 135.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 122 | 218 | 0.30 | 0.44 | 0 | 0.15 | 258.75 | 0.56 | 0.67 |
| Hex | 98 | 7A | DA | 1E | 2C | 0 | F | 103 | 38 | 43 |
| Octal | 230 | 172 | 332 | 36 | 54 | 0 | 17 | 403 | 70 | 103 |
| Binary | 10011000 | 1111010 | 11011010 | 11110 | 101100 | 0 | 1111 | 100000011 | 111000 | 1000011 |
Color Harmonies of #987ADA
Complementary color
Monochromatic Colors of #987ADA
Black with #987ADA
Text Example
Text Example
White with #987ADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #987ADA; }
p { color: rgb(152,122,218); }
H1.HeaderClassName
{
color: #987ADA;
}
.AnyTagClassName
{
color: #987ADA;
}
</style>
background-color css
<style>
a { background-color: #987ADA; }
a { background-color: rgb(152,122,218); }
div.DivClassName
{
background-color: #987ADA;
}
.BgClassName
{
background-color: #987ADA;
}
</style>
border-color css
<style>
span { border-color: #987ADA; }
span { border-color: rgb(152,122,218); }
td.TdClassName
{
border-color: #987ADA;
}
.TagClassName
{
border-color: #987ADA;
}
</style>