Shades of Medium Purple #987ADF
Tints of Medium Purple #987ADF
RGB
CMYK
RGB Variations
Color information
#987ADF (or 0x987ADF) is known color: Medium Purple. HEX triplet: 98, 7A and DF. RGB value is (152,122,223). Sum of RGB (Red+Green+Blue) = 152+122+223=497 (65% of max value = 765). Red value is 152 (59.77% from 255 or 30.58% from 497); Green value is 122 (48.05% from 255 or 24.55% from 497); Blue value is 223 (87.5% from 255 or 44.87% from 497); Max value from RGB is 223 - color contains mainly: blue. Hex color #987ADF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #987ADF is #678520. Grayscale: #8E8E8E. Windows color (decimal): -6784289 or 14645912. OLE color: 14645912.
HSL color Cylindrical-coordinate representation of color #987ADF: hue angle of 257.82º degrees, saturation: 0.61, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #987ADF is Cyan = 0.32, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 152 | 122 | 223 | - |
| CMYK | 0.32 | 0.45 | 0 | 0.13 |
| HSL | 257.82º | 0.61% | 0.68% | - |
| HSV(B) | 257.82º | 0.45% | 0.87% | - |
| XYZ | 33.23 | 25.92 | 73.06 | - |
| YUV | 142.48 | 173.44 | 134.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 122 | 223 | 0.32 | 0.45 | 0 | 0.13 | 257.82 | 0.61 | 0.68 |
| Hex | 98 | 7A | DF | 20 | 2D | 0 | D | 102 | 3D | 44 |
| Octal | 230 | 172 | 337 | 40 | 55 | 0 | 15 | 402 | 75 | 104 |
| Binary | 10011000 | 1111010 | 11011111 | 100000 | 101101 | 0 | 1101 | 100000010 | 111101 | 1000100 |
Color Harmonies of #987ADF
Complementary color
Monochromatic Colors of #987ADF
Black with #987ADF
Text Example
Text Example
White with #987ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #987ADF; }
p { color: rgb(152,122,223); }
H1.HeaderClassName
{
color: #987ADF;
}
.AnyTagClassName
{
color: #987ADF;
}
</style>
background-color css
<style>
a { background-color: #987ADF; }
a { background-color: rgb(152,122,223); }
div.DivClassName
{
background-color: #987ADF;
}
.BgClassName
{
background-color: #987ADF;
}
</style>
border-color css
<style>
span { border-color: #987ADF; }
span { border-color: rgb(152,122,223); }
td.TdClassName
{
border-color: #987ADF;
}
.TagClassName
{
border-color: #987ADF;
}
</style>