Shades of Medium Purple #987BDA
Tints of Medium Purple #987BDA
RGB
CMYK
RGB Variations
Color information
#987BDA (or 0x987BDA) is known color: Medium Purple. HEX triplet: 98, 7B and DA. RGB value is (152,123,218). Sum of RGB (Red+Green+Blue) = 152+123+218=493 (65% of max value = 765). Red value is 152 (59.77% from 255 or 30.83% from 493); Green value is 123 (48.44% from 255 or 24.95% from 493); Blue value is 218 (85.55% from 255 or 44.22% from 493); Max value from RGB is 218 - color contains mainly: blue. Hex color #987BDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #987BDA is #678425. Grayscale: #8E8E8E. Windows color (decimal): -6784038 or 14318488. OLE color: 14318488.
HSL color Cylindrical-coordinate representation of color #987BDA: hue angle of 258.32º degrees, saturation: 0.56, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #987BDA is Cyan = 0.30, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 152 | 123 | 218 | - |
| CMYK | 0.30 | 0.44 | 0 | 0.15 |
| HSL | 258.32º | 0.56% | 0.67% | - |
| HSV(B) | 258.32º | 0.44% | 0.85% | - |
| XYZ | 32.69 | 25.9 | 69.61 | - |
| YUV | 142.5 | 170.61 | 134.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 123 | 218 | 0.30 | 0.44 | 0 | 0.15 | 258.32 | 0.56 | 0.67 |
| Hex | 98 | 7B | DA | 1E | 2C | 0 | F | 102 | 38 | 43 |
| Octal | 230 | 173 | 332 | 36 | 54 | 0 | 17 | 402 | 70 | 103 |
| Binary | 10011000 | 1111011 | 11011010 | 11110 | 101100 | 0 | 1111 | 100000010 | 111000 | 1000011 |
Color Harmonies of #987BDA
Complementary color
Monochromatic Colors of #987BDA
Black with #987BDA
Text Example
Text Example
White with #987BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #987BDA; }
p { color: rgb(152,123,218); }
H1.HeaderClassName
{
color: #987BDA;
}
.AnyTagClassName
{
color: #987BDA;
}
</style>
background-color css
<style>
a { background-color: #987BDA; }
a { background-color: rgb(152,123,218); }
div.DivClassName
{
background-color: #987BDA;
}
.BgClassName
{
background-color: #987BDA;
}
</style>
border-color css
<style>
span { border-color: #987BDA; }
span { border-color: rgb(152,123,218); }
td.TdClassName
{
border-color: #987BDA;
}
.TagClassName
{
border-color: #987BDA;
}
</style>