Shades of Medium Purple #987AD2
Tints of Medium Purple #987AD2
RGB
CMYK
RGB Variations
Color information
#987AD2 (or 0x987AD2) is known color: Medium Purple. HEX triplet: 98, 7A and D2. RGB value is (152,122,210). Sum of RGB (Red+Green+Blue) = 152+122+210=484 (64% of max value = 765). Red value is 152 (59.77% from 255 or 31.40% from 484); Green value is 122 (48.05% from 255 or 25.21% from 484); Blue value is 210 (82.42% from 255 or 43.39% from 484); Max value from RGB is 210 - color contains mainly: blue. Hex color #987AD2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #987AD2 is #67852D. Grayscale: #8C8C8C. Windows color (decimal): -6784302 or 13793944. OLE color: 13793944.
HSL color Cylindrical-coordinate representation of color #987AD2: hue angle of 260.45º degrees, saturation: 0.49, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #987AD2 is Cyan = 0.28, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 152 | 122 | 210 | - |
| CMYK | 0.28 | 0.42 | 0 | 0.18 |
| HSL | 260.45º | 0.49% | 0.65% | - |
| HSV(B) | 260.45º | 0.42% | 0.82% | - |
| XYZ | 31.54 | 25.25 | 64.18 | - |
| YUV | 141 | 166.94 | 135.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 122 | 210 | 0.28 | 0.42 | 0 | 0.18 | 260.45 | 0.49 | 0.65 |
| Hex | 98 | 7A | D2 | 1C | 2A | 0 | 12 | 104 | 31 | 41 |
| Octal | 230 | 172 | 322 | 34 | 52 | 0 | 22 | 404 | 61 | 101 |
| Binary | 10011000 | 1111010 | 11010010 | 11100 | 101010 | 0 | 10010 | 100000100 | 110001 | 1000001 |
Color Harmonies of #987AD2
Complementary color
Monochromatic Colors of #987AD2
Black with #987AD2
Text Example
Text Example
White with #987AD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #987AD2; }
p { color: rgb(152,122,210); }
H1.HeaderClassName
{
color: #987AD2;
}
.AnyTagClassName
{
color: #987AD2;
}
</style>
background-color css
<style>
a { background-color: #987AD2; }
a { background-color: rgb(152,122,210); }
div.DivClassName
{
background-color: #987AD2;
}
.BgClassName
{
background-color: #987AD2;
}
</style>
border-color css
<style>
span { border-color: #987AD2; }
span { border-color: rgb(152,122,210); }
td.TdClassName
{
border-color: #987AD2;
}
.TagClassName
{
border-color: #987AD2;
}
</style>