Shades of Medium Purple #987BDC
Tints of Medium Purple #987BDC
RGB
CMYK
RGB Variations
Color information
#987BDC (or 0x987BDC) is known color: Medium Purple. HEX triplet: 98, 7B and DC. RGB value is (152,123,220). Sum of RGB (Red+Green+Blue) = 152+123+220=495 (65% of max value = 765). Red value is 152 (59.77% from 255 or 30.71% from 495); Green value is 123 (48.44% from 255 or 24.85% from 495); Blue value is 220 (86.33% from 255 or 44.44% from 495); Max value from RGB is 220 - color contains mainly: blue. Hex color #987BDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #987BDC is #678423. Grayscale: #8E8E8E. Windows color (decimal): -6784036 or 14449560. OLE color: 14449560.
HSL color Cylindrical-coordinate representation of color #987BDC: hue angle of 257.94º degrees, saturation: 0.58, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #987BDC is Cyan = 0.31, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 152 | 123 | 220 | - |
| CMYK | 0.31 | 0.44 | 0 | 0.14 |
| HSL | 257.94º | 0.58% | 0.67% | - |
| HSV(B) | 257.94º | 0.44% | 0.86% | - |
| XYZ | 32.95 | 26.01 | 70.99 | - |
| YUV | 142.73 | 171.61 | 134.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 123 | 220 | 0.31 | 0.44 | 0 | 0.14 | 257.94 | 0.58 | 0.67 |
| Hex | 98 | 7B | DC | 1F | 2C | 0 | E | 102 | 3A | 43 |
| Octal | 230 | 173 | 334 | 37 | 54 | 0 | 16 | 402 | 72 | 103 |
| Binary | 10011000 | 1111011 | 11011100 | 11111 | 101100 | 0 | 1110 | 100000010 | 111010 | 1000011 |
Color Harmonies of #987BDC
Complementary color
Monochromatic Colors of #987BDC
Black with #987BDC
Text Example
Text Example
White with #987BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #987BDC; }
p { color: rgb(152,123,220); }
H1.HeaderClassName
{
color: #987BDC;
}
.AnyTagClassName
{
color: #987BDC;
}
</style>
background-color css
<style>
a { background-color: #987BDC; }
a { background-color: rgb(152,123,220); }
div.DivClassName
{
background-color: #987BDC;
}
.BgClassName
{
background-color: #987BDC;
}
</style>
border-color css
<style>
span { border-color: #987BDC; }
span { border-color: rgb(152,123,220); }
td.TdClassName
{
border-color: #987BDC;
}
.TagClassName
{
border-color: #987BDC;
}
</style>