Shades of Medium Purple #987BDB
Tints of Medium Purple #987BDB
RGB
CMYK
RGB Variations
Color information
#987BDB (or 0x987BDB) is known color: Medium Purple. HEX triplet: 98, 7B and DB. RGB value is (152,123,219). Sum of RGB (Red+Green+Blue) = 152+123+219=494 (65% of max value = 765). Red value is 152 (59.77% from 255 or 30.77% from 494); Green value is 123 (48.44% from 255 or 24.90% from 494); Blue value is 219 (85.94% from 255 or 44.33% from 494); Max value from RGB is 219 - color contains mainly: blue. Hex color #987BDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #987BDB is #678424. Grayscale: #8E8E8E. Windows color (decimal): -6784037 or 14384024. OLE color: 14384024.
HSL color Cylindrical-coordinate representation of color #987BDB: hue angle of 258.12º 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 #987BDB is Cyan = 0.31, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 152 | 123 | 219 | - |
| CMYK | 0.31 | 0.44 | 0 | 0.14 |
| HSL | 258.13º | 0.57% | 0.67% | - |
| HSV(B) | 258.13º | 0.44% | 0.86% | - |
| XYZ | 32.82 | 25.96 | 70.3 | - |
| YUV | 142.62 | 171.11 | 134.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 123 | 219 | 0.31 | 0.44 | 0 | 0.14 | 258.13 | 0.57 | 0.67 |
| Hex | 98 | 7B | DB | 1F | 2C | 0 | E | 102 | 39 | 43 |
| Octal | 230 | 173 | 333 | 37 | 54 | 0 | 16 | 402 | 71 | 103 |
| Binary | 10011000 | 1111011 | 11011011 | 11111 | 101100 | 0 | 1110 | 100000010 | 111001 | 1000011 |
Color Harmonies of #987BDB
Complementary color
Monochromatic Colors of #987BDB
Black with #987BDB
Text Example
Text Example
White with #987BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #987BDB; }
p { color: rgb(152,123,219); }
H1.HeaderClassName
{
color: #987BDB;
}
.AnyTagClassName
{
color: #987BDB;
}
</style>
background-color css
<style>
a { background-color: #987BDB; }
a { background-color: rgb(152,123,219); }
div.DivClassName
{
background-color: #987BDB;
}
.BgClassName
{
background-color: #987BDB;
}
</style>
border-color css
<style>
span { border-color: #987BDB; }
span { border-color: rgb(152,123,219); }
td.TdClassName
{
border-color: #987BDB;
}
.TagClassName
{
border-color: #987BDB;
}
</style>