Shades of Medium Purple #987DDA
Tints of Medium Purple #987DDA
RGB
CMYK
RGB Variations
Color information
#987DDA (or 0x987DDA) is known color: Medium Purple. HEX triplet: 98, 7D and DA. RGB value is (152,125,218). Sum of RGB (Red+Green+Blue) = 152+125+218=495 (65% of max value = 765). Red value is 152 (59.77% from 255 or 30.71% from 495); Green value is 125 (49.22% from 255 or 25.25% from 495); Blue value is 218 (85.55% from 255 or 44.04% from 495); Max value from RGB is 218 - color contains mainly: blue. Hex color #987DDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #987DDA is #678225. Grayscale: #8F8F8F. Windows color (decimal): -6783526 or 14319000. OLE color: 14319000.
HSL color Cylindrical-coordinate representation of color #987DDA: hue angle of 257.42º degrees, saturation: 0.56, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #987DDA is Cyan = 0.30, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 152 | 125 | 218 | - |
| CMYK | 0.30 | 0.43 | 0 | 0.15 |
| HSL | 257.42º | 0.56% | 0.67% | - |
| HSV(B) | 257.42º | 0.43% | 0.85% | - |
| XYZ | 32.94 | 26.4 | 69.69 | - |
| YUV | 143.68 | 169.95 | 133.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 125 | 218 | 0.30 | 0.43 | 0 | 0.15 | 257.42 | 0.56 | 0.67 |
| Hex | 98 | 7D | DA | 1E | 2B | 0 | F | 101 | 38 | 43 |
| Octal | 230 | 175 | 332 | 36 | 53 | 0 | 17 | 401 | 70 | 103 |
| Binary | 10011000 | 1111101 | 11011010 | 11110 | 101011 | 0 | 1111 | 100000001 | 111000 | 1000011 |
Color Harmonies of #987DDA
Complementary color
Monochromatic Colors of #987DDA
Black with #987DDA
Text Example
Text Example
White with #987DDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #987DDA; }
p { color: rgb(152,125,218); }
H1.HeaderClassName
{
color: #987DDA;
}
.AnyTagClassName
{
color: #987DDA;
}
</style>
background-color css
<style>
a { background-color: #987DDA; }
a { background-color: rgb(152,125,218); }
div.DivClassName
{
background-color: #987DDA;
}
.BgClassName
{
background-color: #987DDA;
}
</style>
border-color css
<style>
span { border-color: #987DDA; }
span { border-color: rgb(152,125,218); }
td.TdClassName
{
border-color: #987DDA;
}
.TagClassName
{
border-color: #987DDA;
}
</style>