Shades of Medium Purple #987DDB
Tints of Medium Purple #987DDB
RGB
CMYK
RGB Variations
Color information
#987DDB (or 0x987DDB) is known color: Medium Purple. HEX triplet: 98, 7D and DB. RGB value is (152,125,219). Sum of RGB (Red+Green+Blue) = 152+125+219=496 (65% of max value = 765). Red value is 152 (59.77% from 255 or 30.65% from 496); Green value is 125 (49.22% from 255 or 25.20% from 496); Blue value is 219 (85.94% from 255 or 44.15% from 496); Max value from RGB is 219 - color contains mainly: blue. Hex color #987DDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #987DDB is #678224. Grayscale: #8F8F8F. Windows color (decimal): -6783525 or 14384536. OLE color: 14384536.
HSL color Cylindrical-coordinate representation of color #987DDB: hue angle of 257.23º degrees, saturation: 0.57, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #987DDB is Cyan = 0.31, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 152 | 125 | 219 | - |
| CMYK | 0.31 | 0.43 | 0 | 0.14 |
| HSL | 257.23º | 0.57% | 0.67% | - |
| HSV(B) | 257.23º | 0.43% | 0.86% | - |
| XYZ | 33.07 | 26.46 | 70.38 | - |
| YUV | 143.79 | 170.45 | 133.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 125 | 219 | 0.31 | 0.43 | 0 | 0.14 | 257.23 | 0.57 | 0.67 |
| Hex | 98 | 7D | DB | 1F | 2B | 0 | E | 101 | 39 | 43 |
| Octal | 230 | 175 | 333 | 37 | 53 | 0 | 16 | 401 | 71 | 103 |
| Binary | 10011000 | 1111101 | 11011011 | 11111 | 101011 | 0 | 1110 | 100000001 | 111001 | 1000011 |
Color Harmonies of #987DDB
Complementary color
Monochromatic Colors of #987DDB
Black with #987DDB
Text Example
Text Example
White with #987DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #987DDB; }
p { color: rgb(152,125,219); }
H1.HeaderClassName
{
color: #987DDB;
}
.AnyTagClassName
{
color: #987DDB;
}
</style>
background-color css
<style>
a { background-color: #987DDB; }
a { background-color: rgb(152,125,219); }
div.DivClassName
{
background-color: #987DDB;
}
.BgClassName
{
background-color: #987DDB;
}
</style>
border-color css
<style>
span { border-color: #987DDB; }
span { border-color: rgb(152,125,219); }
td.TdClassName
{
border-color: #987DDB;
}
.TagClassName
{
border-color: #987DDB;
}
</style>