Shades of Medium Purple #987ED2
Tints of Medium Purple #987ED2
RGB
CMYK
RGB Variations
Color information
#987ED2 (or 0x987ED2) is known color: Medium Purple. HEX triplet: 98, 7E and D2. RGB value is (152,126,210). Sum of RGB (Red+Green+Blue) = 152+126+210=488 (64% of max value = 765). Red value is 152 (59.77% from 255 or 31.15% from 488); Green value is 126 (49.61% from 255 or 25.82% from 488); Blue value is 210 (82.42% from 255 or 43.03% from 488); Max value from RGB is 210 - color contains mainly: blue. Hex color #987ED2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #987ED2 is #67812D. Grayscale: #8F8F8F. Windows color (decimal): -6783278 or 13794968. OLE color: 13794968.
HSL color Cylindrical-coordinate representation of color #987ED2: hue angle of 258.57º degrees, saturation: 0.48, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #987ED2 is Cyan = 0.28, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 152 | 126 | 210 | - |
| CMYK | 0.28 | 0.4 | 0 | 0.18 |
| HSL | 258.57º | 0.48% | 0.66% | - |
| HSV(B) | 258.57º | 0.4% | 0.82% | - |
| XYZ | 32.04 | 26.25 | 64.35 | - |
| YUV | 143.35 | 165.61 | 134.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 126 | 210 | 0.28 | 0.4 | 0 | 0.18 | 258.57 | 0.48 | 0.66 |
| Hex | 98 | 7E | D2 | 1C | 28 | 0 | 12 | 103 | 30 | 42 |
| Octal | 230 | 176 | 322 | 34 | 50 | 0 | 22 | 403 | 60 | 102 |
| Binary | 10011000 | 1111110 | 11010010 | 11100 | 101000 | 0 | 10010 | 100000011 | 110000 | 1000010 |
Color Harmonies of #987ED2
Complementary color
Monochromatic Colors of #987ED2
Black with #987ED2
Text Example
Text Example
White with #987ED2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #987ED2; }
p { color: rgb(152,126,210); }
H1.HeaderClassName
{
color: #987ED2;
}
.AnyTagClassName
{
color: #987ED2;
}
</style>
background-color css
<style>
a { background-color: #987ED2; }
a { background-color: rgb(152,126,210); }
div.DivClassName
{
background-color: #987ED2;
}
.BgClassName
{
background-color: #987ED2;
}
</style>
border-color css
<style>
span { border-color: #987ED2; }
span { border-color: rgb(152,126,210); }
td.TdClassName
{
border-color: #987ED2;
}
.TagClassName
{
border-color: #987ED2;
}
</style>