Shades of Medium Purple #987ADB
Tints of Medium Purple #987ADB
RGB
CMYK
RGB Variations
Color information
#987ADB (or 0x987ADB) is known color: Medium Purple. HEX triplet: 98, 7A and DB. RGB value is (152,122,219). Sum of RGB (Red+Green+Blue) = 152+122+219=493 (65% of max value = 765). Red value is 152 (59.77% from 255 or 30.83% from 493); Green value is 122 (48.05% from 255 or 24.75% from 493); Blue value is 219 (85.94% from 255 or 44.42% from 493); Max value from RGB is 219 - color contains mainly: blue. Hex color #987ADB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #987ADB is #678524. Grayscale: #8D8D8D. Windows color (decimal): -6784293 or 14383768. OLE color: 14383768.
HSL color Cylindrical-coordinate representation of color #987ADB: hue angle of 258.56º degrees, saturation: 0.57, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #987ADB is Cyan = 0.31, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 152 | 122 | 219 | - |
| CMYK | 0.31 | 0.44 | 0 | 0.14 |
| HSL | 258.56º | 0.57% | 0.67% | - |
| HSV(B) | 258.56º | 0.44% | 0.86% | - |
| XYZ | 32.69 | 25.71 | 70.26 | - |
| YUV | 142.03 | 171.44 | 135.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 122 | 219 | 0.31 | 0.44 | 0 | 0.14 | 258.56 | 0.57 | 0.67 |
| Hex | 98 | 7A | DB | 1F | 2C | 0 | E | 103 | 39 | 43 |
| Octal | 230 | 172 | 333 | 37 | 54 | 0 | 16 | 403 | 71 | 103 |
| Binary | 10011000 | 1111010 | 11011011 | 11111 | 101100 | 0 | 1110 | 100000011 | 111001 | 1000011 |
Color Harmonies of #987ADB
Complementary color
Monochromatic Colors of #987ADB
Black with #987ADB
Text Example
Text Example
White with #987ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #987ADB; }
p { color: rgb(152,122,219); }
H1.HeaderClassName
{
color: #987ADB;
}
.AnyTagClassName
{
color: #987ADB;
}
</style>
background-color css
<style>
a { background-color: #987ADB; }
a { background-color: rgb(152,122,219); }
div.DivClassName
{
background-color: #987ADB;
}
.BgClassName
{
background-color: #987ADB;
}
</style>
border-color css
<style>
span { border-color: #987ADB; }
span { border-color: rgb(152,122,219); }
td.TdClassName
{
border-color: #987ADB;
}
.TagClassName
{
border-color: #987ADB;
}
</style>