Shades of Medium Purple #987ADC
Tints of Medium Purple #987ADC
RGB
CMYK
RGB Variations
Color information
#987ADC (or 0x987ADC) is known color: Medium Purple. HEX triplet: 98, 7A and DC. RGB value is (152,122,220). Sum of RGB (Red+Green+Blue) = 152+122+220=494 (65% of max value = 765). Red value is 152 (59.77% from 255 or 30.77% from 494); Green value is 122 (48.05% from 255 or 24.70% from 494); Blue value is 220 (86.33% from 255 or 44.53% from 494); Max value from RGB is 220 - color contains mainly: blue. Hex color #987ADC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #987ADC is #678523. Grayscale: #8D8D8D. Windows color (decimal): -6784292 or 14449304. OLE color: 14449304.
HSL color Cylindrical-coordinate representation of color #987ADC: hue angle of 258.37º degrees, saturation: 0.58, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #987ADC is Cyan = 0.31, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 152 | 122 | 220 | - |
| CMYK | 0.31 | 0.45 | 0 | 0.14 |
| HSL | 258.37º | 0.58% | 0.67% | - |
| HSV(B) | 258.37º | 0.45% | 0.86% | - |
| XYZ | 32.83 | 25.76 | 70.95 | - |
| YUV | 142.14 | 171.94 | 135.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 122 | 220 | 0.31 | 0.45 | 0 | 0.14 | 258.37 | 0.58 | 0.67 |
| Hex | 98 | 7A | DC | 1F | 2D | 0 | E | 102 | 3A | 43 |
| Octal | 230 | 172 | 334 | 37 | 55 | 0 | 16 | 402 | 72 | 103 |
| Binary | 10011000 | 1111010 | 11011100 | 11111 | 101101 | 0 | 1110 | 100000010 | 111010 | 1000011 |
Color Harmonies of #987ADC
Complementary color
Monochromatic Colors of #987ADC
Black with #987ADC
Text Example
Text Example
White with #987ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #987ADC; }
p { color: rgb(152,122,220); }
H1.HeaderClassName
{
color: #987ADC;
}
.AnyTagClassName
{
color: #987ADC;
}
</style>
background-color css
<style>
a { background-color: #987ADC; }
a { background-color: rgb(152,122,220); }
div.DivClassName
{
background-color: #987ADC;
}
.BgClassName
{
background-color: #987ADC;
}
</style>
border-color css
<style>
span { border-color: #987ADC; }
span { border-color: rgb(152,122,220); }
td.TdClassName
{
border-color: #987ADC;
}
.TagClassName
{
border-color: #987ADC;
}
</style>